![]() |
IOLink C# 1.11.0
|
Converter contains a set of method allowing to interpret a VariantDataValue as a determined type. More...
Public Member Functions | |
| VariantDataValueConverter (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
Static Public Member Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (VariantDataValueConverter obj) |
| static global::System.Runtime.InteropServices.HandleRef | swigRelease (VariantDataValueConverter obj) |
| static uint | ToInt8Array (VariantDataValue variant, sbyte[] values) |
| static sbyte[] | ToInt8Array (VariantDataValue variant) |
| static uint | ToInt16Array (VariantDataValue variant, short[] values) |
| static short[] | ToInt16Array (VariantDataValue variant) |
| static uint | ToInt32Array (VariantDataValue variant, int[] values) |
| static int[] | ToInt32Array (VariantDataValue variant) |
| static uint | ToInt64Array (VariantDataValue variant, long[] values) |
| static long[] | ToInt64Array (VariantDataValue variant) |
| static uint | ToUint8Array (VariantDataValue variant, byte[] values) |
| static byte[] | ToUint8Array (VariantDataValue variant) |
| static uint | ToUint16Array (VariantDataValue variant, ushort[] values) |
| static ushort[] | ToUint16Array (VariantDataValue variant) |
| static uint | ToUint32Array (VariantDataValue variant, uint[] values) |
| static uint[] | ToUint32Array (VariantDataValue variant) |
| static uint | ToUint64Array (VariantDataValue variant, ulong[] values) |
| static ulong[] | ToUint64Array (VariantDataValue variant) |
| static uint | ToFloatArray (VariantDataValue variant, float[] values) |
| static float[] | ToFloatArray (VariantDataValue variant) |
| static uint | ToDoubleArray (VariantDataValue variant, double[] values) |
| static double[] | ToDoubleArray (VariantDataValue variant) |
| static uint | ToStringArray (VariantDataValue variant, string[] values) |
| static string[] | ToStringArray (VariantDataValue variant) |
| static sbyte | ToInt8 (VariantDataValue value) |
| Return converted metadata value into 8-bit signed integers. | |
| static short | ToInt16 (VariantDataValue value) |
| Return converted metadata value into 16-bit signed integers. | |
| static int | ToInt32 (VariantDataValue value) |
| Return converted metadata value into 32-bit signed integers. | |
| static long | ToInt64 (VariantDataValue value) |
| Return converted metadata value into 64-bit signed integers. | |
| static byte | ToUint8 (VariantDataValue value) |
| Return converted metadata value into 8-bit unsigned integers. | |
| static ushort | ToUint16 (VariantDataValue value) |
| Return converted metadata value into 16-bit unsigned integers. | |
| static uint | ToUint32 (VariantDataValue value) |
| Return converted metadata value into 32-bit unsigned integers. | |
| static ulong | ToUint64 (VariantDataValue value) |
| Return converted metadata value into 32-bit signed integers. | |
| static float | ToFloat (VariantDataValue value) |
| Return converted metadata value into 32-bit floating-point. | |
| static double | ToDouble (VariantDataValue value) |
| Return converted metadata value into 64-bit floats. | |
| static string | ToString (VariantDataValue value) |
| Return converted metadata value into string. | |
| static sbyte | ToInt8 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 8-bit signed integers. | |
| static short | ToInt16 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 16-bit signed integers. | |
| static int | ToInt32 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 32-bit signed integers. | |
| static long | ToInt64 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 64-bit signed integers. | |
| static byte | ToUint8 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 8-bit unsigned integers. | |
| static ushort | ToUint16 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 16-bit unsigned integers. | |
| static uint | ToUint32 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 32-bit unsigned integers. | |
| static ulong | ToUint64 (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 64-bit unsigned integers. | |
| static float | ToFloat (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 32-bit floating-point. | |
| static double | ToDouble (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into 64-bit floats. | |
| static string | ToString (VariantDataValue variant, uint index) |
| Convert VariantDataValue at given index into string. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Converter contains a set of method allowing to interpret a VariantDataValue as a determined type.
|
inlinestatic |
Return converted metadata value into 64-bit floats.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 64-bit floats.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 32-bit floating-point.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 32-bit floating-point.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 16-bit signed integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 16-bit signed integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 32-bit signed integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 32-bit signed integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 64-bit signed integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 64-bit signed integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 8-bit signed integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 8-bit signed integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into string.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into string.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 16-bit unsigned integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 16-bit unsigned integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 32-bit unsigned integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 32-bit unsigned integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 32-bit signed integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 64-bit unsigned integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |
|
inlinestatic |
Return converted metadata value into 8-bit unsigned integers.
| value | VariantDataValue to convert |
| Error | if VariantDataValue original type cannot be converted |
|
inlinestatic |
Convert VariantDataValue at given index into 8-bit unsigned integers.
| variant | VariantDataValue to convert |
| index | Index of the value to convert and return from VariantDataValue |
| Error | if VariantDataValue original type cannot be converted |
| Error | if given index is out of range |