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

SetPropertyRequest - request to set a property The following is an example of this message: More...

import"protocol.idl";

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

Public Attributes

const MessageType type = "method"
 message type
 
const DOMString name = "set"
 name of this methodReply.
 
attribute Property data
 data represents the new property value
 

Detailed Description

SetPropertyRequest - request to set a property The following is an example of this message:

{ "type" : "method", "name" : "set", "data" : { "property" : "MachineGunTurretStatus", "value" : "true", "zone" : 0 }, "transactionid" : "4123123123" }

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