C# 클래스 NetworkSniffer.Packets.ParserHelpers

파일 보기 프로젝트 열기: neowutran/ShinraMeter

공개 메소드들

메소드 설명
GetUInt16BigEndian ( byte array, int offset ) : ushort
GetUInt32BigEndian ( byte array, int offset ) : uint

메소드 상세

GetUInt16BigEndian() 공개 정적인 메소드

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

GetUInt32BigEndian() 공개 정적인 메소드

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