Crate at_commands

Source

Structs§

DeserializeBytes
An abstract representaiton of bytes remaining after a deserialization failure.
DeserializeError
Error struct containing the cause of a deserialization error and the bytes that caused the error.
DeserializeResult
Result from attempt to deserialize multiple items, including the successfully serialized items, an error if one occurred, and the remaining bytes that were not serialized.
SerializeError
An error and remaining item to serialize if a serialization failure occurs while serializing multiple items.

Enums§

BluetoothHFIndicator
Command
DeserializeErrorCause
Errors that can occur while deserializing AT commands into high level generated AT command and response types.
HardcodedError
NetworkOperatorNameFormat
ParseError
Response
Responses and indications.
SerializeErrorCause
Success
TestOneVariant
TestOneVariantComma
TestTwoVariants
TestTwoVariantsComma

Traits§

SerDe
A trait for serializing or deserializing multiple items at once and defragmenting partially serialized items when new bytes become available.

Functions§

lower_command
lower_success
raise_command
raise_success
success
Wrap a Success case in a Response.