![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents the information needed to authenticate with a VideoXpert system. More...
#include <VxAuthInfo.h>
Public Member Functions | |
VxAuthInfo () | |
Initializes a new instance of the VxAuthInfo struct. More... | |
VxAuthInfo (const VxAuthInfo &ref) | |
Initializes a new instance of the VxAuthInfo struct. More... | |
~VxAuthInfo () | |
Finalizes an instance of the VxAuthInfo class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
bool | useSsl |
Indicates whether the connection will use SSL. More... | |
char | authToken [512] |
The authentication token to use. More... | |
char | ipAddress [64] |
The VideoXpert system IP. More... | |
unsigned short | port |
The VideoXpert system port. More... | |
Represents the information needed to authenticate with a VideoXpert system.
Definition at line 12 of file VxAuthInfo.h.
|
inline |
|
inline |
Initializes a new instance of the VxAuthInfo struct.
ref | The reference. |
Definition at line 25 of file VxAuthInfo.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 42 of file VxAuthInfo.h.
char VxSdk::VxAuthInfo::authToken[512] |
The authentication token to use.
Definition at line 57 of file VxAuthInfo.h.
char VxSdk::VxAuthInfo::ipAddress[64] |
The VideoXpert system IP.
Definition at line 61 of file VxAuthInfo.h.
unsigned short VxSdk::VxAuthInfo::port |
The VideoXpert system port.
Definition at line 65 of file VxAuthInfo.h.
bool VxSdk::VxAuthInfo::useSsl |
Indicates whether the connection will use SSL.
Definition at line 53 of file VxAuthInfo.h.