Opto22.Controller
Controller .Net Software Development Kit for SNAP-PAC
|
This object type is returned when reading the control controller's message queue. More...
Public Member Functions | |
MessageEntry () | |
Constructor, just initializes strings to ""'s. More... | |
Public Attributes | |
String | sDate |
Date of message. More... | |
String | sTime |
Time of message. More... | |
Int32 | i32Severity |
Message severity. More... | |
Int32 | i32BlockId |
Block ID. More... | |
Int32 | i32LineNumber |
Line number of an OptoScript block. More... | |
Int16 | i16ErrorCode |
Error code evoked with this message (does not apply to every message). More... | |
Int16 | i16IoCommand |
I/O command (if applicable) More... | |
Int16 | i16SubCommand |
Sub command (if applicable). More... | |
String | sTaskName |
Task name (if applicable). More... | |
String | sObjectNameOrMessage |
Object name (if applicable). More... | |
String | sSubroutineName |
Subroutine name (if applicable). More... | |
This object type is returned when reading the control controller's message queue.
Opto22.Controller.Controller.MessageEntry.MessageEntry | ( | ) |
Constructor, just initializes strings to ""'s.
Int16 Opto22.Controller.Controller.MessageEntry.i16ErrorCode |
Error code evoked with this message (does not apply to every message).
Int16 Opto22.Controller.Controller.MessageEntry.i16IoCommand |
I/O command (if applicable)
Int16 Opto22.Controller.Controller.MessageEntry.i16SubCommand |
Sub command (if applicable).
Int32 Opto22.Controller.Controller.MessageEntry.i32BlockId |
Block ID.
Int32 Opto22.Controller.Controller.MessageEntry.i32LineNumber |
Line number of an OptoScript block.
Int32 Opto22.Controller.Controller.MessageEntry.i32Severity |
Message severity.
String Opto22.Controller.Controller.MessageEntry.sDate |
Date of message.
String Opto22.Controller.Controller.MessageEntry.sObjectNameOrMessage |
Object name (if applicable).
String Opto22.Controller.Controller.MessageEntry.sSubroutineName |
Subroutine name (if applicable).
String Opto22.Controller.Controller.MessageEntry.sTaskName |
Task name (if applicable).
String Opto22.Controller.Controller.MessageEntry.sTime |
Time of message.