Versions Compared

Key

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

...

MoCA 1.1 Specification for Device RF Characteristics


Objects

MoCA has MoCA object in its DML layer.

Code Block
titleFew parameters supported by Object - Device.MoCA.
Devcie.MoCA.Interface.Enable
Devcie.MoCA.Interface.Status
Devcie.MoCA.Interface.Upstream
Devcie.MoCA.Interface.MACAddress
Devcie.MoCA.Interface.FirmwareVersion
Devcie.MoCA.Interface.MaxBitRate
Devcie.MoCA.Interface.MaxIngressBW
Devcie.MoCA.Interface.MaxEgressBW
Devcie.MoCA.Interface.NetworkCoordinator
Devcie.MoCA.Interface.NodeID
Devcie.MoCA.Interface.FreqCapabilityMask
Devcie.MoCA.Interface.FreqCurrentMaskSetting


MoCA HAL

MoCA HAL is an abstraction layer, implemented for interacting with MoCA driver. MoCA HAL API's functionality should be implemented by OEMs.

moca_hal.c provides function call prototypes and structure definitions used for the RDK-Broadband MoCA HAL.

...