FX3ConnectionDIO3 Property |
Read-only property to get the DIO3 pin
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic IPinObject DIO3 { get; }
Public ReadOnly Property DIO3 As IPinObject
Get
public:
property IPinObject^ DIO3 {
IPinObject^ get ();
}
member DIO3 : IPinObject with get
Return Value
Type:
IPinObjectReturns the DIO3 pin, as an IPinObject
See Also