Numworks Epsilon  1.4.1
Graphing Calculator Operating System
language_id_string_descriptor.h
Go to the documentation of this file.
1 #ifndef ION_DEVICE_USB_STACK_LANGUAGE_ID_STRING_DESCRIPTOR_H
2 #define ION_DEVICE_USB_STACK_LANGUAGE_ID_STRING_DESCRIPTOR_H
3 
4 #include "descriptor.h"
5 
6 namespace Ion {
7 namespace USB {
8 namespace Device {
9 
10 // For now this LanguageIDStringDescriptor only ever returns American English
11 
13 public:
15  Descriptor(0x03) { }
16 protected:
17  void push(Channel * c) const override;
18  virtual uint8_t bLength() const override;
19 };
20 
21 }
22 }
23 }
24 
25 #endif
unsigned char uint8_t
Definition: stdint.h:4
c(generic_all_nodes)
Definition: app.cpp:5
Definition: backlight.h:6