C# Class BlinkStickDotNet.SendColorEventArgs

Inheritance: System.EventArgs
Exibir arquivo 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_oe property

public byte B
return byte

Channel public_oe property

public byte Channel
return byte

G public_oe property

public byte G
return byte

Index public_oe property

public byte Index
return byte

R public_oe property

public byte R
return byte

SendToDevice public_oe property

public Boolean,System SendToDevice
return System.Boolean