OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
TI_TIME_ZONE Class Reference

Public Member Functions

 TI_TIME_ZONE ()
 ~TI_TIME_ZONE ()
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

TI_UTC::Enum uTC
TI_FLAG::Enum dSTFg
UInt32 timeZoneOffset

Detailed Description

Definition at line 42 of file SMP.Substructures.TI_TIME_ZONE.h.

Constructor & Destructor Documentation

◆ TI_TIME_ZONE()

TI_TIME_ZONE ( )
inline

Definition at line 45 of file SMP.Substructures.TI_TIME_ZONE.h.

◆ ~TI_TIME_ZONE()

~TI_TIME_ZONE ( )
inline

Definition at line 49 of file SMP.Substructures.TI_TIME_ZONE.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 68 of file SMP.Substructures.TI_TIME_ZONE.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ dSTFg

Daylight Saving Time Flag TimeZoneOffset.

Definition at line 55 of file SMP.Substructures.TI_TIME_ZONE.h.

◆ timeZoneOffset

UInt32 timeZoneOffset

TimeZone Offset.

Definition at line 58 of file SMP.Substructures.TI_TIME_ZONE.h.

◆ uTC

UTC offsets DSTFg.

Definition at line 52 of file SMP.Substructures.TI_TIME_ZONE.h.