MCPcopy 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
330int CUartPort::available()
331{
332 return socket ? socket->available() : 0;
333}
334
335int CUartPort::readBytes(void* buffer, size_t size)
336{

Callers 1

smg_uart_rx_availableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected