Unosquare
    Show / Hide Table of Contents

    Class BscTransfer

    A data structure representing a BSC transfer.

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

    Properties

    Control

    Write.

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

    ReceiveBuffer

    Read only.

    Declaration
    public byte[] ReceiveBuffer { get; set; }
    Property Value
    Type Description
    Byte[]

    ReceiveCount

    The rx count.

    Declaration
    public int ReceiveCount { get; set; }
    Property Value
    Type Description
    Int32

    SendBuffer

    Write.

    Declaration
    public byte[] SendBuffer { get; set; }
    Property Value
    Type Description
    Byte[]

    SendCount

    Write.

    Declaration
    public int SendCount { get; set; }
    Property Value
    Type Description
    Int32

    Comments

    Back to top Copyright © 2017-2019 Unosquare