Expand description
Modules§
Structs§
- Device
Message - Represents a message from a Device.
- Last
Will - struct representing the last will of a Node or Application
- Message
- A Message struct containing payload and the type of topic it was received on
- Node
Message - Represents a message from a Node.
Enums§
- Event
- An enum that represents the different types of events an EventLoop implementation can produce.
- Message
Error - Error types for message processing operations.
- Message
Kind - An enum representing the different type of message.
- State
Payload - An enum representing the different type message published on a STATE topic.
Traits§
- Client
- A trait for implementing a type that acts as a Sparkplug Client
- Event
Loop - A trait for implementing a type that acts as a Sparkplug Client’s EventLoop
Functions§
- topic_
and_ payload_ to_ event - Utility function to help clients convert topic and payload data to an Event