PropertyInterface represents an interface to an AMB Property. More...
import"bluemonkey.idl";
Public Member Functions | |
void | getHistory (Date begin, Date end, HistoryCallback callback) |
get logged data between More... | |
Public Attributes | |
readonly attribute DOMString | type |
type AMB property name | |
readonly attribute unsigned short | zone |
zone in the vehicle where this property is located | |
readonly attribute any | value |
value of the property | |
readonly attribute DOMString | source |
source plugin UUID for this property | |
readonly attribute DOMTimestamp | timestamp |
timestamp when this property last changed | |
readonly attribute Signal | changed |
changed signal | |
PropertyInterface represents an interface to an AMB Property.
void PropertyInterface::getHistory | ( | Date | begin, |
Date | end, | ||
HistoryCallback | callback | ||
) |
get logged data between