From 28e596251e36cb7f3a4821bb876b34a1c395dd58 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Sat, 26 Oct 2013 13:28:00 +0200 Subject: 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. --- doc/tag-api.txt | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3