Crate swimos_client

Crate swimos_client 

Source

Structs§

BasicEventDownlinkLifecycle
A basic lifecycle for an event downlink where the event handlers do not share any state.
BasicMapDownlinkLifecycle
A basic lifecycle for a map downlink where the event handlers do not share any state.
BasicValueDownlinkLifecycle
A basic lifecycle for a value downlink where the event handlers do not share any state.
ClientConfig
ClientHandle
A handle to the downlink runtime.
Commander
DownlinkConfig
General downlink configuration parameters.
EventDownlinkBuilder
A builder for value downlinks.
EventDownlinkView
An event downlink handle which provides the functionality to await the downlink terminating.
MapDownlinkBuilder
A builder for map downlinks.
MapDownlinkView
A view over a map downlink.
RemotePath
SwimClient
SwimClientBuilder
SwimClientTlsBuilder
Url
A parsed URL record.
ValueDownlinkBuilder
A builder for value downlinks.
ValueDownlinkView
A view over a value downlink.
WebSocketConfig

Enums§

CommandError
ValueDownlinkOperationError

Traits§

EventDownlinkLifecycle
Description of a lifecycle for an event downlink.
MapDownlinkLifecycle
Description of a lifecycle for a map downlink.
ValueDownlinkLifecycle
Description of a lifecycle for a value downlink.

Type Aliases§

DownlinkOperationResult