Package-level declarations
Contains core classes and interfaces, such as McuManager, McuMgrTransport, and McuMgrCallback.
Types
Link copied to clipboard
The base class for managers handling MCU Manager groups.
Link copied to clipboard
Callback for asynchronous Mcu Manager commands.
Link copied to clipboard
enum McuMgrErrorCode
Almost all requests are responded to with an Mcu Manager return code in the response payload.
Link copied to clipboard
interface McuMgrGroupReturnCode
Link copied to clipboard
The Mcu Manager header is an 8-byte array which identifies the specific command and provides fields for optional values such as flags and sequence numbers.
Link copied to clipboard
enum McuMgrScheme
The MCU Manager protocol can be used over a variety of transports and schemes.
Link copied to clipboard
interface McuMgrTransport
An McuMgrTransport is tasked with sending requests to, and receiving responses from a device.