Pn532.ReadGpio Method

Definition

Overloads

ReadGpio(Port3, Port7, OperatingMode)

Read the PN532 GPIO

ReadGpio(Port7, Port3, OperatingMode)

Read the PN532 GPIO

ReadGpio(Port3, Port7, OperatingMode)

Read the PN532 GPIO

public bool ReadGpio (out Iot.Device.Pn532.Port3 p3, out Iot.Device.Pn532.Port7 p7, out Iot.Device.Pn532.OperatingMode l0L1);
member this.ReadGpio : Port3 * Port7 * OperatingMode -> bool
Public Function ReadGpio (ByRef p3 As Port3, ByRef p7 As Port7, ByRef l0L1 As OperatingMode) As Boolean

Parameters

p3
Port3

The P3 GPIO

p7
Port7

The P7 GPIO

l0L1
OperatingMode

The specific operation mode register

Returns

True if success

Applies to

ReadGpio(Port7, Port3, OperatingMode)

Read the PN532 GPIO

public bool ReadGpio (out Iot.Device.Pn532.Port7 p7, out Iot.Device.Pn532.Port3 p3, out Iot.Device.Pn532.OperatingMode l0L1);
member this.ReadGpio : Port7 * Port3 * OperatingMode -> bool
Public Function ReadGpio (ByRef p7 As Port7, ByRef p3 As Port3, ByRef l0L1 As OperatingMode) As Boolean

Parameters

p7
Port7

The P7 GPIO

p3
Port3

The P3 GPIO

l0L1
OperatingMode

The specific operation mode register

Returns

True if success

Applies to