CM_CHARACTERISTIC (Compact 7)

3/12/2014

This enumeration provides connection attributes used by applications to select connections using requirements and preferences.

Syntax

typedef enum CM_CHARACTERISTIC {
    CMCH_BANDWIDTH_KBITPS, 
    CMCH_SUPPORTS_WAKE_ON_INCOMING,
    CMCH_ROAMING, 
    CMCH_LAST
} CM_CHARACTERISTIC;

Element Definitions

  • CMCH_BANDWIDTH_KBITPS
    Network device bandwidth in Kbits/s.
  • CMCH_SUPPORTS_WAKE_ON_INCOMING
    Able to wake device on incoming traffic.
  • CMCH_ROAMING
    Registered on network that is not home.
  • CMCH_LAST
    The last value.

Requirements

Header

cmnet.h

Library

cmnet.lib

See Also

Reference

Connection Manager Connectivity Enumerations