DiMgslDlSetPhysParams


Prototype
NTSTATUS DiMgslDlSetPhysParams( void* Handle,
                                PMGSL_DLPHYSPARAMS Params );
Parameters
Handle handle to open port
Params pointer to application initialized MGSL_PHYSPARAMS structure
Return Value
STATUS_SUCCESS Parameters set successfully
STATUS_INVALID_PARAMETER Params pointer or contents invalid
STATUS_INVALID_HANDLE Handle is invalid

Set the link layer parameters that are common to a physical device.


Previous Contents Next