Motorola Mobility Confidential Restricted.
ToiNetMocaDeviceMocaRemoteNodeStatus Interface Reference

Description

This is the documentation for ToiNetMocaDeviceMocaRemoteNodeStatus.
MoCA remote node status. Use toi.statics.ToiNetMocaDeviceMocaRemoteNodeStatus.create(<nodeId>, <macAddress>, <mocaVersion>, <nodeProtocolSupport>, <networkCoordinatorIndication>, <localDeviceIndication>, <txPhyRate>, <rxPhyRate>, <txPower>, <rxPower>, <transmitTxAttenuationLevel>, <receivedPacketCount>, <receivedUncorrectablePacketCount>) to create an instance of ToiNetMocaDeviceMocaRemoteNodeStatus.

import "ToiNetMocaDeviceMocaRemoteNodeStatus.idl";

List of all members.

Public Attributes

attribute unsigned long nodeId
attribute string macAddress
attribute string mocaVersion
attribute unsigned long nodeProtocolSupport
attribute boolean networkCoordinatorIndication
attribute boolean localDeviceIndication
attribute unsigned long txPhyRate
attribute unsigned long rxPhyRate
attribute long txPower
attribute long rxPower
attribute unsigned long transmitTxAttenuationLevel
attribute unsigned long receivedPacketCount
attribute unsigned long receivedUncorrectablePacketCount

Member Data Documentation

Indicates whether or not this node is local node.

Remote node MAC address in readable form.

MoCA version (1.0, 1.1, 2.0).

Indicates whether or not remote node is the network coordinator.

Node ID of remote device on MoCA network.

MoCA Node Protocol Support (as defined by MoCA specification)

Received packet count from remote node.

Received uncorrectable packet count from remote node.

Receive Phy rate in Mbps.

Receive power level in dBm.

Transmit power reduction in dB.

Transmit Phy rate in Mbps.

Transmit power level in dBm.