VCT_SetTransceiverServer

Syntax

#include <vct.h>
int VCT_SetTransceiverServer( u8 aid );

Argument

aid AID of a server machine in Transceiver Mode.

Return Value

0 if successful; otherwise, the error code returns as a negative number.

Description

VCT_SetTransceiverServer sets a server machine in Transceiver Mode. Only client machines use this function in Transceiver Mode; calls from server machines are ignored.

See Also

VCT_SetTransceiverClients, VCT_SetTransceiverMode

Revision History

2006/04/17 Error code link was added.
2006/01/25 First release