C# Class Cakewalk.Shared.Packets.PacketMap

Maps packet types to packet codes and vice versa. Used for serialization.
显示文件 Open project: Cakez0r/Cakewalk

Public Methods

Method Description
GetTypeForPacketCode ( PacketCode c ) : Type

Get the type for a given packet code.

Method Details

GetTypeForPacketCode() public static method

Get the type for a given packet code.
public static GetTypeForPacketCode ( PacketCode c ) : Type
c PacketCode
return System.Type