com.upek.android.ptapi.resultarg
Interface ByteArrayArgI

All Known Implementing Classes:
ByteArrayArg

public interface ByteArrayArgI

This interface is used for returning additional output function parameters. It serves as a object container only.


Method Summary
 byte[] getValue()
          Get value stored in the container
 void setValue(byte[] value)
          Store new value in the container.
 

Method Detail

getValue

byte[] getValue()
Get value stored in the container

Returns:
Value of result container

setValue

void setValue(byte[] value)
Store new value in the container.

Parameters:
value - New result value