MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / start_write_union

Method start_write_union

erpc_python/erpc/basic_codec.py:77–78  ·  view source on GitHub ↗
(self, discriminator)

Source from the content-addressed store, hash-verified

75 self.write_uint32(length)
76
77 def start_write_union(self, discriminator):
78 self.write_uint32(discriminator)
79
80 def write_null_flag(self, flag):
81 self.write_uint8(1 if flag else 0)

Callers

nothing calls this directly

Calls 1

write_uint32Method · 0.95

Tested by

no test coverage detected