C# 클래스 Glovebox.IoT.Devices.Sensors.BitTwiddlingExtensions

파일 보기 프로젝트 열기: gloveboxes/Windows-IoT-Core-Driver-Library

공개 메소드들

메소드 설명
ClearBit ( this target, byte mask ) : byte
IsSet ( this target, byte mask ) : bool
SetBit ( this target, byte mask ) : byte

메소드 상세

ClearBit() 공개 정적인 메소드

public static ClearBit ( this target, byte mask ) : byte
target this
mask byte
리턴 byte

IsSet() 공개 정적인 메소드

public static IsSet ( this target, byte mask ) : bool
target this
mask byte
리턴 bool

SetBit() 공개 정적인 메소드

public static SetBit ( this target, byte mask ) : byte
target this
mask byte
리턴 byte