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

Method read_uint64

erpc_python/erpc/basic_codec.py:131–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 return self._read('<I')
130
131 def read_uint64(self):
132 return self._read('<Q')
133
134 def read_float(self):
135 return self._read('<f')

Callers

nothing calls this directly

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected