Edit

Share via


Mcp25xxx.GetInstructionsAddress(TransmitBuffer) Method

Definition

Get instructions address from buffer

public Tuple<Iot.Device.Mcp25xxx.Register.Address,Iot.Device.Mcp25xxx.Register.Address> GetInstructionsAddress (Iot.Device.Mcp25xxx.TransmitBuffer transmitBuffer);
member this.GetInstructionsAddress : Iot.Device.Mcp25xxx.TransmitBuffer -> Iot.Device.Mcp25xxx.Register.Address * Iot.Device.Mcp25xxx.Register.Address
Public Function GetInstructionsAddress (transmitBuffer As TransmitBuffer) As Tuple(Of Address, Address)

Parameters

transmitBuffer
TransmitBuffer

Type of transmit buffer

Returns

Instructions for specific buffer

Applies to