ami_DataType

Type

Purpose

Defines the valid AMI C API parameter data types.

Enumeration

 

Declaration

Description

AMI_I32

32-bit signed integer.

AMI_I64

 

AMI_F64

 

AMI_U64

64-bit unsigned integer.

AMI_STRING

Null-terminated character string (UTF8 encoding).

AMI_BOOLEAN

Boolean.

AMI_INTEGER

Use for backwards compatibility with previous AMI C API versions. AMI_I32 is preferred.

AMI_LONG

Use for backwards compatibility with previous AMI C API versions. AMI_I64 is preferred.

AMI_REAL

Use for backwards compatibility with previous AMI C API versions. AMI_F64 is preferred.