/**password is not fill , rpc will return d41d8cd98f00b204e9800998ecf8427e and need show ""*/
if( (Password == 'd41d8cd98f00b204e9800
2800
998ecf8427e')
|| (Password == 'D41D8CD98F00B204E9800998ECF8427E') )
{
this.Password = '';
}else
{
this.Password = Password;
}
this.LcpEchoReqCheck = LcpEchoReqCheck;
this.DialMode = DialMode;
this.VlanID = VlanID;
/**if config IPv6MultiCastVlan with "" through psi,rpc return 0*/
if(IPv6MultiCastVlan==0)
{
IPv6MultiCastVlan="";
}
/**if config MultiVlanID with "" through psi,rpc return 0xFFFF FFFF*/
this.MultiVlanID=(MultiVlanID > 4094 )?"":MultiVlanID;