Unosquare
    Show / Hide Table of Contents

    Class I2CMessageSegment

    An I2C Message Segment.

    Inheritance
    Object
    I2CMessageSegment
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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

    Comments

    Back to top Copyright © 2017-2019 Unosquare