![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new notification configuration for a situation. More...
#include <VxNewNotification.h>
Public Member Functions | |
VxNewNotification () | |
Initializes a new instance of the VxNewNotification struct. More... | |
VxNewNotification (const VxNewNotification &ref) | |
Initializes a new instance of the VxNewNotification struct. More... | |
~VxNewNotification () | |
Finalizes an instance of the VxNewNotification class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char ** | roleIds |
The ids for each role that should receive this notification. More... | |
int | roleIdSize |
The size of roleIds. More... | |
Represents a new notification configuration for a situation.
Definition at line 12 of file VxNewNotification.h.
|
inline |
Initializes a new instance of the VxNewNotification struct.
Definition at line 17 of file VxNewNotification.h.
|
inline |
Initializes a new instance of the VxNewNotification struct.
ref | The reference. |
Definition at line 25 of file VxNewNotification.h.
|
inline |
Finalizes an instance of the VxNewNotification class.
Definition at line 33 of file VxNewNotification.h.
|
inline |
Clears this instance.
Definition at line 40 of file VxNewNotification.h.
char** VxSdk::VxNewNotification::roleIds |
The ids for each role that should receive this notification.
Definition at line 49 of file VxNewNotification.h.
int VxSdk::VxNewNotification::roleIdSize |
The size of roleIds.
Definition at line 53 of file VxNewNotification.h.