ACX_TARGET_FACTORY_CIRCUIT_CONFIG_FLAGS enumeration (acxtargets.h)

The ACX_TARGET_FACTORY_CIRCUIT_CONFIG_FLAGS enumeration defines the config flags for the ACX target circuit factory.

Syntax

typedef enum _ACX_TARGET_FACTORY_CIRCUIT_CONFIG_FLAGS {
  AcxTargetFactoryCircuitConfigNoFlags,
  AcxTargetFactoryCircuitConfigValidFlags
} ACX_TARGET_FACTORY_CIRCUIT_CONFIG_FLAGS;

Constants

 
AcxTargetFactoryCircuitConfigNoFlags
Indicates that no config flags are set.
AcxTargetFactoryCircuitConfigValidFlags
For internal validation, do not use.

Remarks

There are no flags currently defined for this type.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxtargets.h

See also