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

Method write_uint64

erpc_python/erpc/basic_codec.py:58–59  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

56 self._write('<I', value)
57
58 def write_uint64(self, value):
59 self._write('<Q', value)
60
61 def write_float(self, value):
62 self._write('<f', value)

Callers

nothing calls this directly

Calls 1

_writeMethod · 0.95

Tested by

no test coverage detected