C# Class Connection.ChannelMapGetEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: jrowberg/bglib

Public Properties

Property Type Description
connection Byte
map Byte[]

Public Methods

Method Description
ChannelMapGetEventArgs ( Byte connection, Byte map )

Method Details

ChannelMapGetEventArgs() public method

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

Property Details

connection public_oe property

public Byte connection
return Byte

map public_oe property

public Byte[] map
return Byte[]