|
API Guide Home (Online version only) |
![]() |
Definition in file PmConnectorLib.h.
Include dependency graph for PmConnectorLib.h:

Go to the source code of this file.
| #define PMCONNECTOR_LIB_TRAP | ( | trapNum | ) | SYS_TRAP(trapNum) |
Definition at line 26 of file PmConnectorLib.h.
Standard library close routine.
| refNum,: | IN: library reference number |
| Err | Error code. |
Controls the pins on the connector. Currently supports power on and off.
| refNum,: | IN: library reference number | |
| cmdId,: | IN: type of control. |
| parmP,: | IN: contains the value needed depending on type of control |
| Err | Error code. |
Checks the version of the library present on the device.
| refNum,: | IN: library reference number | |
| sdkVersion,: | IN: sdkVersion defined in the common header file | |
| LibVersionP,: | IN: version of the library on the device |
| Err | Error code. Function returns error when it finds incompatible library |
Standard library open routine.
| refNum,: | IN: library reference number |
| Err | Error code. |
| Err PmConnectorLibSetAudioInput | ( | UInt16 | refNum, | |
| PmConnectorAudioInputSettingType | inputSetting | |||
| ) |
Targets audio input from different audio peripherals.
| refNum | IN: library reference number | |
| inputSetting,: | IN: audio capabilities (headset etc) |
| Err | Error code. |
| Err PmConnectorLibSetAudioOutput | ( | UInt16 | refNum, | |
| PmConnectorAudioOutputSettingType | outputSetting | |||
| ) |
Targets audio output to different audio peripherals.
| refNum | IN: library reference number | |
| outputSetting,: | IN: audio capabilities (headphone, speaker, etc) |
| Err | Error code. |
Standard library sleep routine.
| refNum,: | IN: library reference number |
| Err | Error code. |
Standard library wake routine.
| refNum,: | IN: library reference number |
| Err | Error code. |
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:08:00 2008 for Palm API Guide |