deviceCommunication

Declares the instance of DeviceCommunication that should be used for this SOCommMediaClient.

The DeviceCommunication is the central piece to connect this SOCommMediaClient with the concrete implementation on how to communicate with a specific device, and is different in its implementation for each SO device (e.g. Falke, dG, ...).

The respective artifact for your device will provide you with an implementation of the DeviceCommunication interface, which should be passed on here.

This is mandatory to be set.

Return

this to chain calls.

Parameters

deviceCommunication

The instance of DeviceCommunication to use to communicate with the remote device