C# Class Connection.ChannelMapGetEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: jrowberg/bglib

Méthodes publiques

Свойство Type Description
connection Byte
map Byte[]

Méthodes publiques

Méthode Description
ChannelMapGetEventArgs ( Byte connection, Byte map )

Method Details

ChannelMapGetEventArgs() public méthode

public ChannelMapGetEventArgs ( Byte connection, Byte map )
connection Byte
map Byte

Property Details

connection public_oe property

public Byte connection
Résultat Byte

map public_oe property

public Byte[] map
Résultat Byte[]