DeviceDirectionA Property | 
            Port A Data Direction Property (8 bits).
            For each bit, 0=input and 1=output.
            
Namespace: IO.Devices.MCP23017Assembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic byte DirectionA { get; set; }Property Value
Byte
Remarks
            This property follows the industry standard convention for data
            direction bit polarity (1=output) rather than the MCP23017
            IODIRA register polarity (0=output).
            
See Also