Class BscTransfer
A data structure representing a BSC transfer.
Inherited Members
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 |