Instruction Manual

OEM External Specification
OEM User’s Guide520330-001
A-24
Client Callback API (OEM to Client Application)
Example
Dim RC As Integer
‘ ClientCallbackObject was passed in a Popup.Add or Object.Add
call
RC = ClientCallbackObject.Command('\East\CPU', '3', 'CPU State')
In this example, the command “CPU State” is passed back to the client for object
“\East\CPU\3”. The “CPU State” callback command was originally added by the client
using the Popup.Add method.