CM_CONNECTION_DEVICE_TYPE (Compact 2013)

3/26/2014

This data type represents the type of the device.

Syntax

typedef GUID CM_CONNECTION_DEVICE_TYPE;

Remarks

Common CM_CONNECTION_DEVICE_TYPE Types.

Name

Value

Description

CMCD_UNKNOWN

{71A26171-11EE-4ACB-80A2-63A77240C971}

The connection type is unknown.

CMCD_CELLULAR

{F9A53167-4016-4198-9B41-86D9522DC019}

A Cellular connection.

CMCD_ETHERNET

{97844272-00C7-4572-B20A-D8D861C095F2}

An Ethernet connection.

CMCD_BLUETOOTH

{1D793123-701A-4fd0-B6AE-9C3C57E99C2C}

A Bluetooth connection.

CMCD_VIRTUAL

{1D793123-701A-4fd0-B6AE-9C3C57E99C2C}

A virtual connection.

CMCD_WIFI

{3AD5E5A6-6448-4273-A265-A5E79E3852F6}

A Wi-Fi connection.

A CSP may define device types, which should be exposed in public header files.

Requirements

Header

cmcspwifi.h,
cmnet.h

Library

cmnet.lib

See Also

Reference

Connection Manager Connectivity Data Types