UnsentDataTable

Constructors

Link copied to clipboard
constructor(@NonNull mapstedDb: MapstedDb, @NonNull connectionHistoryTable: ConnectionHistoryTable)

Types

Link copied to clipboard
open class DataType

Functions

Link copied to clipboard
open fun cleanLocalFiles()
Link copied to clipboard
open fun deleteAllData(propertyId: Int, dataType: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getUnsentDataItems(propertyId: Int, dataType: Int, decompress: Boolean): List<UnsentDataItem>
Link copied to clipboard
open fun insertData(propertyId: Int, dataType: Int, calMode: Int, rawData: Array<Byte>)
Link copied to clipboard
open fun setDirName(dirName: String)