User's Manual

Table Of Contents
Boomer II User Manual & Integrator’s Guide ______________________Appendix B – SDK NCL-API and Port Server
BM210012WT37 113 Copyright Wavenet Technology © November 2003
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:
usVersion Set this value to zero to request the VDD DLL version or to any
other value to request the server application version
Output:
Return value = 0 Operation was successful
Return value 0 Operation failed. Value specifies the error type
usVersion The upper 8 bits contain the major version and the lower 8 bits
contain the minor software version if the return value is zero