afc_array_master_clear

Name

afc_array_master_clear  -- Clears all stored data

Synopsis

int afc_array_master_clear ( ArrayMaster * array_master);

Description

Use this command to clear all stored data in the current array_master instance.

Inputs

array_master

Pointer to a valid afc_array_master instance.

Result

should be AFC_ERR_NO_ERROR

See Also