Method NotifyProtocol
NotifyProtocol(int, object, object)
Sends a message to the SLProtocol process.
object NotifyProtocol(int iType, object value1, object value2)
Parameters
iType
intThe type of message to send.
value1
objectDepends on the type of message to send.
value2
objectDepends on the type of message to send.
Returns
- object
Depends on the type of message that has been sent.
Remarks
Refer to Notify Types overview for an overview of the available Notify types.