BfpCtrl Constructors
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.
Overloads
BfpCtrl(Byte) |
Initializes a new instance of the BfpCtrl class. |
BfpCtrl(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Initializes a new instance of the BfpCtrl class. |
BfpCtrl(Byte)
Initializes a new instance of the BfpCtrl class.
public BfpCtrl (byte value);
new Iot.Device.Mcp25xxx.Register.MessageReceive.BfpCtrl : byte -> Iot.Device.Mcp25xxx.Register.MessageReceive.BfpCtrl
Public Sub New (value As Byte)
Parameters
- value
- Byte
The value that represents the register contents.
Applies to
BfpCtrl(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the BfpCtrl class.
public BfpCtrl (bool rx0bfPinOperationMode, bool rx1bfPinOperationMode, bool rx0bfPinFunctionEnable, bool rx1bfPinFunctionEnable, bool rx0bfPinState, bool rx1bfPinState);
new Iot.Device.Mcp25xxx.Register.MessageReceive.BfpCtrl : bool * bool * bool * bool * bool * bool -> Iot.Device.Mcp25xxx.Register.MessageReceive.BfpCtrl
Public Sub New (rx0bfPinOperationMode As Boolean, rx1bfPinOperationMode As Boolean, rx0bfPinFunctionEnable As Boolean, rx1bfPinFunctionEnable As Boolean, rx0bfPinState As Boolean, rx1bfPinState As Boolean)
Parameters
- rx0bfPinOperationMode
- Boolean
B0BFM: Rx0BF Pin Operation mode bit. True = Pin is used as an interrupt when a valid message is loaded into RXB0. False = Digital Output mode.
- rx1bfPinOperationMode
- Boolean
B1BFM: Rx1BF Pin Operation mode bit. True = Pin is used as an interrupt when a valid message is loaded into RXB1. False = Digital Output mode.
- rx0bfPinFunctionEnable
- Boolean
B0BFE: Rx0BF Pin Function Enable bit. True = Pin function is enabled, operation mode is determined by the B0BFM bit. False = Pin function is disabled, pin goes to the high-impedance state.
- rx1bfPinFunctionEnable
- Boolean
B1BFE: Rx1BF Pin Function Enable bit. True = Pin function is enabled, operation mode is determined by the B1BFM bit. False = Pin function is disabled, pin goes to the high-impedance state.
- rx0bfPinState
- Boolean
B0BFS: Rx0BF Pin State bit (Digital Output mode only). Reads as '0' when Rx0BF is configured as an interrupt pin.
- rx1bfPinState
- Boolean
B1BFS: Rx1BF Pin State bit (Digital Output mode only). Reads as '0' when Rx1BF is configured as an interrupt pin.