![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new data object to be created. More...
#include <VxNewDataObject.h>
Public Member Functions | |
VxNewDataObject () | |
Initializes a new instance of the VxNewDataObject struct. More... | |
VxNewDataObject (const VxNewDataObject &ref) | |
Initializes a new instance of the VxNewDataObject struct. More... | |
~VxNewDataObject () | |
Finalizes an instance of the VxNewDataObject class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
bool | isPrivate |
Indicates whether this resource is owned by a user. If true, the data object will be owned by the user submitting the request. More... | |
char | clientType [64] |
The client type identifier. Recommend using the Java package naming convention. More... | |
char * | data |
The data to add to the data object. More... | |
Represents a new data object to be created.
Definition at line 12 of file VxNewDataObject.h.
|
inline |
Initializes a new instance of the VxNewDataObject struct.
Definition at line 17 of file VxNewDataObject.h.
|
inline |
Initializes a new instance of the VxNewDataObject struct.
ref | The reference. |
Definition at line 25 of file VxNewDataObject.h.
|
inline |
Finalizes an instance of the VxNewDataObject class.
Definition at line 34 of file VxNewDataObject.h.
|
inline |
Clears this instance.
Definition at line 41 of file VxNewDataObject.h.
char VxSdk::VxNewDataObject::clientType[64] |
The client type identifier. Recommend using the Java package naming convention.
Definition at line 55 of file VxNewDataObject.h.
char* VxSdk::VxNewDataObject::data |
The data to add to the data object.
Definition at line 59 of file VxNewDataObject.h.
bool VxSdk::VxNewDataObject::isPrivate |
Indicates whether this resource is owned by a user. If true, the data object will be owned by the user submitting the request.
Definition at line 51 of file VxNewDataObject.h.