javax.microedition.ipdr.callback.msg
Interface DataAckInfo

All Superinterfaces:
MessageInfo

public interface DataAckInfo
extends MessageInfo

The interface represents a data acknowledge message information.

Version:
1.0
Author:
Shai Gotlib

Method Summary
 short getConfigId()
          Returns the ConfigId The configId is the Identifier of a specific Template Set Configuration.
 long getDataSeqNo()
          Returns the data sequence number Session relative sequence number of the last record received and handled in a series.
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

getConfigId

public short getConfigId()
Returns the ConfigId The configId is the Identifier of a specific Template Set Configuration. It is changed whenever the Template Set Configuration is changed. It is set to 0 if unused.

Returns:
ConfigId (short value)

getDataSeqNo

public long getDataSeqNo()
Returns the data sequence number Session relative sequence number of the last record received and handled in a series.

Returns:
The data sequence number as decribed above (long number)