File Information
Library: IoT/OPC
Package: OPCCore
Header: IoT/OPC/TypeTraits.h
Member Summary
Types
OPCType
typedef NativeType OPCType;
Type
typedef NativeType Type;
Member Functions
fromOPC
static Type fromOPC(
Type value
);
opcType
static const UA_DataType * opcType();
toOPC
static void toOPC(
Type value,
OPCType * pValue
);