Numworks Epsilon  1.4.1
Graphing Calculator Operating System
device_capability_descriptor.cpp
Go to the documentation of this file.
2 
3 namespace Ion {
4 namespace USB {
5 namespace Device {
6 
9  c->push(m_bDeviceCapabilityType);
10 }
11 
13  return Descriptor::bLength() + sizeof(uint8_t);
14 }
15 
16 }
17 }
18 }
unsigned char uint8_t
Definition: stdint.h:4
c(generic_all_nodes)
void push(Channel *c) const override
Definition: descriptor.cpp:8
Definition: app.cpp:5
Definition: backlight.h:6
virtual uint8_t bLength() const
Definition: descriptor.h:22