C# Class BlinkStickDotNet.SendColorEventArgs

Inheritance: System.EventArgs
Show file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Properties

Property Type Description
B byte
Channel byte
G byte
Index byte
R byte
SendToDevice System.Boolean

Public Methods

Method Description
SendColorEventArgs ( byte channel, byte index, byte r, byte g, byte b ) : System

Method Details

SendColorEventArgs() public method

public SendColorEventArgs ( byte channel, byte index, byte r, byte g, byte b ) : System
channel byte
index byte
r byte
g byte
b byte
return System

Property Details

B public property

public byte B
return byte

Channel public property

public byte Channel
return byte

G public property

public byte G
return byte

Index public property

public byte Index
return byte

R public property

public byte R
return byte

SendToDevice public property

public Boolean,System SendToDevice
return System.Boolean