org.jSyncManager.API.Protocol.Util.VFS

Class ImportDBFromVFSFileResponse


public class ImportDBFromVFSFileResponse
extends java.lang.Object

A class to hold the return data from the JHotSync.importDatabaseFromVFSFile() method.

Constructor Summary

ImportDBFromVFSFileResponse(byte[] data)
Constructs a new instance of this class from the given argument data.

Method Summary

char
getCardNumber()
Retrieves the card number for this response.
int
getDatabaseID()
Retrieves the database ID for this response.

Constructor Details

ImportDBFromVFSFileResponse

public ImportDBFromVFSFileResponse(byte[] data)
Constructs a new instance of this class from the given argument data.

Method Details

getCardNumber

public char getCardNumber()
Retrieves the card number for this response.
Returns:
the card number for this response.

getDatabaseID

public int getDatabaseID()
Retrieves the database ID for this response.
Returns:
the database ID for this response.