Logo
UNICENS V2.1.0-3491
User Manual and API Reference
typedef void(* Ucs_Xrm_Most_PortStatusCb_t)(uint16_t most_port_handle, Ucs_Most_PortAvail_t availability, Ucs_Most_PortAvailInfo_t avail_info, uint16_t free_streaming_bw, void *user_ptr)

Function signature used for the MOST Port status.

This callback function is called to report streaming-related information for a MOST Port.

Parameters
most_port_handlePort resource handle.
availabilityState of the MOST port related to streaming connections.
avail_infoSub state to parameter availability.
free_streaming_bwFree streaming bandwidth for the dedicated MOST Port.
user_ptrUser reference provided in Ucs_InitData_t::user_ptr.