RFFlushoutput Method

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

The RFFlushoutput method immediately forces output data to be sent to an RF device.

VB

bStatus = object.RFFlushoutput ()

VC++

HRESULT hr = object->RFFlushoutput(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.

Remarks

For wireless network efficiency purposes, data in an output queue will not be sent to an RF device until either an input call is made or the maximum output size (100 bytes) of a radio packet has been reached. RFFlushoutput allows you to force data in the output queue to be sent without either of these two conditions.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal