SS_ResetSocket (Windows CE 5.0)

Send Feedback

This function is used only to power up a socket after a reset.

STATUS (*SS_ResetSocket)(HANDLEhSocket);

Parameters

  • hSocket
    [in] Handle passed during the card detect event notification.

Return Values

Returns one of the return codes defined in the Cardsv2.h header file.

Remarks

A socket driver should detect the initial voltage that should apply to the specified card. The initial voltage should then be applied to the socket by following the power-up sequence. The following list shows the PC Card power-up sequence.

  1. Power the offset socket.
  2. Wait 300 milliseconds (ms).
  3. Power up the socket to the desired voltage.
  4. Wait 100 ms.
  5. Send assert reset signal to the PC Card bus.
  6. Wait for 20 ms.
  7. Send de-assert reset signal to the PC Card bus.
  8. Wait for the ready signal to complete.

Requirements

OS Versions: Windows CE 5.0 and later
Header: Socksv2.h
Link Library: Pcc_serv.dll

See Also

PC Card Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.