C# 클래스 DNS.Protocol.Utils.ByteExtensions

파일 보기 프로젝트 열기: greggman/hft-unity-gamepad

공개 메소드들

메소드 설명
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

메소드 상세

GetBitValueAt() 공개 정적인 메소드

public static GetBitValueAt ( this b, byte offset ) : byte
b this
offset byte
리턴 byte

GetBitValueAt() 공개 정적인 메소드

public static GetBitValueAt ( this b, byte offset, byte length ) : byte
b this
offset byte
length byte
리턴 byte

SetBitValueAt() 공개 정적인 메소드

public static SetBitValueAt ( this b, byte offset, byte value ) : byte
b this
offset byte
value byte
리턴 byte

SetBitValueAt() 공개 정적인 메소드

public static SetBitValueAt ( this b, byte offset, byte length, byte value ) : byte
b this
offset byte
length byte
value byte
리턴 byte