Advantech PCI-1682U Manual de usuario Pagina 54

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 104
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 53
PCI-1680U/1682U User Manual 48
}
}
else
{
DWORD dwRet = GetLastError();
if( ERROR_IO_PENDING == dwRet)
{
printf("I/O is pending...\n");
if(GetOverlappedResult(hDevice, &ov, &dwLength,
TRUE))
{
//To do
}
else
{
//To do
}
}
else
printf("Wait failed with error %d.\n", GetLastEr-
ror());
}
}
See Also
ReadFile WriteFile
WaitCommEvent
4.4 Structure List
The table below is a list of structures needed by Advantech CAN WDM Driver.
Methods:
canmsg_t Received/Sent message structure.
CanStatusPar_t Port status structure.
Command_par Command/Configure operation structure.
Vista de pagina 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 103 104

Comentarios a estos manuales

Sin comentarios