FX3ConnectionActiveFX3SerialNumber Property |
Property which returns the serial number of the active FX3 board.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string ActiveFX3SerialNumber { get; set; }
Public Property ActiveFX3SerialNumber As String
Get
Set
public:
property String^ ActiveFX3SerialNumber {
String^ get ();
void set (String^ value);
}
member ActiveFX3SerialNumber : string with get, set
Return Value
Type:
StringReturns the serial number of the active FX3 device.
See Also