Module parameter

Module parameter 

Source
Available on crate features clients or servers only.
Expand description

Protocols for speaking with the “parameter” port of the MION.

The parameter port as of today is only known for getting/setting 512 bytes of parameters. These values are usually things reachable from other parts of the MION interface, but are available through the MION too.

Modules§

well_known
Parameters that are well known, and can be referred to by their name rather than just their index.

Structs§

DumpedMionParameters
The response from a MION documenting all the parameters available on this board.
MionDumpParameters
A request to dump all the 512 parameters available on the MION board.
SetMionParameters
Set all of the parameters on a MION device.
SetMionParametersResponse
The response to a SetMionParameters being sent.

Enums§

MionParamProtocolError
MionParameterAPIError
PacketType
The type of MION Parameters Packet this is.