C# Class NetworkSniffer.Packets.ParserHelpers

Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Méthode Description
GetUInt16BigEndian ( byte array, int offset ) : ushort
GetUInt32BigEndian ( byte array, int offset ) : uint

Method Details

GetUInt16BigEndian() public static méthode

public static GetUInt16BigEndian ( byte array, int offset ) : ushort
array byte
offset int
Résultat ushort

GetUInt32BigEndian() public static méthode

public static GetUInt32BigEndian ( byte array, int offset ) : uint
array byte
offset int
Résultat uint