USBD_Vendor_IsConn

Description

Get the vendor class connection state.

Files

usbd_vendor.h / usbd_vendor.c

Prototype

CPU_BOOLEAN  USBD_Vendor_IsConn (CPU_INT08U  class_nbr);


Arguments

class_nbr

Class instance number.

Returned Value

DEF_YES, if Vendor class is connected.

DEF_NO, otherwise.

Callers

Application.

Notes / Warnings

None.