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