connectionType

Parameters

connectionType

The ConnectionType which is needed for this SOContext. Context's should always prefer to use ConnectionType.BLE if possible, and only use ConnectionType.WIFI if a larger bandwidth is needed. This connectionType only specifies the minimum needed ConnectionType. This means, that if a context declares ConnectionType.BLE here, but the SOComm device is currently connected using ConnectionType.WIFI (or switched to WIFI during the use of this context), all data communication will be changed to use ConnectionType.WIFI as long as any context needs ConnectionType.WIFI.