| 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 ---- */ |
nothing calls this directly
no outgoing calls
no test coverage detected