Axis 7000 Integração de aplicações - Página 6

Procurar online ou descarregar pdf Integração de aplicações para Servidor Axis 7000. Axis 7000 11 páginas. Network document server
Também para Axis 7000: Manual de instalação (1 páginas), Informações de instalação (1 páginas)

Axis Communications AXIS 7000 Application Integration using HTTP or FTP
If it was successful, aContType will have the value "image/jpeg" (if JPEG is the chosen
format. See table above), otherwise "text/html".
Finally we are ready to receive the data:
8.
UINT nBytesRead = anHttpFile->Read(buffer, MAXBUF - 1);
while( nBytesRead > 0)
{
//Save data somewhere
.
.
.
//Read next chunk
nBytesRead = anHttpFile->Read(buffer,MAXBUF -1);
}
6/11
Copyright © 2000 Axis Communications
00-05-31