org.nfctools.snep
Class SnepMessage

java.lang.Object
  extended by org.nfctools.snep.SnepMessage

public class SnepMessage
extends Object


Constructor Summary
SnepMessage(byte[] message)
           
SnepMessage(byte version, byte messageCode)
           
SnepMessage(int version, Request request)
           
SnepMessage(int version, Response response)
           
 
Method Summary
 byte[] getBytes()
           
 byte[] getInformation()
           
 byte getMessageCode()
           
 byte getVersion()
           
 void setInformation(byte[] information)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnepMessage

public SnepMessage(byte[] message)

SnepMessage

public SnepMessage(byte version,
                   byte messageCode)

SnepMessage

public SnepMessage(int version,
                   Request request)

SnepMessage

public SnepMessage(int version,
                   Response response)
Method Detail

setInformation

public void setInformation(byte[] information)

getInformation

public byte[] getInformation()

getMessageCode

public byte getMessageCode()

getVersion

public byte getVersion()

getBytes

public byte[] getBytes()


Copyright © 2012. All Rights Reserved.