|
libxr
1.0
Want to be the best embedded framework
|
BOS 能力接口 / BOS capability interface. More...
#include <bos.hpp>
Public Member Functions | |
| virtual ConstRawData | GetCapabilityDescriptor () const =0 |
| 返回能力块(不含 BOS 头) Return capability block (without BOS header). | |
| virtual ErrorCode | OnVendorRequest (bool, const SetupPacket *, BosVendorResult &) |
| 处理该能力相关 Vendor 请求 / Handle vendor request for this capability | |
|
pure virtual |
返回能力块(不含 BOS 头) Return capability block (without BOS header).
Implemented in LibXR::USB::WinUsbMsOs20::MsOs20BosCapability.
|
inlinevirtual |
处理该能力相关 Vendor 请求 / Handle vendor request for this capability
| in_isr | ISR 上下文标志 / ISR context flag |
| setup | Setup 包 / Setup packet |
| result | 输出结果 / Output result |
Reimplemented in LibXR::USB::WinUsbMsOs20::MsOs20BosCapability.
Definition at line 76 of file bos.hpp.