Enumeration SimConnectDataType

Enumeration Members

FLOAT32: 3

32-bit floating-point number (float)

FLOAT64: 4

64-bit floating-point number (double)

INITPOSITION: 12

InitPosition data structure

INT32: 1

32-bit integer number

INT64: 2

64-bit integer number

INVALID: 0

Invalid data type

LATLONALT: 15

LatLonAlt data structure

MARKERSTATE: 13

MarkerState data structure

MAX: 17

enum limit

STRING128: 8

Fixed-length string, 128-byte

STRING256: 9

Fixed-length string, 256-byte

STRING260: 10

Fixed-length string, 260-byte

STRING32: 6

Fixed-length string, 32-byte

STRING64: 7

Fixed-length string, 64-byte

STRING8: 5

Fixed-length string, 8-byte

STRINGV: 11

Variable-length string

WAYPOINT: 14

Waypoint data structure

XYZ: 16

XYZ data structure

Generated using TypeDoc