Android.Nfc.NdefMessage.ToByteArray Method
Return this NDEF Message as raw bytes.

Syntax

[Android.Runtime.Register("toByteArray", "()[B", "")]
public byte[] ToByteArray ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return this NDEF Message as raw bytes.

The NDEF Message is formatted as per the NDEF 1.0 specification, and the byte array is suitable for network transmission or storage in an NFC Forum NDEF compatible tag.

This method will not chunk any records, and will always use the short record (SR) format and omit the identifier field when possible.

[Android Documentation]

Requirements

Namespace: Android.Nfc
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9