Need Flags
Use these constants in theflagsbit field of anISpNeedstructure. Currently there is only one flag defined, which indicates whether or not to allow multiconfiguration of an input requirement.
typedef enum ISpNeedFlagBits { kISpNeedFlag_NoMultiConfig = 1 };Constant descriptions
- kISpNeedFlag_NoMultiConfig
- Allow only one device to bind to this requirement during autoconfiguration.