de.entropia.can
Class CanSocket.CanFrame

java.lang.Object
  extended by de.entropia.can.CanSocket.CanFrame
All Implemented Interfaces:
Cloneable
Enclosing class:
CanSocket

public static final class CanSocket.CanFrame
extends Object
implements Cloneable


Constructor Summary
CanSocket.CanFrame(CanSocket.CanInterface canIf, CanSocket.CanId canId, byte[] data)
           
 
Method Summary
protected  Object clone()
           
 CanSocket.CanId getCanId()
           
 CanSocket.CanInterface getCanInterfacae()
           
 byte[] getData()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CanSocket.CanFrame

public CanSocket.CanFrame(CanSocket.CanInterface canIf,
                          CanSocket.CanId canId,
                          byte[] data)
Method Detail

getCanId

public CanSocket.CanId getCanId()

getData

public byte[] getData()

getCanInterfacae

public CanSocket.CanInterface getCanInterfacae()

toString

public String toString()
Overrides:
toString in class Object

clone

protected Object clone()
Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.