/
USBD_ACM_SerialIsConn
USBD_ACM_SerialIsConn
Description
Determine if CDC ACM serial emulation class instance is connected.
Files
usbd_acm_serial.h/usbd_acm_serial.c
Prototype
CPU_BOOLEAN USBD_ACM_SerialIsConn (CPU_INT08U subclass_nbr);
Arguments
subclass_nbr
CDC ACM serial emulation subclass instance number.
Returned Value
DEF_OK,
if CDC ACM serial emulation subclass instance is connected and device is not in suspended state.
DEF_FAIL,
otherwise.
Callers
Application.
Notes / Warnings
None.
Related content
USBD_ACM_SerialCfgAdd
USBD_ACM_SerialCfgAdd
More like this
USBD_ACM_SerialInit
USBD_ACM_SerialInit
More like this
USBD_CDC_IsConn
USBD_CDC_IsConn
More like this
USBD_ACM_SerialAdd
USBD_ACM_SerialAdd
More like this
USBD_ACM_SerialRx
USBD_ACM_SerialRx
More like this
Using the ACM Subclass Demo Application
Using the ACM Subclass Demo Application
More like this