OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_VALUE Class Reference

Public Member Functions

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

Double value
TI_FLAG::Enum valueFg

Detailed Description

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

Constructor & Destructor Documentation

◆ CMF_VALUE()

CMF_VALUE ( )
inline

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

◆ ~CMF_VALUE()

~CMF_VALUE ( )
inline

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

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 65 of file SMP.Substructures.CMF_VALUE.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ value

Double value

Value of the field.

Definition at line 53 of file SMP.Substructures.CMF_VALUE.h.

◆ valueFg

TI_FLAG::Enum valueFg

Flag indicating if the value is valid.

Definition at line 56 of file SMP.Substructures.CMF_VALUE.h.