GroveNfcPn532 class

The Grove PN532 based NFC device.

Features a highly integrated transceiver module PN532 which handles contactless communication at 13.56MHz. You can read and write a 13.56MHz tag with this module or implement point to point data exchange with two NFCs.

Constructors

GroveNfcPn532(Mraa _mraa, {String tty = GroveNfcPn532Definitions.uartDefaultDevice})
Construction

Properties

hashCode int
The hash code for this object.
no setterinherited
initialised bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

firmwareVersion() int
Checks the firmware version of the PN532 chip Returns the chip's firmware version and ID. A response of zero indicates failure.
initialise() bool
Initialise
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited