# nfcWrite

## Description

Write data to Near Field Communication (NFC) devices.

## Input / Parameter

| Name    | Description                         | Input Type  | Default | Options | Required |
| ------- | ----------------------------------- | ----------- | ------- | ------- | -------- |
| message | The message to write to NFC device. | String/Text | -       | -       | Yes      |

## Output

N/A

## Callback?

### callback

The function to be executed when writing data to NFC device is successful.

### errorCallback

The function to be executed when writing data to NFC device is not successful.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
