LOCATION

Detailed Description

Enumerations

enum class  LOCATION {
  DISK ,
  IPCONNECTION ,
  MEMORY
}
 

Functions

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  )