Show / Hide Table of Contents

Enum DataType

Enum data type values for the channel. If multiple channels are mapped to a parameter then each channel should have the same data type.

Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public enum DataType

Fields

Name Description
FloatingPoint32Bit

Hold the data for floating value.

Signed16Bit

Hold the data for signed 16 bits long.

Signed32Bit

Hold the data for signed 32 bits long.

Signed8Bit

Hold the data for signed 8 bits long.

Unknown

unknown data type.

Unsigned16Bit

Hold the data for signed 16 bits long.

Unsigned32Bit

Hold the data for unsigned 32 bits long.

Unsigned8Bit

Hold the data for unsigned 8 bits long.

In This Article
Back to top Generated by DocFX