Sensoray 609 Instrukcja Użytkownika Strona 17

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 17
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 16
1717
Notes
Reads the full state of the video switch into an 8 element array of VSMODE type:
typedef struct { //video switch data
WORD input; //selected input
BOOL termination; //on (TRUE) or off (FALSE)
} VSMODE;
Each element of the array receives the data for the corresponding output of the switch. Suggested
usage:
VSMODE vsmode[8];
if (ecode = S609_GetSwitchData (hfg, vsmode)) {
return ecode;
} else {
// get the switch info from vsmode array
}
Przeglądanie stron 16
1 2 ... 12 13 14 15 16 17

Komentarze do niniejszej Instrukcji

Brak uwag