SetKeyTimeout Method

This member of RFTerminal Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The SetKeyTimeout method remotely sets the amount of inactive time, in seconds, that may pass before an RF device automatically shuts itself down.

VB

bStatus = object.SetKeyTimeout (nTimeout)

VC++

HRESULT hr = object->SetKeyTimeout (short nTimeout, BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values. Use the RFGetLastError method to return the error value.

Parameters

nTimeout

The number of seconds of inactive time that may pass before an RF device automatically shuts itself down.

Remarks

For network efficiency purposes, any changes made to an RF device will not take effect until the SetTerminalInfo Method is called. This allows you to change multiple options through the use of a single radio packet rather than using a radio packet for each option.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal