Skip to main content

Module subscription

Module subscription 

Source
Expand description

A live attribute subscription: reports arrive via Subscription::next.

Structs§

AttributeReport
One reported attribute change from a subscription.
Subscription
A live attribute subscription. Await events with Self::next; dropping the handle cancels the subscription (best-effort).

Enums§

SubscriptionEvent
An event from a live Subscription.