Sensoray 811 Windows SDK Bedienungsanleitung Seite 13

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 23
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 12
int devid
);
Sets the record mode (see mid811types.h for MID811_REC type definition).
Parameters
recMode
record mode.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_StartRecord(
char *fileName,
int devid
);
Starts recording to a file.
Parameters
fileName
full path to the target file, no extension.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_StartRecordW(
wchar_t *fileName,
int devid
);
Same as S811_StartRecord, but uses widechar or Unicode filenames.
MID811_API int S811_StopRecord(
13
Seitenansicht 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 22 23

Kommentare zu diesen Handbüchern

Keine Kommentare