PrimeMac Class

Represents Mac parameters of one node in PLC network

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class PrimeMac
Inheritance
Object    PrimeMac

Constructors

PrimeMacInitializes a new instance of the PrimeMac class

Fields

Eui48 Node MAC address.
Level Number of jumps from a base node, zero means direct connection to the base node.
LNID Local ID on the switch.
LSID ID of a switch or 0xFFFF if the node is a leaf.
SID ID of a switch to which this node belongs. Along with LNID forms unique address in PRIME subnet. Zero means that this node is connected directly to the base node.

See Also