Unit USBCDC

From Ultibo.org
Revision as of 06:13, 9 September 2021 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


Ultibo USB CDC Interface unit

The USB Communications Device Class (CDC) standard defines the protocol for communicating with a range of network adapters, modems and ISDN devices. This unit provides common definitions and structures used in conjunction with CDC devices.

Constants



[Expand]
CDC specific constants USB_CDC_*_TYPE


[Expand]
CDC call management capabilities USB_CDC_CALL_MGMT_CAP_*


[Expand]
CDC abstract control model capabilities USB_CDC_ACM_*


[Expand]
CDC class specific control requests USB_CDC_*


[Expand]
CDC get/set line coding bCharFormat USB_CDC_*_STOP_BITS


[Expand]
CDC get/set line coding bParityType USB_CDC_*_PARITY


[Expand]
CDC set control line state wValue USB_CDC_ACM_CTRL_*


[Expand]
CDC set ethernet packet filter wValue USB_CDC_PACKET_TYPE_*


[Expand]
CDC class specific notifications USB_CDC_NOTIFY_*


[Expand]
CDC serial state notification data USB_CDC_ACM_CTRL_*


Type definitions


To be documented

Public variables


None defined

Function declarations


To be documented


Return to Unit Reference