plebble
us.wallet.pairing.api Interface Reference
Inheritance diagram for us.wallet.pairing.api:

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)
 

Member Function Documentation

◆ list_devices()

pair<ko, String> us.wallet.pairing.api.list_devices ( )

Implemented in us.wallet.pairing.rpc_api.

Referenced by us.wallet.pairing.api_stream_parseable.list_devices().

Here is the caller graph for this function:

◆ pair_device()

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().

Here is the caller graph for this function:

◆ prepair_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().

Here is the caller graph for this function:

◆ unpair_device()

pair<ko, String> us.wallet.pairing.api.unpair_device ( PublicKey  _arg_pub)

Implemented in us.wallet.pairing.rpc_api.

Referenced by us.wallet.pairing.api_stream_parseable.unpair_device().

Here is the caller graph for this function:

◆ unprepair_device()

pair<ko, String> us.wallet.pairing.api.unprepair_device ( uint16_t  _arg_pin)

Implemented in us.wallet.pairing.rpc_api.

Referenced by us.wallet.pairing.api_stream_parseable.unprepair_device().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: