Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ write_uint16
Method
write_uint16
erpc_python/erpc/basic_codec.py:52–53 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
50
self._write(
'<B'
, value)
51
52
def
write_uint16(self, value):
53
self._write(
'<H'
, value)
54
55
def
write_uint32(self, value):
56
self._write(
'<I'
, value)
Callers
nothing calls this directly
Calls
1
_write
Method · 0.95
Tested by
no test coverage detected