nn::uds::CTR::NO_WAIT Constant

Syntax

const bit8 NO_WAIT =  0x01;

Description

If this constant is specified as an argument to the SendTo function, wireless transmission occurs immediately without buffering within the UDS library.
If this constant is specified as an argument to either the Receive or ReceiveFrom functions, the wireless transmission ends immediately, even if no data has been received.

Used by APPLET library functions that specify a time. This means that a function will only run once without repeating, even if no results are obtained.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL