Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCCOMMUNICATIONENTITY_MACADDRESS Property / FUNC_PLCCOMMUNICATIONENTITY_MACADDRESS(Int32) Property

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_MACADDRESS(Int32) Property
    In This Topic
    MAC address # 20128.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_MACADDRESS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_MACADDRESS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 10.

    This property is no longer in use and only taken into consideration in old projects. Media Access Control: Unique identifier of a network device (for example network card or WLAN card). The MAC address is centrally assigned and the first 24 bits identify the respective device manufacturer. Using the index, you can differentiate between up to 10 addresses.

    See Also