Sensoray 2224 Windows Manual do Utilizador Página 43

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 94
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 42
Starts decoding a stream from memory. See demo application for an example usage of this
function. Use S2226_SendData to send data to the 2226 to decode.
Parameters
decode_type
decode type. See mid2226types.h.
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_SendData(
unsigned char *data,
int len,
HANDLE hdev
);
Sends data to the board for decoding.
Parameters
data
pointer to data
len
length of data (must be greater or equal to 8192)
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_PauseDecode(
HANDLE hdev
);
If a decode is in progress, this function will pause the output.
Parameters
hdev
43
Vista de página 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 93 94

Comentários a estes Manuais

Sem comentários