Server.Diagnostics.PacketReceiveProfile.PacketReceiveProfile C# (CSharp) Méthode

PacketReceiveProfile() public méthode

public PacketReceiveProfile ( int packetId ) : System
packetId int
Résultat System
		public PacketReceiveProfile( int packetId )
			: base( String.Format( "0x{0:X2}", packetId ) ) {
		}
	}