FX3ConnectionBootloaderTurnOffLED Method |
BOOTLOADER FW: Turn off the LED
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic void BootloaderTurnOffLED(
string SerialNumber
)
Public Sub BootloaderTurnOffLED (
SerialNumber As String
)
public:
void BootloaderTurnOffLED(
String^ SerialNumber
)
member BootloaderTurnOffLED :
SerialNumber : string -> unit
Parameters
- SerialNumber
- Type: SystemString
Serial number of the selected board
See Also