org.nfctools.llcp.pdu
Class AbstractParameterProtocolDataUnit

java.lang.Object
  extended by org.nfctools.llcp.pdu.AbstractProtocolDataUnit
      extended by org.nfctools.llcp.pdu.AbstractParameterProtocolDataUnit
Direct Known Subclasses:
Connect, ConnectComplete, ParameterExchange

public abstract class AbstractParameterProtocolDataUnit
extends AbstractProtocolDataUnit


Constructor Summary
protected AbstractParameterProtocolDataUnit(int destinationServiceAccessPoint, int sourceServiceAccessPoint, Object... parameter)
           
 
Method Summary
 Object[] getParameter()
           
 String toString()
           
 
Methods inherited from class org.nfctools.llcp.pdu.AbstractProtocolDataUnit
getDestinationServiceAccessPoint, getSourceServiceAccessPoint, processPdu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractParameterProtocolDataUnit

protected AbstractParameterProtocolDataUnit(int destinationServiceAccessPoint,
                                            int sourceServiceAccessPoint,
                                            Object... parameter)
Method Detail

getParameter

public Object[] getParameter()

toString

public String toString()
Overrides:
toString in class AbstractProtocolDataUnit


Copyright © 2012. All Rights Reserved.