Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This enumeration specifies the types of notifications sent from Connection Service Providers to Connection Manager.
Syntax
typedef enum CM_CSP_NOTIFICATION_TYPE {
CMPN_CONNECTION_STATE_CHANGE,
CMPN_CONNECTION_NETWORK_TYPE_CHANGE,
CMPN_CHARACTERISTIC_VALUE_CHANGE,
CMPN_TYPE_SPECIFIC_NOTIFICATION
} CM_CSP_NOTIFICATION_TYPE ;
Elements
- CMPN_CONNECTION_STATE_CHANGE
The state of the connection has changed.
- CMPN_CONNECTION_NETWORK_TYPE_CHANGE
The type of the network has changed.
- CMPN_CHARACTERISTIC_VALUE_CHANGE
A characteristic value has changes.
- CMPN_TYPE_SPECIFIC_NOTIFICATION
The notification data should be interpreted according to the connection type.
Remarks
This enumeration is part of the CM_CSP_NOTIFICATION structure.
Requirements
Header |
cmcsp.h |
See Also
Reference
Connection Service Provider Notification Enumerations
CM_CSP_NOTIFICATION