The ErrorEvent class is the event that will be generated if an asynchronous error occurs.
More...
|
override HPS.Event | Clone () |
| Allocates and returns a copy of this ErrorEvent. More...
|
|
override void | Dispose () |
|
override bool | Equals (System.Object obj) |
|
virtual bool | Equals (HPS.ErrorEvent in_that) |
| Check if the source object is equivalent to this object. More...
|
|
| ErrorEvent () |
| The default constructor creates an ErrorEvent object with an empty message and code of Unknown. More...
|
|
| ErrorEvent (string in_message) |
| This constructor creates an ErrorEvent object with a specified message and code of Unknown. More...
|
|
| ErrorEvent (string in_message, HPS.Info.Code in_code) |
| This constructor creates a ErrorEvent object with a specified message and code. More...
|
|
| ErrorEvent (HPS.Event in_event) |
| This constructor converts an EventObject to an ErrorEvent object. More...
|
|
| ErrorEvent (HPS.ErrorEvent in_that) |
|
override int | GetHashCode () |
|
virtual bool | Drop (HPS.Event in_that_event) |
| This optional function is used to determine if the current event can be dropped based on the following event in the queue. More...
|
|
delegate void | DtorDelegate (IntPtr cPtr) |
|
| Event (IntPtr in_channel) |
| A constructor for generating events from built-in or custom event ID's. More...
|
|
| Event () |
| A constructor for generating events from built-in or custom event ID's. More...
|
|
| Event (HPS.Event in_that) |
|
delegate IntPtr | EventDelegate_0 () |
|
delegate bool | EventDelegate_1 (IntPtr in_that_event) |
|
delegate IntPtr | EventDelegate_2 () |
|
virtual IntPtr | Freshen () |
| This optional function is used to determine if the current event can be dropped in favor of newer event of the same type if one is available. More...
|
|
IntPtr | GetChannel () |
| Returns the channel ID assigned to an event. More...
|
|
IntPtr | GetClassID () |
|
double | GetTimeStamp () |
| Returns the time an event was injected into the event queue. More...
|
|
bool | IsConsumable () |
| Indicates whether an event will be consumed when it is handled or passed on to the next handler anyway. More...
|
|
|
override void | deleteCptr () |
|
void | DtorCallback (IntPtr p) |
|
virtual IntPtr | GetNonDirectorClassID () |
|
The ErrorEvent class is the event that will be generated if an asynchronous error occurs.
HPS.ErrorEvent.ErrorEvent |
( |
| ) |
|
The default constructor creates an ErrorEvent object with an empty message and code of Unknown.
HPS.ErrorEvent.ErrorEvent |
( |
string |
in_message | ) |
|
This constructor creates an ErrorEvent object with a specified message and code of Unknown.
- Parameters
-
in_message | A message describing the nature of the error. |
HPS.ErrorEvent.ErrorEvent |
( |
string |
in_message, |
|
|
HPS.Info.Code |
in_code |
|
) |
| |
This constructor creates a ErrorEvent object with a specified message and code.
- Parameters
-
in_message | A message describing the nature of the error. |
in_code | A code describing the nature of the error. |
HPS.ErrorEvent.ErrorEvent |
( |
HPS.Event |
in_event | ) |
|
This constructor converts an EventObject to an ErrorEvent object.
- Parameters
-
in_event | The <ref refid="class_h_p_s_1_1_event" kindref="compound">Event</ref><ref refid="class_h_p_s_1_1_object" kindref="compound">Object</ref> to be converted. |
Check if the source object is equivalent to this object.
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file: