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";
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 |
| attribute boolean ToiNetMocaDeviceMocaRemoteNodeStatus::localDeviceIndication |
Indicates whether or not this node is local node.
| attribute string ToiNetMocaDeviceMocaRemoteNodeStatus::macAddress |
Remote node MAC address in readable form.
| attribute string ToiNetMocaDeviceMocaRemoteNodeStatus::mocaVersion |
MoCA version (1.0, 1.1, 2.0).
| attribute boolean ToiNetMocaDeviceMocaRemoteNodeStatus::networkCoordinatorIndication |
Indicates whether or not remote node is the network coordinator.
| attribute unsigned long ToiNetMocaDeviceMocaRemoteNodeStatus::nodeId |
Node ID of remote device on MoCA network.
| attribute unsigned long ToiNetMocaDeviceMocaRemoteNodeStatus::rxPhyRate |
RxPhyRate.
| attribute unsigned long ToiNetMocaDeviceMocaRemoteNodeStatus::transmitTxAttenuationLevel |
TransmitTxAttenuationLevel.
| attribute unsigned long ToiNetMocaDeviceMocaRemoteNodeStatus::txPhyRate |
TxPhyRate.