Prototype.Xilinx.Uploader.Arduino.ArduinoConnection.SetLeds C# (CSharp) Method

SetLeds() private method

private SetLeds ( Leds leds ) : string
leds Leds
return string
        private string SetLeds(Leds leds)
        {
            return TransmitBufferAndAwaitResponse(Commands.SetLeds, new byte[] { (byte)leds }, 0, 1);
        }