Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ available
Method
available
Sming/Arch/Host/Components/driver/uart_server.cpp:330–333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
int CUartPort::available()
331
{
332
return socket ? socket->available() : 0;
333
}
334
335
int CUartPort::readBytes(void* buffer, size_t size)
336
{
Callers
1
smg_uart_rx_available
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected