C# Class DNS.Protocol.Utils.ByteExtensions

Afficher le fichier Open project: greggman/hft-unity-gamepad

Méthodes publiques

Méthode Description
GetBitValueAt ( this b, byte offset ) : byte
GetBitValueAt ( this b, byte offset, byte length ) : byte
SetBitValueAt ( this b, byte offset, byte value ) : byte
SetBitValueAt ( this b, byte offset, byte length, byte value ) : byte

Method Details

GetBitValueAt() public static méthode

public static GetBitValueAt ( this b, byte offset ) : byte
b this
offset byte
Résultat byte

GetBitValueAt() public static méthode

public static GetBitValueAt ( this b, byte offset, byte length ) : byte
b this
offset byte
length byte
Résultat byte

SetBitValueAt() public static méthode

public static SetBitValueAt ( this b, byte offset, byte value ) : byte
b this
offset byte
value byte
Résultat byte

SetBitValueAt() public static méthode

public static SetBitValueAt ( this b, byte offset, byte length, byte value ) : byte
b this
offset byte
length byte
value byte
Résultat byte