Wisej.Web.Ext.MobileIntegration.Device NFC
Namespace: Wisej.Web.Ext.MobileIntegration
Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)
Provides methods for interacting with the device's NFC reader and writer.
Reads messages from NFC devices.
Returns: String.
Throws:
DeviceException Occurs when the device is not able to read the data from the NFC-enabled device. See ErrorCode and Reason.
Writes the specified message to the NFC device.
Returns: String.
Throws:
DeviceException Occurs when the device is not able to write the data to the NFC-enabled device. See ErrorCode and Reason.
Parameter | Type | Description |
---|---|---|
message
The message to write to the NFC device.