![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a telephone number for a user. More...
#include <VxPhoneNumber.h>
Public Member Functions | |
| VxPhoneNumber () | |
| Initializes a new instance of the VxPhoneNumber struct. More... | |
| VxPhoneNumber (const VxPhoneNumber &ref) | |
| Initializes a new instance of the VxPhoneNumber struct. More... | |
| ~VxPhoneNumber () | |
| Finalizes an instance of the VxPhoneNumber class. More... | |
| void | Clear () |
| Clears this instance. More... | |
Public Attributes | |
| char | number [64] |
| The phone number. More... | |
| VxPhoneType::Value | type |
| The type of phone number. More... | |
Represents a telephone number for a user.
Definition at line 12 of file VxPhoneNumber.h.
|
inline |
Initializes a new instance of the VxPhoneNumber struct.
Definition at line 17 of file VxPhoneNumber.h.
|
inline |
Initializes a new instance of the VxPhoneNumber struct.
| ref | The reference. |
Definition at line 25 of file VxPhoneNumber.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 40 of file VxPhoneNumber.h.
| char VxSdk::VxPhoneNumber::number[64] |
The phone number.
Definition at line 49 of file VxPhoneNumber.h.
| VxPhoneType::Value VxSdk::VxPhoneNumber::type |
The type of phone number.
Definition at line 53 of file VxPhoneNumber.h.