C# Class BlinkStickDotNet.SendColorEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: arvydas/BlinkStickDotNet Class Usage Examples

Méthodes publiques

Свойство Type Description
B byte
Channel byte
G byte
Index byte
R byte
SendToDevice System.Boolean

Méthodes publiques

Méthode Description
SendColorEventArgs ( byte channel, byte index, byte r, byte g, byte b ) : System

Method Details

SendColorEventArgs() public méthode

public SendColorEventArgs ( byte channel, byte index, byte r, byte g, byte b ) : System
channel byte
index byte
r byte
g byte
b byte
Résultat System

Property Details

B public_oe property

public byte B
Résultat byte

Channel public_oe property

public byte Channel
Résultat byte

G public_oe property

public byte G
Résultat byte

Index public_oe property

public byte Index
Résultat byte

R public_oe property

public byte R
Résultat byte

SendToDevice public_oe property

public Boolean,System SendToDevice
Résultat System.Boolean