This class is used to store the message data that is retrieved from the message panel vi. More...

Public Member Functions | |
| MessageInfo () | |
| Constructor More... | |
Properties | |
| int | Count [get, set] |
| String | Message [get, set] |
| String | NoText [get, set] |
| String | OriginalMess [get, set] |
| int | Priority [get, set] |
| Boolean | Response [get, set] |
| DateTime | TimeAdded [get, set] |
| Boolean | Timeout [get, set] |
| String | Timestamp [get, set] |
| Boolean | UserReplied [get, set] |
| String | VIName [get, set] |
| Boolean | WaitForResponse [get, set] |
| String | YesText [get, set] |
Private Attributes | |
| int | _count = 1 |
| Number of times this error message received. More... | |
| String | _message |
| Text to display. More... | |
| String | _noText |
| Button 2 text (no) More... | |
| String | _originalMess |
| Originally received from message panel. More... | |
| int | _priority |
| ErrorPriority. More... | |
| Boolean | _response |
| Result of the error form. More... | |
| DateTime | _timeAdded |
| Time when added to the list. More... | |
| Boolean | _timeout |
| Set if error message should timeout. More... | |
| String | _timestamp |
| Timestamp from LV. More... | |
| Boolean | _userReplied |
| Set when result waiting to be sent out. More... | |
| String | _viName |
| Name of VI that generated the error. More... | |
| Boolean | _waitForResponse |
| Set if VI requires a response. More... | |
| String | _yesText |
| Button 1 text (yes) More... | |
This class is used to store the message data that is retrieved from the message panel vi.
Definition at line 317 of file LabViewMessageQueue.cs.
|
inline |
Constructor
Definition at line 351 of file LabViewMessageQueue.cs.
|
private |
Number of times this error message received.
Definition at line 329 of file LabViewMessageQueue.cs.
|
private |
Text to display.
Definition at line 320 of file LabViewMessageQueue.cs.
|
private |
Button 2 text (no)
Definition at line 327 of file LabViewMessageQueue.cs.
|
private |
Originally received from message panel.
Definition at line 321 of file LabViewMessageQueue.cs.
|
private |
ErrorPriority.
Definition at line 328 of file LabViewMessageQueue.cs.
|
private |
Result of the error form.
Definition at line 331 of file LabViewMessageQueue.cs.
|
private |
Time when added to the list.
Definition at line 323 of file LabViewMessageQueue.cs.
|
private |
Set if error message should timeout.
Definition at line 322 of file LabViewMessageQueue.cs.
|
private |
Timestamp from LV.
Definition at line 330 of file LabViewMessageQueue.cs.
|
private |
Set when result waiting to be sent out.
Definition at line 332 of file LabViewMessageQueue.cs.
|
private |
Name of VI that generated the error.
Definition at line 325 of file LabViewMessageQueue.cs.
|
private |
Set if VI requires a response.
Definition at line 324 of file LabViewMessageQueue.cs.
|
private |
Button 1 text (yes)
Definition at line 326 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 343 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 334 of file LabViewMessageQueue.cs.
Referenced by Seci.Standard.MessageQueue.getMessageQ().
|
getset |
Definition at line 341 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 335 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 342 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 345 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 339 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 336 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 344 of file LabViewMessageQueue.cs.
Referenced by Seci.Standard.MessageQueue.getMessageQ().
|
getset |
Definition at line 346 of file LabViewMessageQueue.cs.
Referenced by Seci.Standard.MessageQueue.getMessageQ().
|
getset |
Definition at line 338 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 337 of file LabViewMessageQueue.cs.
|
getset |
Definition at line 340 of file LabViewMessageQueue.cs.
1.8.5