Sensoray 609 Manual de usuario Pagina 17

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 17
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
}
Vista de pagina 16
1 2 ... 12 13 14 15 16 17

Comentarios a estos manuales

Sin comentarios