Show / Hide Table of Contents

Enum FamosFileDataType

Data type of an imc FAMOS file component.

Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public enum FamosFileDataType

Fields

Name Description
AsciiTimeStamp

A timestamp in Ascii format.

Digital16Bit

A two-byte (16-bit) digital data type.

Float32

A four-byte floating point number.

Float64

An eight-byte floating point number.

ImcDevicesTransitionalRecording

Unknown.

Int16

A two-byte signed integer.

Int32

A four-byte signed integer.

Int8

A single byte signed integer.

UInt16

A two-byte unsigned integer.

UInt32

A four-byte unsigned integer.

UInt48

A six-byte unsigned integer.

UInt8

A single byte unsigned interger.

  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms