Unosquare
    Show / Hide Table of Contents

    Class RawCBS

    The Raw CBS (Linux Control Block).

    Inheritance
    Object
    RawCBS
    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 RawCBS

    Properties

    Destination

    The destination.

    Declaration
    public uint Destination { get; set; }
    Property Value
    Type Description
    UInt32

    Info

    The information.

    Declaration
    public uint Info { get; set; }
    Property Value
    Type Description
    UInt32

    Length

    The length.

    Declaration
    public uint Length { get; set; }
    Property Value
    Type Description
    UInt32

    Next

    The next.

    Declaration
    public uint Next { get; set; }
    Property Value
    Type Description
    UInt32

    Pad

    The pad.

    Declaration
    public uint[] Pad { get; set; }
    Property Value
    Type Description
    UInt32[]

    Source

    The source.

    Declaration
    public uint Source { get; set; }
    Property Value
    Type Description
    UInt32

    Stride

    The stride.

    Declaration
    public uint Stride { get; set; }
    Property Value
    Type Description
    UInt32

    Comments

    Back to top Copyright © 2017-2019 Unosquare