Mcp23x1x Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Mcp23x1x(Mcp23xxx+BusAdapter, Int32, Int32, Int32, GpioController) | |
Mcp23x1x(Mcp23xxx+BusAdapter, Int32, Int32, Int32, GpioController, Boolean) |
Construye la instancia de Mcp23x1x |
Mcp23x1x(Mcp23xxx+BusAdapter, Int32, Int32, Int32, GpioController)
protected Mcp23x1x (Iot.Device.Mcp23xxx.Mcp23xxx.BusAdapter device, int reset, int interruptA, int interruptB, System.Device.Gpio.GpioController masterController);
new Iot.Device.Mcp23xxx.Mcp23x1x : Iot.Device.Mcp23xxx.Mcp23xxx.BusAdapter * int * int * int * System.Device.Gpio.GpioController -> Iot.Device.Mcp23xxx.Mcp23x1x
Protected Sub New (device As Mcp23xxx.BusAdapter, reset As Integer, interruptA As Integer, interruptB As Integer, masterController As GpioController)
Parámetros
- device
- Mcp23xxx.BusAdapter
- reset
- Int32
- interruptA
- Int32
- interruptB
- Int32
- masterController
- GpioController
Se aplica a
Mcp23x1x(Mcp23xxx+BusAdapter, Int32, Int32, Int32, GpioController, Boolean)
Construye la instancia de Mcp23x1x
protected Mcp23x1x (Iot.Device.Mcp23xxx.Mcp23xxx.BusAdapter device, int reset, int interruptA, int interruptB, System.Device.Gpio.GpioController? controller, bool shouldDispose = true);
new Iot.Device.Mcp23xxx.Mcp23x1x : Iot.Device.Mcp23xxx.Mcp23xxx.BusAdapter * int * int * int * System.Device.Gpio.GpioController * bool -> Iot.Device.Mcp23xxx.Mcp23x1x
Protected Sub New (device As Mcp23xxx.BusAdapter, reset As Integer, interruptA As Integer, interruptB As Integer, controller As GpioController, Optional shouldDispose As Boolean = true)
Parámetros
- device
- Mcp23xxx.BusAdapter
Dispositivo I2C usado para comunicarse con el dispositivo
- reset
- Int32
Restablecer patilla
- interruptA
- Int32
Interrupción de un pin
- interruptB
- Int32
Patilla B de interrupción
- controller
- GpioController
GpioControllerrelacionados con reset
interruptA
las patillas y interruptB
- shouldDispose
- Boolean
True para eliminar el controlador gpio