S2263_getserialnumber, S2263_getfirmwareversion, S2263_firmwareupdate – Sensoray 2263 User Manual

Page 12: Stream control functions, S2263_startrecord

Advertising
background image

S2263_GetSerialNumber

MID2263_API int __stdcall S2263_GetSerialNumber (

int

*serial_number,

int

devid);

Retrieves the serial number from the 2263. Each 2263 has a unique serial
number.
serial_number

a pointer to the variable receiving the serial number of device.

devid

device id in the system (use 0 with a single board installed).

S2263_GetFirmwareVersion

MID2263_API int __stdcall S2263_GetFirmwareVersion (

int

*firmware_version,

int

devid);

Retrieves the firmware version from the 2263.
firmware_version

a pointer to the variable receiving the firmware version of device.

devid

device id in the system (use 0 with a single board installed).

S2263_FirmwareUpdate

MID2263_API int __stdcall S2263_FirmwareUpdate (

int

devid);

Put the device in a firmware update mode.
devid

device id in the system (use 0 with a single board installed).

Stream Control Functions

S2263_StartRecord

MID2263_API int __stdcall S2263_StartRecord (

const void

*fileName,

BOOL

bUnicode,

int

devid);

Starts recording to a file.

12

Advertising