Sensoray 609 Manual do Utilizador Página 17

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 17
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 16
1 2 ... 12 13 14 15 16 17

Comentários a estes Manuais

Sem comentários