RFAux Method

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

The RFAux method sends data directly to an RF device's printer port.

VB

bStatus = object.RFAux (pszData)

VC++

HRESULT hr = object->RFAux(LPCTSTR pszData, 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

pszData

The string of data to be sent to the RF device's printer port.

Remarks

For devices supporting the RFAux method, the default UART settings are: 9600 BAUD, 8 data bits, 1 stop bit, and no parity. To change the default settings, use the ConfigurePort Method of the RFAuxPort Object.

A series 3000 device with a serial port defaults to 19200 BAUD.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal