Name

edf_set_admincode — Sets the admincode.

Calling Sequence

 	edf_set_admincode(edf_handle, admincode)

Parameters

edf_handle

: integer containing ile handle of the opened bdf/gdf-file

admincode

: string. .

Description

This function is optional and can be called only after opening a file in writemode and before the first sample write action.

Examples

edf_set_admincode(edf_handle, 'admin1');

Authors

Holger Nahrstaedt