User Manual
SDK - SCR API
________________________________
____________
Boomer II User Manual & Integrator’s Guide
Wavenet Technology 56 BM210012WT09
q Switch RPM On/Off
The application can call this function to switch the RPM on or off.
Prototype:
int nclSwitchRPMPower (word usSetting);
Description:
Switch the RPM power to the desired setting.
Input:
Ø usSetting If this value is zero, the RPM should power down else it should
power up
Output:
× Return value = 0 Operation was successful
× Return value 0 Operation failed. Value specifies the error type
q Send Generic NCL Command To RPM
The application can call this function to send application specific
commands to the RPM.
Prototype:
int nclSendGenericCommand (WORD *usSduTag, BYTE ucLength, BYTE
*ucParam);
Description:
Send an NCL command to the RPM of which the payload contents consist of
data from the specified buffer.
Input:
Ø usSduTag Pointer to a word where the SDU tag can be stored
Ø ucLength Pointer to a byte specifying the total size of ucParam.
Ø ucParam Pointer to the buffer (of size ucLength) containing the data to be
send to the RPM
Output:
× Return value = 0 Operation was successful
× Return value 0 Operation failed. Value specifies the error type