Méthode | Description | |
---|---|---|
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 |
|
Résultat | ArraySegment |
public static ReadBits ( this bytes, int bitPosition, int bitLength ) : byte | ||
bytes | this | |
bitPosition | int | |
bitLength | int | |
Résultat | byte |
public static ReadBits ( this bytes, int bufferOffset, int bitPosition, int bitLength ) : byte | ||
bytes | this | |
bufferOffset | int | |
bitPosition | int | |
bitLength | int | |
Résultat | byte |
public static ReadIpAddress ( this bytes, int bufferOffset ) : |
||
bytes | this | |
bufferOffset | int | |
Résultat |
public static ReadNetOrderUShort ( this bytes, int bufferOffset ) : ushort | ||
bytes | this | |
bufferOffset | int | |
Résultat | ushort |
public static ReadNetOrderUShort ( this bytes, int bufferOffset, int bitPosition, int bitLength ) : ushort | ||
bytes | this | |
bufferOffset | int | |
bitPosition | int | |
bitLength | int | |
Résultat | ushort |
public static ReadUShort ( this bytes, int bufferOffset ) : ushort | ||
bytes | this | |
bufferOffset | int | |
Résultat | ushort |