|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Immutable public interface CanFrame
Base interface for immutable messages in a CANbus based message/reply protocol.
It is expected that any CAN based system will be based upon basic CAN concepts such as ID/header (standard or extended), Normal and RTR frames and a data field.
"header" refers to the full 11 or 29 bit header; which mode is separately set via the "extended" parameter
| Method Summary | |
|---|---|
int |
getElement(int n)
|
int |
getHeader()
|
int |
getNumDataElements()
|
boolean |
isExtended()
|
boolean |
isRtr()
|
| Method Detail |
|---|
int getHeader()
boolean isExtended()
boolean isRtr()
int getNumDataElements()
int getElement(int n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||