![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a key/value pair object. More...
#include <VxKvObject.h>
Public Member Functions | |
VxKvObject () | |
Initializes a new instance of the VxKvObject struct. More... | |
VxKvObject (const VxKvObject &ref) | |
Initializes a new instance of the VxKvObject struct. More... | |
~VxKvObject () | |
Finalizes an instance of the VxKvObject class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | key [64] |
The object key. More... | |
char | value [2048] |
The object value. More... | |
Represents a key/value pair object.
Definition at line 12 of file VxKvObject.h.
|
inline |
|
inline |
Initializes a new instance of the VxKvObject struct.
ref | The reference. |
Definition at line 25 of file VxKvObject.h.
|
inline |
|
inline |
char VxSdk::VxKvObject::key[64] |
The object key.
Definition at line 49 of file VxKvObject.h.
char VxSdk::VxKvObject::value[2048] |
The object value.
Definition at line 53 of file VxKvObject.h.