Edit

Share via


TxRtsCtrl Constructors

Definition

Overloads

TxRtsCtrl(Byte)

Initializes a new instance of the TxRtsCtrl class.

TxRtsCtrl(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the TxRtsCtrl class.

TxRtsCtrl(Byte)

Initializes a new instance of the TxRtsCtrl class.

public TxRtsCtrl (byte value);
new Iot.Device.Mcp25xxx.Register.MessageTransmit.TxRtsCtrl : byte -> Iot.Device.Mcp25xxx.Register.MessageTransmit.TxRtsCtrl
Public Sub New (value As Byte)

Parameters

value
Byte

The value that represents the register contents.

Applies to

TxRtsCtrl(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the TxRtsCtrl class.

public TxRtsCtrl (bool tx0RtsPinMode, bool tx1RtsPinMode, bool tx2RtsPinMode, bool tx0RtsPinState, bool tx1RtsPinState, bool tx2RtsPinState);
new Iot.Device.Mcp25xxx.Register.MessageTransmit.TxRtsCtrl : bool * bool * bool * bool * bool * bool -> Iot.Device.Mcp25xxx.Register.MessageTransmit.TxRtsCtrl
Public Sub New (tx0RtsPinMode As Boolean, tx1RtsPinMode As Boolean, tx2RtsPinMode As Boolean, tx0RtsPinState As Boolean, tx1RtsPinState As Boolean, tx2RtsPinState As Boolean)

Parameters

tx0RtsPinMode
Boolean

B0RTSM: Tx0RTS Pin mode bit. True = Pin is used to request message transmission of TXB0 buffer (on falling edge). False = Digital input.

tx1RtsPinMode
Boolean

B1RTSM: Tx1RTS Pin mode bit. True = Pin is used to request message transmission of TXB1 buffer (on falling edge). False = Digital input.

tx2RtsPinMode
Boolean

B2RTSM: Tx2RTS Pin mode bit. True = Pin is used to request message transmission of TXB2 buffer (on falling edge). False = Digital input.

tx0RtsPinState
Boolean

B0RTS: Tx0RTS Pin State bit. Reads state of Tx0RTS pin when in Digital Input mode. Reads as '0' when pin is in 'Request-to-Send' mode.

tx1RtsPinState
Boolean

B1RTS: Tx1RTX Pin State bit. Reads state of Tx1RTS pin when in Digital Input mode. Reads as '0' when pin is in 'Request-to-Send' mode.

tx2RtsPinState
Boolean

B2RTS: Tx2RTS Pin State bit. Reads state of Tx2RTS pin when in Digital Input mode. Reads as '0' when pin is in 'Request-to-Send' mode.

Applies to