Class: #DataSource

.DataReceiver##DataSource

The DataSource is the abstract class used to create different datasources.

Constructor

(abstract) new #DataSource(name, properties)

Parameters:
Name Type Description
name string the datasource name
properties Object the datasource properties
Properties
Name Type Description
timeShift boolean fix some problem with some android devices with some timestamp shift to 16 sec
syncMasterTime boolean defines if the datasource is synchronize with the others one
bufferingTime number defines the time during the data has to be buffered
timeOut number defines the limit time before data has to be skipped
protocol string defines the protocol of the datasource. @see OSH.DataConnector.DataConnector
Source: