- SEARCH_COMPLETE - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
intent action name to notify clients that search session completed, either because search session time out or client stoped search explicitly.
- SEARCH_FOUND_DEVICE - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id to notify client that new device found
during search.
- SEARCH_START - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id to notify client the search session started.
- SEARCH_TIMEOUT - Static variable in class com.xconns.peerdevicenet.Router.MsgKey
-
- SELF_JOIN - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id to notify client it has successfully joined a group.
- SELF_LEAVE - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id to notify client it has left a group.
- send(DeviceInfo, byte[]) - Method in class com.xconns.peerdevicenet.RouterGroupClient
-
send a message to all peers in a group, or to a specific device.
- SEND_MSG - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id to send a message to peers.
- SEND_REMOTE_BROADCAST - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
- SET_CONNECTION_INFO - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request and reply of setting connection related info in ConnectionService.
- setConnectionInfo(String, boolean, int, int, int) - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
set connection related parameters at Connection Service; they will be used as default hereafter.
- START_REMOTE_ACTIVITY - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
- START_REMOTE_SERVICE - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
- START_SEARCH - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request to start a new peer search session.
- startPeerSearch(DeviceInfo, int) - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
start a new search session to find peer devices.
- STOP_SEARCH - Static variable in class com.xconns.peerdevicenet.Router.MsgId
-
message id for request to stop current active peer search session.
- stopPeerSearch() - Method in class com.xconns.peerdevicenet.RouterConnectionClient
-
stop current search session.