VCT_SetTransceiverTimeout

Syntax

#include <vct.h>
void VCT_SetTransceiverTimeout( u32 seconds );

Argument

seconds Time-out value (in seconds).

Return Value

None.

Description

VCT_SetTransceiverTimeout specifies the maximum length of time (in seconds) allowed for a client to continuously talk in Transceiver Mode. This function is designed to prevent any single client from talking too long and dominating Transceiver Mode usage.

The default maximum length is 30 seconds.

Revision History

2006/01/25 First release