/usr/share/doc/neard/se-manager-api.txt is in neard-dev 0.16-0.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | Manager hierarchy
=================
Service org.neard.se
Interface org.neard.se.Manager
Object path /
Methods dict GetProperties()
Returns all properties for the manager. See the
properties section for available properties.
Possible Errors: org.seeld.Error.DoesNotExist
Signals SecureElementAdded(object se)
Parameter is the object path of the added secure element.
SecureElementRemoved(object se)
Parameter is the object path of .
Properties array{object} SecureElements [readonly]
List of secure element object paths.
|