org.jSyncManager.API.Protocol.Util.VFS
Class ImportDBFromVFSFileResponse
java.lang.Objectorg.jSyncManager.API.Protocol.Util.VFS.ImportDBFromVFSFileResponse
public class ImportDBFromVFSFileResponse
extends java.lang.Object
A class to hold the return data from the JHotSync.importDatabaseFromVFSFile() method.
ImportDBFromVFSFileResponse
public ImportDBFromVFSFileResponse(byte[] data)
Constructs a new instance of this class from the given argument data.
getCardNumber
public char getCardNumber()
Retrieves the card number for this response.
- the card number for this response.
getDatabaseID
public int getDatabaseID()
Retrieves the database ID for this response.
- the database ID for this response.