GenApi::EEndianessClass#
#include <GenApi/EnumClasses.h>
Public Functions#
Name | |
---|---|
bool | FromString(const GenICam::gcstring & ValueStr, EEndianess * pValue) Converts a string to enum value. |
void | ToString(GenICam::gcstring & ValueStr, EEndianess * pValue) Converts a string to an int32_t property. |
GenICam::gcstring | ToString(EEndianess Value) Converts a string to an int32_t property. |
Public Functions Documentation#
FromString#
static inline bool FromString(
const GenICam::gcstring & ValueStr,
EEndianess * pValue
)
Converts a string to enum value.
ToString#
static inline void ToString(
GenICam::gcstring & ValueStr,
EEndianess * pValue
)
Converts a string to an int32_t property.
ToString#
static inline GenICam::gcstring ToString(
EEndianess Value
)
Converts a string to an int32_t property.
Updated on 5 July 2022 at 15:30:00