메소드 | 설명 | |
---|---|---|
AsByteArraySegment ( this |
||
ReadBits ( this bytes, int bitPosition, int bitLength ) : byte | ||
ReadBits ( this bytes, int bufferOffset, int bitPosition, int bitLength ) : byte | ||
ReadIpAddress ( this bytes, int bufferOffset ) : |
||
ReadNetOrderUShort ( this bytes, int bufferOffset ) : ushort | ||
ReadNetOrderUShort ( this bytes, int bufferOffset, int bitPosition, int bitLength ) : ushort | ||
ReadUShort ( this bytes, int bufferOffset ) : ushort |
public static AsByteArraySegment ( this |
||
source | this |
|
리턴 | ArraySegment |
public static ReadBits ( this bytes, int bitPosition, int bitLength ) : byte | ||
bytes | this | |
bitPosition | int | |
bitLength | int | |
리턴 | byte |
public static ReadBits ( this bytes, int bufferOffset, int bitPosition, int bitLength ) : byte | ||
bytes | this | |
bufferOffset | int | |
bitPosition | int | |
bitLength | int | |
리턴 | byte |
public static ReadIpAddress ( this bytes, int bufferOffset ) : |
||
bytes | this | |
bufferOffset | int | |
리턴 |
public static ReadNetOrderUShort ( this bytes, int bufferOffset ) : ushort | ||
bytes | this | |
bufferOffset | int | |
리턴 | ushort |
public static ReadNetOrderUShort ( this bytes, int bufferOffset, int bitPosition, int bitLength ) : ushort | ||
bytes | this | |
bufferOffset | int | |
bitPosition | int | |
bitLength | int | |
리턴 | ushort |
public static ReadUShort ( this bytes, int bufferOffset ) : ushort | ||
bytes | this | |
bufferOffset | int | |
리턴 | ushort |