#include <vct.h>
int VCT_SetTransceiverServer( u8 aid );
aid | AID of a server machine in Transceiver Mode. |
0 if successful; otherwise, the error code returns as a negative number.
VCT_SetTransceiverServer sets a server machine in Transceiver Mode. Only client machines use this function in Transceiver Mode; calls from server machines are ignored.
VCT_SetTransceiverClients,
VCT_SetTransceiverMode
2006/04/17 Error code link was added.
2006/01/25 First release