C# Class Test.GetChannelMapEventArgs

Inheritance: System.EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
channel_map Byte[]

Public Methods

Method Description
GetChannelMapEventArgs ( Byte channel_map )

Method Details

GetChannelMapEventArgs() public method

public GetChannelMapEventArgs ( Byte channel_map )
channel_map Byte

Property Details

channel_map public property

public Byte[] channel_map
return Byte[]