diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-10-26 13:28:00 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-11-10 17:57:09 +0100 |
commit | 28e596251e36cb7f3a4821bb876b34a1c395dd58 (patch) | |
tree | d8530f85d5ac533239b6df2b3b263c0a1c5ff74a /doc | |
parent | 9403a1cfe0adccb1ff8a51873503be12bdfe3c1b (diff) | |
download | neard-28e596251e36cb7f3a4821bb876b34a1c395dd58.tar.gz neard-28e596251e36cb7f3a4821bb876b34a1c395dd58.tar.bz2 neard-28e596251e36cb7f3a4821bb876b34a1c395dd58.zip |
tag: ObjectManager conversion
Set and GetProperties are no longer relevant.
Also, there is no longer any need to update the Tags and Records Adapter
properties.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tag-api.txt | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/doc/tag-api.txt b/doc/tag-api.txt index d11bd81..ea81af2 100644 --- a/doc/tag-api.txt +++ b/doc/tag-api.txt @@ -5,23 +5,7 @@ Service org.neard Interface org.neard.Tag Object path [variable prefix]/{nfc0}/{tag0, tag1...} -Method dict GetProperties() - - Returns all properties for the device. See the - properties section for available properties. - - Possible Errors: org.neard.Error.DoesNotExist - - void SetProperty(string name, variant value) - - Changes the value of the specified property. Only - properties that are listed a read-write are changeable. - On success this will emit a PropertyChanged signal. - - Possible Errors: org.neard.Error.DoesNotExist - org.neard.Error.InvalidArguments - - void Write(dict attributes) +Method void Write(dict attributes) Creates an NDEF record from the attributes dictionary. @@ -35,12 +19,6 @@ Method dict GetProperties() org.neard.Error.InProgress -Signals PropertyChanged(string name, variant value) - - This signal indicates a changed value of the given - property. - - Properties string Type [readonly] The NFC tag type. @@ -53,10 +31,6 @@ Properties string Type [readonly] Possible values are "Felica", "MIFARE", "Jewel", and "ISO-DEP". - array{object} Records [readonly] - - List of NDEF records object paths. - boolean ReadOnly [readonly] Give the current status of tag's read mode |