SetTerminalInfo Method

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

For network efficiency purposes, any changes made to an RF device settings will not take effect until the SetTerminalInfo method is called. This way, multiple device settings may be altered through a single RF packet, reducing network traffic, rather than sending a number of packets for each change.

VB

bStatus = object.SetTerminalInfo ()

VC++

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

To update the RFTerminal object with the most current device settings, use the ReadTerminalInfo Method.

Example

See the RFTerminal Samples.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal