Edit

Share via


Pn532.WriteGpio Method

Definition

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)

Write the PN532 GPIO port 3 leaving port 7 in it's current state

public bool WriteGpio (Iot.Device.Pn532.Port3 p3);
member this.WriteGpio : Iot.Device.Pn532.Port3 -> bool
Public Function WriteGpio (p3 As Port3) As Boolean

Parameters

p3
Port3

The P3 GPIO

Returns

True if success

Applies to

WriteGpio(Port7)

Write the PN532 GPIO port 7 leaving port 3 in it's current state

public bool WriteGpio (Iot.Device.Pn532.Port7 p7);
member this.WriteGpio : Iot.Device.Pn532.Port7 -> bool
Public Function WriteGpio (p7 As Port7) As Boolean

Parameters

p7
Port7

The P7 GPIO

Returns

True if success

Applies to

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

Applies to