Need Flags
Use these constants in theflags
bit field of anISpNeed
structure. 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.