C# Class Netronics.Protocol.PacketEncoder.MsgPack.MsgPackDecoder

Inheritance: IPacketDecoder
Mostrar archivo Open project: shlee322/Netronics

Public Properties

Property Type Description
Decoder MsgPackDecoder

Public Methods

Method Description
Decode ( IChannel channel, PacketBuffer buffer ) : object

Method Details

Decode() public method

public Decode ( IChannel channel, PacketBuffer buffer ) : object
channel IChannel
buffer PacketBuffer
return object

Property Details

Decoder public_oe static_oe property

public static MsgPackDecoder,Netronics.Protocol.PacketEncoder.MsgPack Decoder
return MsgPackDecoder