|
plebble
|

Public Member Functions | |
| pair< ko, String > | pair_device (PublicKey _arg_pub, String _arg_subhome, String _arg_name) |
| pair< ko, String > | unpair_device (PublicKey _arg_pub) |
| pair< ko, String > | list_devices () |
| pair< ko, pair< uint16_t, String > > | prepair_device (uint16_t _arg_pin, String _arg_subhome, String _arg_name) |
| pair< ko, String > | unprepair_device (uint16_t _arg_pin) |
Implemented in us.wallet.pairing.rpc_api.
Referenced by us.wallet.pairing.api_stream_parseable.list_devices().

| pair<ko, String> us.wallet.pairing.api.pair_device | ( | PublicKey | _arg_pub, |
| String | _arg_subhome, | ||
| String | _arg_name | ||
| ) |
Implemented in us.wallet.pairing.rpc_api.
Referenced by us.wallet.pairing.api_stream_parseable.pair_device().

| pair<ko, pair<uint16_t, String> > us.wallet.pairing.api.prepair_device | ( | uint16_t | _arg_pin, |
| String | _arg_subhome, | ||
| String | _arg_name | ||
| ) |
Implemented in us.wallet.pairing.rpc_api.
Referenced by us.wallet.pairing.api_stream_parseable.prepair_device().

Implemented in us.wallet.pairing.rpc_api.
Referenced by us.wallet.pairing.api_stream_parseable.unpair_device().

Implemented in us.wallet.pairing.rpc_api.
Referenced by us.wallet.pairing.api_stream_parseable.unprepair_device().
