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