#include <OnixS/MTS/Cash/SDP/Classes/Substructures/SMP.Substructures.TI_IP_ADDRESS_INFO.h>
Public Member Functions | |
TI_IP_ADDRESS_INFO () | |
~TI_IP_ADDRESS_INFO () | |
size_t | deserialize (const void *buf, size_t inLen) |
std::string | toString () const |
size_t | serializationBufSize () const |
size_t | serialize (void *buf) const |
Public Attributes | |
std::string | address |
Definition at line 42 of file SMP.Substructures.TI_IP_ADDRESS_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.TI_IP_ADDRESS_INFO.h.
|
inline |
Definition at line 50 of file SMP.Substructures.TI_IP_ADDRESS_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 63 of file SMP.Substructures.TI_IP_ADDRESS_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string address |
IP Address.
Definition at line 54 of file SMP.Substructures.TI_IP_ADDRESS_INFO.h.