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