You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If software encoding is enabled, parse for the corresponding parameters - doing this here means only AS interfaces with EPs get scanned for parameters
// SUBCLASS code of Data Interface is not used and should/must be zero
125
-
/// Data Interface Protocol Codes
127
+
128
+
// Data Interface Protocol Codes
126
129
typedefenum{
127
130
CDC_DATA_PROTOCOL_ISDN_BRI=0x30, ///< Physical interface protocol for ISDN BRI
128
131
CDC_DATA_PROTOCOL_HDLC=0x31, ///< HDLC
@@ -147,7 +150,6 @@ typedef enum
147
150
{
148
151
CDC_REQUEST_SEND_ENCAPSULATED_COMMAND=0x00, ///< is used to issue a command in the format of the supported control protocol of the Communications Class interface
149
152
CDC_REQUEST_GET_ENCAPSULATED_RESPONSE=0x01, ///< is used to request a response in the format of the supported control protocol of the Communications Class interface.
/// Communication Interface Management Element Notification Codes
199
+
/// 6.3 Notification Codes
198
200
typedefenum
199
201
{
200
-
NETWORK_CONNECTION=0x00, ///< This notification allows the device to notify the host about network connection status.
201
-
RESPONSE_AVAILABLE=0x01, ///< This notification allows the device to notify the hostthat a response is available. This response can be retrieved with a subsequent \ref CDC_REQUEST_GET_ENCAPSULATED_RESPONSE request.
202
-
203
-
AUX_JACK_HOOK_STATE=0x08,
204
-
RING_DETECT=0x09,
205
-
206
-
SERIAL_STATE=0x20,
207
-
208
-
CALL_STATE_CHANGE=0x28,
209
-
LINE_STATE_CHANGE=0x29,
210
-
CONNECTION_SPEED_CHANGE=0x2A, ///< This notification allows the device to inform the host-networking driver that a change in either the upstream or the downstream bit rate of the connection has occurred
211
-
MDLM_SEMANTIC_MODEL_NOTIFICATION=0x40,
202
+
CDC_NOTIF_NETWORK_CONNECTION=0x00, ///< This notification allows the device to notify the host about network connection status.
203
+
CDC_NOTIF_RESPONSE_AVAILABLE=0x01, ///< This notification allows the device to notify the hostthat a response is available. This response can be retrieved with a subsequent \ref CDC_REQUEST_GET_ENCAPSULATED_RESPONSE request.
204
+
CDC_NOTIF_AUX_JACK_HOOK_STATE=0x08,
205
+
CDC_NOTIF_RING_DETECT=0x09,
206
+
CDC_NOTIF_SERIAL_STATE=0x20,
207
+
CDC_NOTIF_CALL_STATE_CHANGE=0x28,
208
+
CDC_NOTIF_LINE_STATE_CHANGE=0x29,
209
+
CDC_NOTIF_CONNECTION_SPEED_CHANGE=0x2A, ///< This notification allows the device to inform the host-networking driver that a change in either the upstream or the downstream bit rate of the connection has occurred
0 commit comments