![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The InternalEvent class represents an internal event generated by the VxSDK. More...
#include <InternalEvent.h>
Public Types | |
enum | EventType { EventType::Unknown, EventType::SystemConnectionLost, EventType::SystemConnectionRestored } |
Values that represent event types sent from the VxSDK. More... | |
Public Member Functions | |
InternalEvent () | |
Default constructor. More... | |
InternalEvent (VxSdk::VxInternalEvent *vxInternalEvent) | |
Constructor. More... | |
Package Attributes | |
VxSdk::VxInternalEvent * | _internalEvent |
Properties | |
System::String^ | Id [get] |
Gets the unique identifier of the event. More... | |
System::Collections::Generic::List< System::Collections::Generic::KeyValuePair< System::String^ , System::String^ >>^ | Properties [get] |
Gets any additional information related to the event. More... | |
EventType | Type [get] |
Gets the internal event type. More... | |
The InternalEvent class represents an internal event generated by the VxSDK.
Definition at line 12 of file InternalEvent.h.
|
strong |
Values that represent event types sent from the VxSDK.
Definition at line 18 of file InternalEvent.h.
|
inline |
Default constructor.
Definition at line 32 of file InternalEvent.h.
|
inline |
Constructor.
vxInternalEvent | The internal event. |
Definition at line 40 of file InternalEvent.h.
|
package |
Definition at line 83 of file InternalEvent.h.
|
get |
Gets the unique identifier of the event.
The unique identifier.
Definition at line 46 of file InternalEvent.h.
|
get |
Gets any additional information related to the event.
A List
containing the event properties.
Definition at line 55 of file InternalEvent.h.
|
get |
Gets the internal event type.
The type identifier of the event.
Definition at line 77 of file InternalEvent.h.