_switchSyncInterval(180),
_infoSyncInterval(60),
_upProfileId(1),
- _downProfileId(2)
+ _downProfileId(2),
+ _maxACLPerPDU(50),
+ _dataURL()
{
}
_infoSyncInterval(rvalue._infoSyncInterval),
_upProfileId(rvalue._upProfileId),
_downProfileId(rvalue._downProfileId),
+ _maxACLPerPDU(rvalue._maxACLPerPDU),
_dataURL(rvalue._dataURL)
{
}
_infoSyncInterval = rvalue._infoSyncInterval;
_upProfileId = rvalue._upProfileId;
_downProfileId = rvalue._downProfileId;
+ _maxACLPerPDU = rvalue._maxACLPerPDU;
_dataURL = rvalue._dataURL;
return *this;
}