Share via


Bootpart Functions (Compact 2013)

3/26/2014

The following table shows the Bootpart library functions with a description of each.

Function

Description

BP_GetPartitionInfo

Obtains the partition entry for an open partition.

BP_Init

Initializes the Bootpart library.

BP_LowLevelFormat

Erases, verifies, and writes logical sectors in a specified range. This function should be called when preparing flash memory for a download of multiple .bin files.

BP_ReadData

Reads data from a partition.

BP_SetDataPointer

Sets the data pointer of a specified partition. The data pointer stores the logical byte address where the next read or write operation will occur.

BP_WriteData

Writes data to the partition.

See Also

Reference

Bootpart Reference