Numworks Epsilon  1.4.1
Graphing Calculator Operating System
platform_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_bReserved);
10  for (int i = 0; i < k_platformCapabilityUUIDSize; i++) {
11  c->push(m_platformCapabilityUUID[i]);
12  }
13 }
14 
16  return DeviceCapabilityDescriptor::bLength() + sizeof(uint8_t) + k_platformCapabilityUUIDSize*sizeof(uint8_t);
17 }
18 
19 }
20 }
21 }
unsigned char uint8_t
Definition: stdint.h:4
c(generic_all_nodes)
Definition: app.cpp:5
Definition: backlight.h:6