DiMgslDlGetPhysParams


Prototype
NTSTATUS DiMgslDlGetPhysParams( void* Handle,
                                PMGSL_DLPHYSPARAMS Params );
Parameters
Handle handle to open port
Params pointer to MGSL_DLPHYSPARAMS structure to receive current link parameters
Return Value
STATUS_SUCCESS Parameters retrieved successfully
STATUS_INVALID_PARAMETER Params pointer is invalid
STATUS_INVALID_HANDLE Handle is invalid

Returns the current data link layer parameters that are common to a physical interface.


Previous Contents Next