C# Class BlinkStickDotNet.ReceiveColorEventArgs

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

Méthodes publiques

Свойство Type Description
B byte
G byte
Index byte
R byte

Méthodes publiques

Méthode Description
ReceiveColorEventArgs ( byte index ) : System

Method Details

ReceiveColorEventArgs() public méthode

public ReceiveColorEventArgs ( byte index ) : System
index byte
Résultat System

Property Details

B public_oe property

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