C# Class NetworkSniffer.Packets.ParserHelpers

显示文件 Open project: neowutran/ShinraMeter

Public Methods

Method Description
GetUInt16BigEndian ( byte array, int offset ) : ushort
GetUInt32BigEndian ( byte array, int offset ) : uint

Method Details

GetUInt16BigEndian() public static method

public static GetUInt16BigEndian ( byte array, int offset ) : ushort
array byte
offset int
return ushort

GetUInt32BigEndian() public static method

public static GetUInt32BigEndian ( byte array, int offset ) : uint
array byte
offset int
return uint