FX3SPIConfigDataReadyPin Property |
Property to get/set the data ready pin
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic FX3PinObject DataReadyPin { get; set; }
Public Property DataReadyPin As FX3PinObject
Get
Set
public:
property FX3PinObject^ DataReadyPin {
FX3PinObject^ get ();
void set (FX3PinObject^ value);
}
member DataReadyPin : FX3PinObject with get, set
Return Value
Type:
FX3PinObjectThe ready pin, as an FX3PinObject
See Also