TxBxCtrl.MessageTransmitRequest Property
Definition
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.
TXREQ: Message Transmit Request bit. True = Buffer is currently pending transmission (MCU sets this bit to request message be transmitted bit is automatically cleared when the message is sent). False = Buffer is not currently pending transmission (MCU can clear this bit to request a message abort).
public bool MessageTransmitRequest { get; }
member this.MessageTransmitRequest : bool
Public ReadOnly Property MessageTransmitRequest As Boolean