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

GetPropertyReply - response to GetPropertyRequest The following is an example of this message: More...

import"protocol.idl";

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

Public Attributes

const MessageType type = "methodReply"
 message type
 
const DOMString name = "get"
 name of this methodReply.
 
attribute Property data
 data represents the requested property value
 

Detailed Description

GetPropertyReply - response to GetPropertyRequest The following is an example of this message:

{"type" : "methodReply", "name" : "get", "data" : {"property" : "VehicleSpeed", "value" : "17", "timestamp" : "1354521964.24962", "sequence" : "0" }, "transactionid" : "d293f670-f0b3-11e1-aff1-0800200c9a66"}

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