Axis 7000 Integratie van toepassingen - Pagina 6

Blader online of download pdf Integratie van toepassingen voor {categorie_naam} Axis 7000. Axis 7000 11 pagina's. Network document server
Ook voor Axis 7000: Installatiehandleiding (1 pagina's), Installatie-informatie (1 pagina's)

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