|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lsst.ccs.drivers.canopen.CanOpenMessage
public abstract class CanOpenMessage
Messages in the Can Open protocol. This messages are to be included in a Data Frame or Remote Frame by the CanBus driver to be sent on a Can bus.
| Constructor Summary | |
|---|---|
CanOpenMessage(int cob,
int nodeId,
boolean rtr,
short length,
byte[] data)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CanOpenMessage(int cob,
int nodeId,
boolean rtr,
short length,
byte[] data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||