Struct fxbox_taxonomy::devices::Get
[−]
[src]
pub struct Get { pub kind: ChannelKind, pub poll: Option<ValDuration>, pub trigger: Option<ValDuration>, pub updated: Option<TimeStamp>, // some fields omitted }
An input operation available on an service.
Fields
kind | The kind of value that can be obtained from this service. |
poll | If Otherwise, the service cannot be polled and will push data to the FoxBox when it is available. Examples
|
trigger | If Otherwise, the service cannot send data to the FoxBox and needs to be polled. |
updated | Date at which the latest value was received, whether through polling or through a trigger. |