FX3ConnectionDrPin Property |
This property is used to get or set the data ready pin. Is tied to the ReadyPin property
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic IPinObject DrPin { get; set; }
Public Property DrPin As IPinObject
Get
Set
public:
virtual property IPinObject^ DrPin {
IPinObject^ get () sealed;
void set (IPinObject^ value) sealed;
}
abstract DrPin : IPinObject with get, set
override DrPin : IPinObject with get, set
Return Value
Type:
IPinObjectImplements
ISpi32Interface.DrPin
See Also