ACX_PIN_COMMUNICATION enumeration (acxpin.h)
The ACX_PIN_COMMUNICATION enumeration is used by the ACX_PIN_CONFIG structure to indicate the communication type of a pin.
Syntax
typedef enum _ACX_PIN_COMMUNICATION {
AcxPinCommunicationNone,
AcxPinCommunicationSink,
AcxPinCommunicationSource,
AcxPinCommunicationMaximum
} ACX_PIN_COMMUNICATION, *PACX_PIN_COMMUNICATION;
Constants
AcxPinCommunicationNone Indicates that the pin is not used for communication. |
AcxPinCommunicationSink Indicates that the pin is a communication sink. |
AcxPinCommunicationSource Indicates that the pin is a communication source. |
AcxPinCommunicationMaximum 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
- [acxpin.h header](index.md)