Class and Description |
---|
DeviceInfo
Info of a device in peer-peer network:
its name, address and port number.
|
NetInfo
Info of the network connecting peer devices: its type (wifi, hotspot, ...),
name (SSID,...), encrypt password, interface name, support multicast or not, etc.
|
RouterConnectionClient.ConnectionHandler
ConnectionHandler exposes client side async messaging one-way AIDL api to allow ConnectionService call back to
notify events such as network attachment and detachment, device connection and disconnection.
|
RouterGroupClient.GroupHandler
GroupHandler exposes client side async messaging one-way AIDL api to allow GroupService notify
events such as peer devices joining group, peer devices leaving a group or receiving a message.
|