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