Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ read_uint16
Method
read_uint16
erpc_python/erpc/basic_codec.py:125–126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
return
self._read(
'<B'
)
124
125
def
read_uint16(self):
126
return
self._read(
'<H'
)
127
128
def
read_uint32(self):
129
return
self._read(
'<I'
)
Callers
nothing calls this directly
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected