ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_FLAGS enumeration (acxcircuit.h)

The ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_FLAGS enumeration defines factory circuit add flags.

Syntax

typedef enum _ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_FLAGS {
  AcxFactoryCircitAddCircuitConfigNoFlags,
  AcxFactoryCircitAddCircuitConfigValidFlags
} ACX_FACTORY_CIRCUIT_ADD_CIRCUIT_FLAGS;

Constants

 
AcxFactoryCircitAddCircuitConfigNoFlags
Indicates that no flags are set.
AcxFactoryCircitAddCircuitConfigValidFlags
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 acxcircuit.h

See also

  • [acxcircuit.h header](index.md)