automotive-message-broker  0.13
 All Classes Files Variables Pages
Public Attributes | List of all members
SupportedChanged Interface Reference

SupportedChanged - message occures when the system's supported properties changes NOTE: this message is not being generated in 0.13 The following is an example of this message: More...

import"protocol.idl";

Inheritance diagram for SupportedChanged:
Inheritance graph
[legend]
Collaboration diagram for SupportedChanged:
Collaboration graph
[legend]

Public Attributes

const MessageType type = "methodReply"
 message type
 
const DOMString name = "getSupported"
 name of this methodReply.
 
attribute Property[] data
 data - array of properties supported by the system
 

Detailed Description

SupportedChanged - message occures when the system's supported properties changes NOTE: this message is not being generated in 0.13 The following is an example of this message:

{"type" : "methodReply", "name" : "supportedChanged", "data" : [{'property' :'EngineSpeed', 'zone' : 0, 'type' : 'UInt16'}, "{'property' :'VehicleSpeed', 'zone' : 0, 'type' : 'UInt16'}], "transactionid" : "d293f670-f0b3-11e1-aff1-0800200c9a66"}

The documentation for this interface was generated from the following file: