Test.GetChannelMapEventArgs.GetChannelMapEventArgs C# (CSharp) Méthode

GetChannelMapEventArgs() public méthode

public GetChannelMapEventArgs ( Byte channel_map )
channel_map Byte
                    public GetChannelMapEventArgs(Byte[] channel_map)
                    {
                        this.channel_map = channel_map;
                    }
                }
GetChannelMapEventArgs