API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCCOMMUNICATIONENTITY_SUBNETMASK Property / FUNC_PLCCOMMUNICATIONENTITY_SUBNETMASK Property

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_SUBNETMASK Property
    In This Topic
    Subnet mask (do not use anymore) # 20118.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_SUBNETMASK {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_SUBNETMASK {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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. The subnet mask defines the splitting of an IP address (Ethernet) into a network element and a device / station element. The subnet mask can be used to specify how many devices can be addressed within a subnet.

    See Also