org.nfctools.llcp.pdu
Class UnnumberedInformation

java.lang.Object
  extended by org.nfctools.llcp.pdu.AbstractProtocolDataUnit
      extended by org.nfctools.llcp.pdu.UnnumberedInformation

public class UnnumberedInformation
extends AbstractProtocolDataUnit


Constructor Summary
UnnumberedInformation(int destinationServiceAccessPoint, int sourceServiceAccessPoint, byte[] serviceDataUnit)
           
 
Method Summary
 byte[] getServiceDataUnit()
           
 AbstractProtocolDataUnit processPdu(LlcpConnectionManager connectionManager)
           
 
Methods inherited from class org.nfctools.llcp.pdu.AbstractProtocolDataUnit
getDestinationServiceAccessPoint, getSourceServiceAccessPoint, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnnumberedInformation

public UnnumberedInformation(int destinationServiceAccessPoint,
                             int sourceServiceAccessPoint,
                             byte[] serviceDataUnit)
Method Detail

getServiceDataUnit

public byte[] getServiceDataUnit()

processPdu

public AbstractProtocolDataUnit processPdu(LlcpConnectionManager connectionManager)
Specified by:
processPdu in class AbstractProtocolDataUnit


Copyright © 2012. All Rights Reserved.