PMCfgResponse

data class PMCfgResponse(val correlationId: String? = null, val action: PMCfgAction, val defs: PMCfgDefs? = null, val opts: PMCfgOptions? = null, val apkInfo: PMCfgApk? = null, val msg: PMCfgMsg? = null)

Response message for configuration interface

Constructors

Link copied to clipboard
fun PMCfgResponse(correlationId: String? = null, action: PMCfgAction, defs: PMCfgDefs? = null, opts: PMCfgOptions? = null, apkInfo: PMCfgApk? = null, msg: PMCfgMsg? = null)

Properties

Link copied to clipboard

Response to required action
Default value is PMCfgAction.GetListDefinitions

Link copied to clipboard
val apkInfo: PMCfgApk? = null

Response to GetApkInfo,

Link copied to clipboard
val correlationId: String? = null

Defines attribute used for correlating messages within different asynchronous calls

Link copied to clipboard
val defs: PMCfgDefs? = null

Response to GetListDefinitions,

Link copied to clipboard
val msg: PMCfgMsg? = null

Response to SetCfgOption and SetVehicleOption

Link copied to clipboard
val opts: PMCfgOptions? = null

Response to GetListOptions,