Skip to content

com.oscleton.sdk.rx / DevicesRx

DevicesRx

class DevicesRx

DevicesRx contains RxJava Observables reacting to the Live devices changes.

If a reactive approach doesn't fit your needs, consider using DevicesCallbacks from the 'core-callbacks' artifact instead.

Since 1.0

Properties

Name Summary
masterDeviceParameter val masterDeviceParameter: Observable<DeviceParameter>
Returns the last changing master device parameter as Observable.
returnDeviceParameter val returnDeviceParameter: Observable<DeviceParameter>
Returns the last changing return device parameter as Observable.
trackDeviceParameter val trackDeviceParameter: Observable<DeviceParameter>
Returns the last changing track device parameter as Observable.