![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new privilege to be created. More...
#include <VxNewPrivilege.h>
Public Member Functions | |
VxNewPrivilege () | |
Initializes a new instance of the VxNewPrivilege struct. More... | |
VxNewPrivilege (const VxNewPrivilege &ref) | |
Initializes a new instance of the VxNewPrivilege struct. More... | |
~VxNewPrivilege () | |
Finalizes an instance of the VxNewPrivilege struct. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
int | priority |
Relative priority for the privilege, from 1 to 250. Smaller numbers have higher priority than larger numbers (e.g. 1 is the highest priority). More... | |
VxPermissionId::Value | permissionId |
Identifier of the permission being granted. More... | |
Represents a new privilege to be created.
Definition at line 12 of file VxNewPrivilege.h.
|
inline |
Initializes a new instance of the VxNewPrivilege struct.
Definition at line 17 of file VxNewPrivilege.h.
|
inline |
Initializes a new instance of the VxNewPrivilege struct.
ref | The reference. |
Definition at line 25 of file VxNewPrivilege.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 40 of file VxNewPrivilege.h.
VxPermissionId::Value VxSdk::VxNewPrivilege::permissionId |
Identifier of the permission being granted.
Definition at line 54 of file VxNewPrivilege.h.
int VxSdk::VxNewPrivilege::priority |
Relative priority for the privilege, from 1 to 250. Smaller numbers have higher priority than larger numbers (e.g. 1 is the highest priority).
Definition at line 50 of file VxNewPrivilege.h.