Axis 7000 Integrazione delle applicazioni - Pagina 6
Sfoglia online o scarica il pdf Integrazione delle applicazioni per Server Axis 7000. Axis 7000 11. Network document server
Anche per Axis 7000: Manuale di installazione (1 pagine), Informazioni sull'installazione (1 pagine)
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