RxStatusResponse Class

Definition

Response from RX STATUS instruction.

public class RxStatusResponse
type RxStatusResponse = class
Public Class RxStatusResponse
Inheritance
RxStatusResponse

Constructors

RxStatusResponse(Byte)

Initializes a new instance of the RxStatusResponse class.

RxStatusResponse(RxStatusResponse+FilterMatchType, RxStatusResponse+MessageReceivedType, RxStatusResponse+ReceivedMessageType)

Initializes a new instance of the RxStatusResponse class.

Properties

FilterMatch

Filter match type

MessageTypeReceived

The extended ID bit is mapped to bit 4. The RTR bit is mapped to bit 3.

ReceivedMessage

RXxIF (CANINTF) bits are mapped to bits 7 and 6.

Methods

ToByte()

Converts contents to a byte.

Applies to