|
MessageHandler class MessageHandler object contains a handler for a given range of messages. Description MessageHandler allows the application to specify the handler for the given range of messages. Each message has a MsgCode field, which identifies the message class. Using MsgCodeLow and MsgCodeHigh properties the application can define, which messages the handler will process. Set OnMessage event handler to receive and process the message. Use Enabled property to temporarily disable some handler.
|
|
