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

GetPropertyRequest - request the value of a property The following is an example of this message: More...

import"protocol.idl";

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

Public Attributes

const MessageType type = "method"
 message type
 
const DOMString name = "get"
 name of this message. This represents the property name which changed in this message
 
attribute Property data
 data represents property to get Property attributes type, timestamp, value, and sequence are ignored.
 

Detailed Description

GetPropertyRequest - request the value of a property The following is an example of this message:

{"type" : "method", "name" : "get", "data" : { "property" : "VehicleSpeed", "zone" : 0 }, "transactionid" : "d293f670-f0b3-11e1-aff1-0800200c9a66"}

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