Expand description
MION is the Sata Device present on the CAT-DEV Bridge.
In general MION’s are pretty much the “host bridge” most of the host bridge
software actually talks too. hostdisplayversion calls it the
“Bridge Type”, but I don’t think we know of any other bridge types.
In general if you’re trying to look for things relating to the bridge as a whole, you’re probably really actually talking to the MION.
Modules§
- cgis
- CGI’s that are available to interact with the MION on.
- discovery
- APIs for discovering Cat-Dev Bridge’s, and more specifically their MION boards.
- errors
- Error types specifically for interacting with MION CGI’s/protos.
- firmware
- APIs for interacting with MION Firmware Files.
- parameter
- Get parameters from the parameter space of a MION.
- proto
- This module is a wrapper for all the underlying protocol types used for interacting with MIONs.
Structs§
- Bridge
Host State - The state of bridges that are actively known on this host.
Enums§
- Bridge
Type - As far as I can derive from the sources available that we can cleanly read (e.g. shell scripts) there are two types of CAT-DEV units. This enum describes those.