其他分享
首页 > 其他分享> > tr069 acs cpe

tr069 acs cpe

作者:互联网

acs端地址

cpe端地址

用户名 密码

struct tr069{     char acs_url[URL_LEN];     char cpe_url[URL_LEN];     char acs_usrname[NAME_LEN];     char acs_passwd[PASSWD_LEN];     char cpe_usrname[NAME_LEN];     char cpe_passwd[PASSWD_LEN];     int interval;     int working;     char ifname[32];     int auth_flag;  /*1-- on ;0--off*/       int is_btol;  /*0--use 0/1 as bool;1-- use false/true as bool*/     int nodepath_ignorecase; /*0: case.sensitive , 1: ignore case*/ };

标签:char,int,cpe,LEN,acs,--,tr069
来源: https://www.cnblogs.com/hshy/p/15599784.html