doc: Handsfree API support for +BINP=1

This commit is contained in:
Mikel Astiz 2011-10-12 14:35:28 +02:00 committed by Denis Kenzior
parent 9a53aca0ab
commit 6a0a8d1c2e
1 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,19 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InProgress
[service].Error.InvalidArguments
string RequestPhoneNumber()
Request a phone number from the AG, corresponding to the
last voice tag recorded in the HF. The AG may accept or
reject this request depending on its internal state.
This functionality is generally implemented by using
the +BINP=1 AT command.
Possible Errors: [service].Error.InProgress
[service].Error.InvalidArguments
[service].Error.Failed
Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.