VehicleSignals

class VehicleSignals(context: Context)

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
fun get(vehicleSignalId: Int): VehicleDataResult?
Link copied to clipboard
fun subscribe(vehicleSignalIds: IntArray): Flow<Array<VehicleDataResult>>