LOCATION Enumeration

详细描述

Enumerations

enum   LOCATION {
   DISK ,
   IPCONNECTION ,
   MEMORY
}

函数

enum LOCATION   MAXON_ENUM_LIST ( LOCATION )

Enumeration Type Documentation

◆  LOCATION

enum LOCATION
strong
Enumerator
DISK 

Disk storage.

IPCONNECTION 

Target is IP connection.

MEMORY 

Target is a memory location.

Function Documentation

◆  MAXON_ENUM_LIST()

enum LOCATION MAXON_ENUM_LIST ( LOCATION   )