|
API Guide Home (Online version only) |
![]() |
This library can be used to couple data between a Ccp channel and a serial port. It is meant to be used for diagnostics and tethered mode. Since it is a library, it can work without being in a certain application.
Definition in file TransparencyLib.h.
Go to the source code of this file.
Close the Transparency Library previously open and set the radio module in the correct state.
| refNum,: | IN: Library Reference Number. |
| Err | Error code. |
Open the Transparency Library and connect the radio modem directly with a known port.
| refNum,: | IN: Library Reference Number. | |
| portAChannel,: | IN: CcpChannelType of radio port. | |
| portB,: | IN: Port ID of the second port. This is the serial or USB port. |
| Err | Error code. |
err = SysLibFind (transLibName, &refNum); if (!err) err=TransLibOpenConnection(refNum,kCcpChannelTypeModem, 0x8000);
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:08:08 2008 for Palm API Guide |