ToiNetMocaDeviceMocaRemoteNodeStatus Interface Reference

Description

This is the documentation for ToiNetMocaDeviceMocaRemoteNodeStatus.
MoCA remote node status. Use toi.statics.ToiNetMocaDeviceMocaRemoteNodeStatus.create(<nodeId>, <macAddress>, <mocaVersion>, <networkCoordinatorIndication>, <localDeviceIndication>, <txPhyRate>, <rxPhyRate>, <transmitTxAttenuationLevel>) 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 boolean networkCoordinatorIndication
attribute boolean localDeviceIndication
attribute unsigned long txPhyRate
attribute unsigned long rxPhyRate
attribute unsigned long transmitTxAttenuationLevel

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.

RxPhyRate.

TransmitTxAttenuationLevel.

TxPhyRate.