Click or drag to resize

HeadCorrectionAPI Methods

The HeadCorrectionAPI type exposes the following members.

Methods
 NameDescription
Public methodDelete Deletes the specified head correction table from the card.
Public methodExists Checks if a head correction file exists on the card.
Public methodGet(Int32, String) Writes the current head correction from the card to a local file using the 'fc3'-format.
Public methodGet(Int32, Int32, String) Writes the current head correction from the card to a local file using the 'fc3'-format.
Public methodGetHash Retrieves the Hash of the head correction table on the card without retrieving the whole correction file.
Public methodGetOpticalParameters Retrieves the OpticalParameters of the head correction table on the card without retrieving the whole correction file.
Public methodGetSelectedCorrection Returns which correction file is currently used.
Public methodLoad Loads the correction-files for all heads from the card's local storage.
Public methodSelectCorrection Selects one of the available correction tables.
Public methodSet(Int32, String) Writes the data of a local correction file in 'fc3'-format to the card.
Public methodSet(Int32, Int32, String) Writes the data of a local correction file in 'fc3'-format to the card.
Public methodStore Stores the correction files of all heads on the card's local storage.
Top
See Also