C# Class Glovebox.IoT.Devices.Sensors.Cap1208Device

Inheritance: ICap1208Device
Show file Open project: gloveboxes/Windows-IoT-Core-Driver-Library Class Usage Examples

Public Methods

Method Description
Initialise ( ) : void
Read ( byte register ) : byte
Read ( byte register, int length ) : byte[]
Start ( ) : void
Stop ( ) : void
Write ( byte register, [ buffer ) : void
Write ( byte register, byte value ) : void

Private Methods

Method Description
ClearInterrupt ( ) : void
EnsureInitializedAsync ( ) : Task
OnPadTouchedEvent ( byte eventType, byte channelStatus ) : Task
OnTick ( object state ) : void

Method Details

Initialise() public method

public Initialise ( ) : void
return void

Read() public method

public Read ( byte register ) : byte
register byte
return byte

Read() public method

public Read ( byte register, int length ) : byte[]
register byte
length int
return byte[]

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Write() public method

public Write ( byte register, [ buffer ) : void
register byte
buffer [
return void

Write() public method

public Write ( byte register, byte value ) : void
register byte
value byte
return void