User's Manual

Table Of Contents
SDK SCR-API ______________________________________________ Boomer II User Manual & Integrator’s Guide
Wavenet Technology 148 BM210012WT27
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
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
Get Software Version
The application can call this function obtain the software version of the
server application or the VDD DLL.
Prototype:
int VDDgetVersion (WORD* usVersion);
Description:
Obtain the software version of the specified software entity.
Input: