PMCfgRequest
data class PMCfgRequest(val correlationId: String? = null, val action: PMCfgAction, val changeCfg: PMCfgChangeOption? = null, val changeVehicle: PMCfgChangeVehicle? = null)
Request message for configuration interface
Constructors
Link copied to clipboard
fun PMCfgRequest(correlationId: String? = null, action: PMCfgAction, changeCfg: PMCfgChangeOption? = null, changeVehicle: PMCfgChangeVehicle? = null)