This is the documentation for ToiNetMocaDeviceMocaConfig.
MoCA configuration. Use toi.statics.ToiNetMocaDeviceMocaConfig.create(<mode>, <password>, <loopbackEnabled>, <channelMask>, <frequencyScanEnabled>, <preferredNcEnabled>, <privacyEnabled>, <powerControlEnabled>, <qam256Enabled>, <txPowerLimit>, <beaconPowerLimit>, <targetPhyRateQam128>, <targetPhyRateQam256>, <lowPhyRateAlarmThreshold>, <lastOperatingFrequency>) to create an instance of ToiNetMocaDeviceMocaConfig.
import "ToiNetMocaDeviceMocaConfig.idl";
Public Attributes | |
| attribute ToiNetMocaDevice::TToiMocaMode | mode |
| attribute string | password |
| attribute boolean | loopbackEnabled |
| attribute unsigned long | channelMask |
| attribute boolean | frequencyScanEnabled |
| attribute boolean | preferredNcEnabled |
| attribute boolean | privacyEnabled |
| attribute boolean | powerControlEnabled |
| attribute boolean | qam256Enabled |
| attribute unsigned long | txPowerLimit |
| attribute unsigned long | beaconPowerLimit |
| attribute unsigned long | targetPhyRateQam128 |
| attribute unsigned long | targetPhyRateQam256 |
| attribute unsigned long | lowPhyRateAlarmThreshold |
| attribute unsigned long | lastOperatingFrequency |
| attribute unsigned long ToiNetMocaDeviceMocaConfig::beaconPowerLimit |
Max Beacon power reduction in dB.
| attribute unsigned long ToiNetMocaDeviceMocaConfig::channelMask |
Channel mask (lsb = 800 MHz and each bit is +25 MHz).
| attribute boolean ToiNetMocaDeviceMocaConfig::frequencyScanEnabled |
Enable frequency scanning.
| attribute unsigned long ToiNetMocaDeviceMocaConfig::lastOperatingFrequency |
Last operating frequency in MHz.
| attribute boolean ToiNetMocaDeviceMocaConfig::loopbackEnabled |
Enable loopback mode (for certifaction testing).
| attribute unsigned long ToiNetMocaDeviceMocaConfig::lowPhyRateAlarmThreshold |
PHY rate threshold in Mbps for low phy rate notification (0 to disable).
Operational mode.
| attribute string ToiNetMocaDeviceMocaConfig::password |
MoCA Privacy password, 12 to 17 characters.
| attribute boolean ToiNetMocaDeviceMocaConfig::powerControlEnabled |
Enable transmit power control.
| attribute boolean ToiNetMocaDeviceMocaConfig::preferredNcEnabled |
Enable node as preferred Network Coordinator (NC).
| attribute boolean ToiNetMocaDeviceMocaConfig::privacyEnabled |
Enable MoCA privacy.
| attribute boolean ToiNetMocaDeviceMocaConfig::qam256Enabled |
Enable QAM256 modulation modes.
| attribute unsigned long ToiNetMocaDeviceMocaConfig::targetPhyRateQam128 |
Power control target rate for QAM128 in Mbps.
| attribute unsigned long ToiNetMocaDeviceMocaConfig::targetPhyRateQam256 |
Power control target rate for QAM256 in Mbps.
| attribute unsigned long ToiNetMocaDeviceMocaConfig::txPowerLimit |
Max Transmit power reduction in dB.