MCPcopy Create free account
hub / github.com/cathery/sys-con / VendorProductPacket

Class VendorProductPacket

source/ControllerLib/Controllers/XboxOneController.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 0x00, 0x00, 0x00, 0x00, 0x00};
42
43struct VendorProductPacket
44{
45 uint16_t VendorID;
46 uint16_t ProductID;
47 const uint8_t *Packet;
48 uint8_t Length;
49};
50
51static constexpr VendorProductPacket init_packets[]{
52 {0x0e6f, 0x0165, xboxone_hori_init, sizeof(xboxone_hori_init)},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected