plebble
us.wallet.io.params Class Reference
Collaboration diagram for us.wallet.io.params:

Classes

enum  output_mode
 

Public Member Functions

 params ()
 
 params (shell_args args_)
 
String get_home_wallet ()
 
String get_home_wallet_rpc_client ()
 
String get_home ()
 
void dump (PrintStream os)
 
void connecting_to (PrintStream os)
 

Public Attributes

uint16_t channel =new uint16_t(CFG.CHANNEL)
 
String homedir =new String("")
 
boolean daemon =false
 
boolean advanced =true
 
boolean verbose =false
 
uint16_t max_trade_edges =new uint16_t(4)
 
uint16_t max_devices =new uint16_t(2)
 
uint16_t workers =new uint16_t(4)
 
String subhome =new String("")
 
String cmd =new String("")
 
shell_args args =null
 
uint16_t pin =uint16_t.zero
 
uint16_t listening_port =new uint16_t(CFG.WALLET_PORT)
 
uint16_t published_port =new uint16_t(CFG.WALLET_PPORT)
 
String walletd_host =new String("localhost")
 
uint16_t walletd_port =new uint16_t(CFG.WALLET_PORT)
 
boolean local =false
 
String backend_host =new String("localhost")
 
uint16_t backend_port =new uint16_t(CFG.PORT)
 
boolean rpc__connect_for_recv =false
 
boolean rpc__stop_on_disconnection =true
 
output_mode om =output_mode.om_human
 
boolean names =false
 

Constructor & Destructor Documentation

◆ params() [1/2]

us.wallet.io.params.params ( )
inline

◆ params() [2/2]

Member Function Documentation

◆ connecting_to()

void us.wallet.io.params.connecting_to ( PrintStream  os)
inline

◆ dump()

void us.wallet.io.params.dump ( PrintStream  os)
inline

◆ get_home()

String us.wallet.io.params.get_home ( )
inline

◆ get_home_wallet()

String us.wallet.io.params.get_home_wallet ( )
inline

References us.wallet.io.params.get_home().

Referenced by us.wallet.cli.hmi.constructor(), and us.wallet.io.params.get_home_wallet_rpc_client().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_home_wallet_rpc_client()

String us.wallet.io.params.get_home_wallet_rpc_client ( )
inline

References us.wallet.io.params.get_home_wallet().

Referenced by us.wallet.cli.hmi.run_offline(), and us.wallet.cli.hmi.start().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ advanced

boolean us.wallet.io.params.advanced =true

◆ args

◆ backend_host

String us.wallet.io.params.backend_host =new String("localhost")

◆ backend_port

uint16_t us.wallet.io.params.backend_port =new uint16_t(CFG.PORT)

◆ channel

◆ cmd

◆ daemon

boolean us.wallet.io.params.daemon =false

◆ homedir

String us.wallet.io.params.homedir =new String("")

◆ listening_port

uint16_t us.wallet.io.params.listening_port =new uint16_t(CFG.WALLET_PORT)

◆ local

◆ max_devices

uint16_t us.wallet.io.params.max_devices =new uint16_t(2)

◆ max_trade_edges

uint16_t us.wallet.io.params.max_trade_edges =new uint16_t(4)

◆ names

◆ om

◆ pin

uint16_t us.wallet.io.params.pin =uint16_t.zero

◆ published_port

uint16_t us.wallet.io.params.published_port =new uint16_t(CFG.WALLET_PPORT)

◆ rpc__connect_for_recv

boolean us.wallet.io.params.rpc__connect_for_recv =false

◆ rpc__stop_on_disconnection

boolean us.wallet.io.params.rpc__stop_on_disconnection =true

◆ subhome

String us.wallet.io.params.subhome =new String("")

◆ verbose

boolean us.wallet.io.params.verbose =false

◆ walletd_host

String us.wallet.io.params.walletd_host =new String("localhost")

◆ walletd_port

◆ workers

uint16_t us.wallet.io.params.workers =new uint16_t(4)

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