plebble
|
Public Member Functions | |
api_stream_parseable (api raw, PrintStream os, params.output_mode m) | |
api | get_api () |
ko | pair_device (PublicKey _arg_pub, String _arg_subhome, String _arg_name) |
ko | unpair_device (PublicKey _arg_pub) |
ko | list_devices () |
ko | prepair_device (uint16_t _arg_pin, String _arg_subhome, String _arg_name) |
ko | unprepair_device (uint16_t _arg_pin) |
![]() | |
api_stream_parseable (PrintStream os_, params.output_mode m) | |
void | write_KO (ko err) |
void | write_OK () |
void | write_h (String rname, hash_t value) |
void | write_hsv_hu4u2_ (String[] rname, tuple3< hash_t, String, ArrayList< tuple3< hash_t, uint32_t, uint16_t >>> value) |
void | write_kph (String[] rname, tuple3< PrivateKey, PublicKey, hash_t > value) |
void | write_ph (String[] rname, pair< PublicKey, hash_t > value) |
void | write_pv (String[] rname, pair< PublicKey, byte[]> value) |
void | write_s (String rname, String value) |
void | write_sh (String[] rname, pair< String, hash_t > value) |
void | write_ss (String[] rname, pair< String, String > value) |
void | write_ssh (String[] rname, tuple3< String, String, hash_t > value) |
void | write_u1 (String rname, uint8_t value) |
void | write_u2s (String[] rname, pair< uint16_t, String > value) |
void | write_v (String rname, byte[] value) |
void | write_v_hu4u2_ (String rname, ArrayList< tuple3< hash_t, uint32_t, uint16_t >> value) |
Package Attributes | |
api | _api |
![]() | |
PrintStream | os |
Static Package Attributes | |
static final String | rnames_pair_device ="ans" |
static final String | rnames_unpair_device ="ans" |
static final String | rnames_list_devices ="data" |
static final String[] | rnames_prepair_device ={"pin", "subhome"} |
static final String | rnames_unprepair_device ="ans" |
Additional Inherited Members | |
![]() | |
params.output_mode | mode =params.output_mode.om_text |
boolean | print_labels =true |
![]() | |
void | write (hash_t value) |
void | write (String value) |
void | write (PrivateKey value) |
void | write (PublicKey value) |
void | write (uint8_t value) |
void | write (uint16_t value) |
void | write (uint32_t value) |
void | write (uint64_t value) |
void | write (int64_t value) |
void | write (byte[] value) |
void | write (ArrayList< tuple3< hash_t, uint32_t, uint16_t >> value) |
|
inline |
|
inline |
Implements us.wallet.pairing.api_stream.
References us.wallet.pairing.api_stream_parseable._api.
Referenced by us.wallet.pairing.api_stream_parseable.list_devices(), us.wallet.pairing.api_stream_parseable.pair_device(), us.wallet.pairing.api_stream_parseable.prepair_device(), us.wallet.pairing.api_stream_parseable.unpair_device(), and us.wallet.pairing.api_stream_parseable.unprepair_device().
|
inline |
Implements us.wallet.pairing.api_stream.
References us.pair< f, s >.first, us.wallet.pairing.api_stream_parseable.get_api(), us.ko.is_ko(), us.wallet.pairing.api.list_devices(), log, us.ok, us.wallet.pairing.api_stream_parseable.rnames_list_devices, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.pairing.api_stream.
References us.pair< f, s >.first, us.wallet.pairing.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.pairing.api.pair_device(), us.wallet.pairing.api_stream_parseable.rnames_pair_device, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.pairing.api_stream.
References us.pair< f, s >.first, us.wallet.pairing.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.pairing.api.prepair_device(), us.wallet.pairing.api_stream_parseable.rnames_prepair_device, us.pair< f, s >.second, us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_u2s().
|
inline |
Implements us.wallet.pairing.api_stream.
References us.pair< f, s >.first, us.wallet.pairing.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.pairing.api_stream_parseable.rnames_unpair_device, us.pair< f, s >.second, us.wallet.pairing.api.unpair_device(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
inline |
Implements us.wallet.pairing.api_stream.
References us.pair< f, s >.first, us.wallet.pairing.api_stream_parseable.get_api(), us.ko.is_ko(), log, us.ok, us.wallet.pairing.api_stream_parseable.rnames_unprepair_device, us.pair< f, s >.second, us.wallet.pairing.api.unprepair_device(), us.wallet.api_stream_parseable.write_KO(), and us.wallet.api_stream_parseable.write_s().
|
package |
|
staticpackage |
Referenced by us.wallet.pairing.api_stream_parseable.list_devices().
|
staticpackage |
Referenced by us.wallet.pairing.api_stream_parseable.pair_device().
|
staticpackage |
Referenced by us.wallet.pairing.api_stream_parseable.prepair_device().
|
staticpackage |
Referenced by us.wallet.pairing.api_stream_parseable.unpair_device().
|
staticpackage |
Referenced by us.wallet.pairing.api_stream_parseable.unprepair_device().