Expand description
Management for per-connection state machines.
Structs§
Enums§
- State
Transition - The possible state transitions that a data type, filter, or callback (function and/or struct) can be associated with. Developers should refer to these in macros.
- State
TxData - State Transitions with associated data, used as wrappers for users to request as a parameter to a function.