aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/EventsModule.cs
blob: 0ad82654621b0ce82fa133b606c2e530408448e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-25 03:43:27 +0000
 


len, container->data.data);
					MessageContainer responseContainer = createContainer(MESSAGE_TYPE__UploadHardwareConfigurationRequest, container->token, true, hardwareRequest, (size_t(*)(void*, uint8_t*))&upload_hardware_configuration_request__pack, (size_t(*)(void*))&upload_hardware_configuration_request__get_packed_size);

					output_buffer = (uint8_t*)malloc(message_container__get_packed_size(&responseContainer));
					size_t container_size = message_container__pack(&responseContainer, output_buffer);
					return container_size;
				}

				return 0;
			}
		}
	}
}