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

Method isRemoteRequest

src/mcp_can.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 /* could be called after a successful readMsgBufID() */
100 unsigned long getCanId(void) { return can_id; }
101 byte isRemoteRequest(void) { return rtr; }
102 byte isExtendedFrame(void) { return ext_flg;}
103
104 /* ---- sending ---- */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected