Numworks Epsilon  1.4.1
Graphing Calculator Operating System
language_id_string_descriptor.cpp
Go to the documentation of this file.
2 #include <string.h>
3 
4 namespace Ion {
5 namespace USB {
6 namespace Device {
7 
10  c->push((uint16_t)(0x0409));
11 }
12 
14  return Descriptor::bLength() + sizeof(uint16_t);
15 }
16 
17 }
18 }
19 }
unsigned short uint16_t
Definition: stdint.h:5
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