FileDocCategorySizeDatePackage
AccessSAT.javaAPI DocphoneME MR2 API (J2ME)2713Wed May 02 18:00:40 BST 2007sim.toolkit

AccessSAT

public interface AccessSAT implements Shareable
The interface of SAT Accessor.

Fields Summary
Constructors Summary
Methods Summary
public voidclearEventListener(AID aid)
Removes the event listener from the list of listeners.

param
aid applet AID

public bytegetAPDUBufferByte(short index)
Gets one byte from the APDUBuffer.

param
index Index of requested byte in the buffer
return
requested byte

public shortgetAPDUBufferLength()
Gets the length of the APDUBuffer.

return
requested length

public shortgetAPDUBufferMax()
Gets the maximum length of the APDUBuffer.

return
requested length

public shortgetOutDataLength()
Returns the length of Data that has been set in the out buffer.

return
length of data

public booleanisEventListenerSet(AID aid)
Returns true if the applet corresponding to the AID passed to this method is found in the list of listeners.

param
aid applet AID
return
true if the applet is a listener and false otherwise

public voidsetAPDUBufferByte(short index, byte value)
Sets one byte from the APDUBuffer.

param
index Index of byte in the buffer
param
value The value to be set

public voidsetEventListener(AID aid)
Sets the event listener applet.

param
aid applet AID

public voidsetOutBufferData(short length)
Sets the data in the out buffer.

param
length length of data