Sensoray 2224 Windows Instrukcja Użytkownika Strona 65

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 94
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 64
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_GetSDKVersions(
unsigned int num,
unsigned int *ver,
HANDLE hdev
);
Retrieves version for SDK software. Useful for debugging Windows installation issues. See demo
app for example usage.
Parameters
num
number of version to receive
ver
array of versions (driver core version[0], driver proxy version[1], dll version[2] )
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_GetSN(
SN2226 *sn,
HANDLE hdev
);
Retrieves device serial number.
Parameters
sn
device serial number structure
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_SetOutput(
65
Przeglądanie stron 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 93 94

Komentarze do niniejszej Instrukcji

Brak uwag