Package-level declarations
Types
The base SDK interface to connect & communicate with a remote device. This is a base interface for SOCommOutsideAPI and SOCommOutsideWifiOnlyAPI, which combines all shared method signatures.
The implementation of the DeviceCommunication interface to use the SOCommMediaClient with an SOComm device.
A utility to search for active SOComm devices in the surrounding area. A bluetooth low energy scan will be performed when calling search, which responds with live updates as long as the returned Observable is subscribed.
An "inner API" to the SOCommOutsideAPI which provide the functionality to send files to the remote device as well as subscribe to file downloads from the remote device.
The SDK interface to connect & communicate with a remote device.
Builder to create instances of SOCommOutsideAPI. Use this builder to instantiate the SOCommOutsideAPI.
The SDK interface to connect & communicate with a remote device over wifi-connection only.
The wifi credentials that are currently being used when connected via wifi. Those can/should be used when showing a QR code to connect using the wifi only SDK.