Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This enumeration contains values that specify the type of connection that exists between a Windows Embedded CE-based device and a host computer.
The RAPI_CONNECTIONINFOstructure contains a member of this type.
Syntax
typedef enum { RAPI_CONNECTION_USB = 0 RAPI_CONNECTION_IR = 1 RAPI_CONNECTION_SERIAL = 2 RAPI_CONNECTION_NETWORK = 3 } RAPI_CONNECTIONTYPE; |
Elements
- RAPI_CONNECTION_USB
-
A USB connection.
- RAPI_CONNECTION_IR
-
An infrared connection.
- RAPI_CONNECTION_SERIAL
-
A serial connection.
- RAPI_CONNECTION_NETWORK
-
A network connection.
Requirements
Header | rapitypes2.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |