C# Class HA4IoT.Hardware.I2CDeviceWrapper

Inheritance: II2CDevice
Afficher le fichier Open project: chkr1011/CK.HomeAutomation

Méthodes publiques

Méthode Description
I2CDeviceWrapper ( Windows.Devices.I2c.I2cDevice i2cDevice ) : System
Read ( byte readBuffer ) : void
Write ( byte writeBuffer ) : void
WriteRead ( byte writeBuffer, byte readBuffer ) : void

Method Details

I2CDeviceWrapper() public méthode

public I2CDeviceWrapper ( Windows.Devices.I2c.I2cDevice i2cDevice ) : System
i2cDevice Windows.Devices.I2c.I2cDevice
Résultat System

Read() public méthode

public Read ( byte readBuffer ) : void
readBuffer byte
Résultat void

Write() public méthode

public Write ( byte writeBuffer ) : void
writeBuffer byte
Résultat void

WriteRead() public méthode

public WriteRead ( byte writeBuffer, byte readBuffer ) : void
writeBuffer byte
readBuffer byte
Résultat void