Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Module containing types definitions and functions for communicating with usbmuxd.
Result code after trying to establish a connection for a device, variant names are self-documenting.
A device event with associated metadata.
and device_t = {
serial_number : string;
connection_speed : int;
connection_type : string;
product_id : int;
location_id : int;
device_id : int;
}
High level self documenting metadata about the device connection.
Reply from usbmuxd, could be an event or reply to a query.