com.eurotech.framework.protocol.can
Class CanMessage

java.lang.Object
  extended by com.eurotech.framework.protocol.can.CanMessage

public class CanMessage
extends Object


Constructor Summary
CanMessage()
           
 
Method Summary
 int getCanId()
           
 byte[] getData()
           
 void setCanId(int canId)
           
 void setData(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CanMessage

public CanMessage()
Method Detail

getData

public byte[] getData()

setData

public void setData(byte[] data)

getCanId

public int getCanId()

setCanId

public void setCanId(int canId)


Copyright © 2013. All Rights Reserved.