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