C# 클래스 DroidExplorer.Core.Net.Bits

파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
And ( byte A, byte B ) : byte[]
GE ( byte A, byte B ) : bool
GetBitMask ( int sizeOfBuff, int bitLen ) : byte[]
LE ( byte A, byte B ) : bool
Not ( byte bytes ) : byte[]
Or ( byte A, byte B ) : byte[]

메소드 상세

And() 공개 정적인 메소드

public static And ( byte A, byte B ) : byte[]
A byte
B byte
리턴 byte[]

GE() 공개 정적인 메소드

public static GE ( byte A, byte B ) : bool
A byte
B byte
리턴 bool

GetBitMask() 공개 정적인 메소드

public static GetBitMask ( int sizeOfBuff, int bitLen ) : byte[]
sizeOfBuff int
bitLen int
리턴 byte[]

LE() 공개 정적인 메소드

public static LE ( byte A, byte B ) : bool
A byte
B byte
리턴 bool

Not() 공개 정적인 메소드

public static Not ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

Or() 공개 정적인 메소드

public static Or ( byte A, byte B ) : byte[]
A byte
B byte
리턴 byte[]