Sensoray 2255 Bedienungsanleitung Seite 17

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 33
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 16
array of at least *pCount devices. If querying the number of devices (*pCount = 0),
pDevices may be NULL.
Returnst
Returns 0 on success.
S2255_GetFirmware(HDEVICE hdev, UINT32 *usb, UINT32 *dsp);
Returns the board's firmware version. This function is informational only.
Parameters
hdev
a handle to the 2255 device.
usb
USB firmware version.
dsp
Current loaded DSP firmware version. 0 if unknown. Unpacking for display is as follows: x =
dsp / 10000, y = (dsp % 10000) / 100, z = (dsp % 100), version = x.y.z
Returns
Returns 0 on success.
S2255_GetVersions(HDEVICE hdev, UINT32 *dll, INT32 *driver);
Windows only. Returns the versions of various software components being used. This function is
useful to make sure the SDK was installed correctly and the correct DLL is being used.
Parameters
hdev
a handle to the 2255 device.
dll
DLL version.
driver
Driver version.
Returns
Returns 0 on success.
17
Seitenansicht 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 32 33

Kommentare zu diesen Handbüchern

Keine Kommentare