org.nfctools.ndefpush
Class OutgoingNdefMessage

java.lang.Object
  extended by org.nfctools.ndefpush.OutgoingNdefMessage

public class OutgoingNdefMessage
extends Object


Constructor Summary
OutgoingNdefMessage()
           
 
Method Summary
 void addWaitingNdefMessage(WaitingNdefMessage waitingNdefMessage)
           
 void compile()
           
 int getAvailableBytes()
           
 void notifyFinishListenerFailure()
           
 void notifyFinishListenerSuccess()
           
 void readNextBuffer(byte[] buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutgoingNdefMessage

public OutgoingNdefMessage()
Method Detail

addWaitingNdefMessage

public void addWaitingNdefMessage(WaitingNdefMessage waitingNdefMessage)

compile

public void compile()

getAvailableBytes

public int getAvailableBytes()

readNextBuffer

public void readNextBuffer(byte[] buffer)

notifyFinishListenerSuccess

public void notifyFinishListenerSuccess()

notifyFinishListenerFailure

public void notifyFinishListenerFailure()


Copyright © 2012. All Rights Reserved.