Class I2CMessageSegment
An I2C Message Segment.
Inherited Members
Namespace: Unosquare.PiGpio.NativeTypes
Syntax
public class I2CMessageSegment
Properties
Address
Slave address.
Declaration
public ushort Address { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt16 |
Buffer
pointer to msg data.
Declaration
public byte[] Buffer { get; set; }
Property Value
| Type | Description |
|---|---|
| Byte[] |
Flags
The flags.
Declaration
public ushort Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt16 |
Length
msg length.
Declaration
public ushort Length { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt16 |