Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Object/Parameter supported by P&M

Device.DeviceInfo.
Device.GatewayInfo.
Device.InterfaceStack.{i}.
Device.Ethernet.
Device.MoCA.Interface.
Device.Bridging.Bridge.{i}.
Device.PPP.Interface.{i}.
Device.IP.Interface.{i}.
Device.Routing.Router.{i}.
Device.NAT.
Device.DHCPv4.
Device.DHCPv6.
Device.Users.

Functional Structure

CCSP Message Bus APIs

...

PandM supports following CCSP Message Bus APIs:

initialize

Initializes NAT, DeviceInfo, Firewall, Ethernet, IP, Hosts, MoCAand Bridging.

finalize

finalize
getParameterNamesAPI returns parameter names associated with the supported objects.
getParameterValuesReturns values of the parameters queried for.
setParameterValuesAPI to the parameters with the values provided
setCommitMainly used in bulk/atomic set operations when more than one parameter is involved.
setParameterAttributesAPI to set notifications status for the parameters.
getParameterAttributesAPI to get notifications status for the parameters.
AddTblRowAPI to add rows to the objects of table type.
DeleteTblRowAPI to delete rows to the objects of table type.
busCheckAPI is used in diagnostic mode.


CCSP Message Bus APIs required from other components

...