C# Class BlinkStickDotNet.ReceiveColorEventArgs

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

Public Properties

Property Type Description
B byte
G byte
Index byte
R byte

Public Methods

Method Description
ReceiveColorEventArgs ( byte index ) : System

Method Details

ReceiveColorEventArgs() public method

public ReceiveColorEventArgs ( byte index ) : System
index byte
return System

Property Details

B public property

public byte B
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