MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / FillNextNMessageOctetsWith

Function FillNextNMessageOctetsWith

source/src/enet_encap/endianconv.c:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264int FillNextNMessageOctetsWith(CipOctet value,
265 unsigned int amount_of_bytes_written,
266 CipOctet **message) {
267 memset(*message, value, amount_of_bytes_written);
268 return amount_of_bytes_written;
269}
270
271int FillNextNMessageOctetsWithValueAndMoveToNextPosition(CipOctet value,
272 unsigned int amount_of_filled_bytes,

Callers 2

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68