Mcp25xxx.GetInstructionsAddress(TransmitBuffer) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get instructions address from buffer
C#
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)
- transmitBuffer
- TransmitBuffer
Type of transmit buffer
Instructions for specific buffer
Product | Versions |
---|---|
.NET IoT Libraries | 2.2.0 |