Sensoray 609 Bedienungsanleitung Seite 17

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 17
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
}
Seitenansicht 16
1 2 ... 12 13 14 15 16 17

Kommentare zu diesen Handbüchern

Keine Kommentare