![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents an internal event generated by the VxSDK. More...
#include <VxInternalEvent.h>
Public Member Functions | |
| VxInternalEvent () | |
| Initializes a new instance of the VxInternalEvent struct. More... | |
| VxInternalEvent (const VxInternalEvent &ref) | |
| Initializes a new instance of the VxInternalEvent struct. More... | |
| ~VxInternalEvent () | |
| Finalizes an instance of the VxInternalEvent class. More... | |
| void | Clear () |
| Clears this instance. More... | |
Public Attributes | |
| char | id [64] |
| The unique identifier of the event. More... | |
| VxInternalEventType::Value | eventType |
| The internal event type. More... | |
| int | propertySize |
| The size of properties. More... | |
| VxKvObject * | properties |
| Optional additional information related to the event. More... | |
Represents an internal event generated by the VxSDK.
Definition at line 13 of file VxInternalEvent.h.
|
inline |
Initializes a new instance of the VxInternalEvent struct.
Definition at line 18 of file VxInternalEvent.h.
|
inline |
Initializes a new instance of the VxInternalEvent struct.
| ref | The reference. |
Definition at line 26 of file VxInternalEvent.h.
|
inline |
Finalizes an instance of the VxInternalEvent class.
Definition at line 36 of file VxInternalEvent.h.
|
inline |
Clears this instance.
Definition at line 43 of file VxInternalEvent.h.
| VxInternalEventType::Value VxSdk::VxInternalEvent::eventType |
The internal event type.
Definition at line 58 of file VxInternalEvent.h.
| char VxSdk::VxInternalEvent::id[64] |
The unique identifier of the event.
Definition at line 54 of file VxInternalEvent.h.
| VxKvObject* VxSdk::VxInternalEvent::properties |
Optional additional information related to the event.
Definition at line 66 of file VxInternalEvent.h.
| int VxSdk::VxInternalEvent::propertySize |
The size of properties.
Definition at line 62 of file VxInternalEvent.h.