Pn532.WriteGpio Method
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
WriteGpio(Port3) |
Write the PN532 GPIO port 3 leaving port 7 in it's current state |
WriteGpio(Port7) |
Write the PN532 GPIO port 7 leaving port 3 in it's current state |
WriteGpio(Port7, Port3) |
Write the PN532 GPIO ports 3 and 7 |
WriteGpio(Port3)
WriteGpio(Port7)
WriteGpio(Port7, Port3)
Write the PN532 GPIO ports 3 and 7
public bool WriteGpio (Iot.Device.Pn532.Port7 p7, Iot.Device.Pn532.Port3 p3);
member this.WriteGpio : Iot.Device.Pn532.Port7 * Iot.Device.Pn532.Port3 -> bool
Public Function WriteGpio (p7 As Port7, p3 As Port3) As Boolean
Parameters
- p7
- Port7
The P7 GPIO
- p3
- Port3
The P3 GPIO
Returns
True if success