Returns a small set of information about the real-time state of the connection
and the queue status of each lane.
- pStatus may be NULL if the information is not desired. (E.g. you are only interested
in the lane information.)
- On entry, nLanes specifies the length of the pLanes array. This may be 0
if you do not wish to receive any lane data. It's OK for this to be smaller than
the total number of configured lanes.
- pLanes points to an array that will receive lane-specific info. It can be NULL
if this is not needed.
Return value:
- k_EResultNoConnection - connection handle is invalid or connection has been closed.
- k_EResultInvalidParam - nLanes is bad
Returns a small set of information about the real-time state of the connection and the queue status of each lane.
- pStatus may be NULL if the information is not desired. (E.g. you are only interested in the lane information.) - On entry, nLanes specifies the length of the pLanes array. This may be 0 if you do not wish to receive any lane data. It's OK for this to be smaller than the total number of configured lanes. - pLanes points to an array that will receive lane-specific info. It can be NULL if this is not needed.
Return value: - k_EResultNoConnection - connection handle is invalid or connection has been closed. - k_EResultInvalidParam - nLanes is bad