model

fun List<Model>.model(companyIdentifier: UShort?, modelIdentifier: UShort): Model?

Returns the model for a given company and model identifier.

Return

Model or null if not found.

Parameters

companyIdentifier

Company identifier

modelIdentifier

Model identifier.


fun List<Model>.model(modelId: ModelId): Model?

Returns the model with the given model id.

Return

Model or null if not found.

Parameters

modelId

Model ID.