Table of Contents

Struct PamojaI2cAddress

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

A validated I2C device address, mirroring PamojaI2cAddress in pamoja.h.

public struct PamojaI2cAddress
Inherited Members

Fields

TenBit

1 for a 10-bit address, 0 for a 7-bit one.

public byte TenBit

Field Value

byte

Value

The address itself, without the read/write bit.

public ushort Value

Field Value

ushort