MCPcopy Create free account
hub / github.com/Seeed-Studio/Seeed_Arduino_CAN / checkReceive

Method checkReceive

src/can-serial.cpp:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395INT8U Can232::checkReceive() {
396#ifndef _MCP_FAKE_MODE_
397 return lw232CAN? lw232CAN->checkReceive(): CAN_NOMSG;
398#else
399 return CAN_MSGAVAIL;
400#endif
401}
402
403INT8U Can232::readMsgBufID(INT32U *ID, INT8U *len, INT8U buf[]) {
404#ifndef _MCP_FAKE_MODE_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected