EasyManuals Logo

Cisco WVC80N User Manual

Cisco WVC80N
66 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #44 background imageLoading...
Page #44 background image
Appendix D
CGI Commands
43
Wireless-N Internet Home Monitoring Camera
//Heres the decode part. There’s really only one way to do it.
chr1 = (enc1 << 2) | (enc2 >> 4);
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
chr3 = ((enc3 & 3) << 6) | enc4;
o_buf[j++] = (char)chr1;
if (enc3 != 64) {
o_buf[j++] = (char)chr2;
}
if (enc4 != 64) {
o_buf[j++] = (char)chr3;
}
//now clean out the variables used
chr1 = (char)0;
chr2 = (char)0;
chr3 = (char)0;
enc1 = 0;
enc2 = 0;
enc3 = 0;
enc4 = 0;
} while (i < strlen(i_buf)); //finish off the loop
//Now return the decoded values.
return j;
}

Table of Contents

Other manuals for Cisco WVC80N

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Cisco WVC80N and is the answer not in the manual?

Cisco WVC80N Specifications

General IconGeneral
BrandCisco
ModelWVC80N
CategorySecurity Camera
LanguageEnglish

Related product manuals