SetInputTimeout Method

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

The SetInputTimeout method defines the amount of time, in seconds, that elapse before an RFInput input prompt expires.

VB

bStatus = object.SetInputTimeout (lTimeout)

VC++

HRESULT hr = object->SetInputTimeout(long lTimeout, 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

lTimeout

The input timeout, in seconds.

Remarks

By default, RFInput Method prompts do not expire.

An expired RFInput prompt will return an input type of WLTIMEDOUT. Use the LastInputType method to check for the returned input type.

The Symbol 8100 does not currently support this method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal