Packagecom.distriqt.extension.nfc
Classpublic class NdefRecord
InheritanceNdefRecord Inheritance Object



Public Properties
 PropertyDefined By
  id : String
A unique identifier for the record.
NdefRecord
  mimeType : String
NdefRecord
  payload : ByteArray = null
NdefRecord
  tnf : String
NdefRecord
  type : String
NdefRecord
  url : String
NdefRecord
Public Methods
 MethodDefined By
  
Constructor
NdefRecord
  
fromObject(data:Object):NdefRecord
[static]
NdefRecord
  
toString():String
NdefRecord
Property Detail
idproperty
public var id:String

A unique identifier for the record. This field is not used often, but if you need to uniquely identify a tag

mimeTypeproperty 
public var mimeType:String

payloadproperty 
public var payload:ByteArray = null

tnfproperty 
public var tnf:String

typeproperty 
public var type:String

urlproperty 
public var url:String

Constructor Detail
NdefRecord()Constructor
public function NdefRecord()

Constructor

Method Detail
fromObject()method
public static function fromObject(data:Object):NdefRecord

Parameters

data:Object

Returns
NdefRecord
toString()method 
public function toString():String

Returns
String