- GET_ACTIVE_NETWORK - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request and reply info of the network
currently used to discover and connect peer devices.
- GET_CONNECTED_PEERS - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request and reply to get connected peer device info.
- GET_CONNECTION_INFO - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request and reply of connection related info at ConnectionService.
- GET_DEVICE_INFO - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request and reply of my device info at ConnectionService.
- GET_NETWORKS - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request and reply info of networks
currently attached to device.
- getActiveNetwork() - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
request info of the network currently used to connect peer devices.
- getConnectionInfo() - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
request current connection related parameters at Connection Service.
- getDeviceInfo() - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
request current device info (name, address, port) known at Connection Service.
- getNetworks() - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
retrieve info of attached networks;
the response is returned at ConnectionHandler.onGetNetworks().
- getPeerDevices() - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
retrieve info of connected peer devices;
the response is returned at ConnectionHandler.onGetPeerDevices().
- getPeerDevices() - Method in class com.xconns.peerdevicenet.RouterGroupClient
-
request the info of peer devices in this group;
the response is returned at GroupHandler.onGetPeerDevices().
- GROUP_ID - Static variable in class com.xconns.peerdevicenet.Router.MsgKey
-