ACX_PIN_TYPE enumeration (acxpin.h)
The ACX_PIN_TYPE enumeration is used by the ACX_PIN_CONFIG structure to indicate the type of a pin.
Syntax
typedef enum _ACX_PIN_TYPE {
AcxPinTypeOther,
AcxPinTypeSink,
AcxPinTypeSource,
AcxPinTypeMaximum
} ACX_PIN_TYPE, *PACX_PIN_TYPE;
Constants
AcxPinTypeOther Indicates that the pin type is not a sink nor a source. |
AcxPinTypeSink Indicates that the pin type is a sink. |
AcxPinTypeSource Indicates that the pin type is a source. |
AcxPinTypeMaximum For internal validation, do not use. |
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
See also
- ACX_PIN_CONFIG
- ACX_PIN_CONFIG_INIT
- AcxPinGetType
- [acxpin.h header](index.md)