API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLC_BUS_INTERFACENAME_MASTER_INDIRECT Property / FUNC_PLC_BUS_INTERFACENAME_MASTER_INDIRECT(Int32) Property

In This Topic
    FUNC_PLC_BUS_INTERFACENAME_MASTER_INDIRECT(Int32) Property
    In This Topic
    Bus interface: Main bus port (indirect) # 20391. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLC_BUS_INTERFACENAME_MASTER_INDIRECT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_BUS_INTERFACENAME_MASTER_INDIRECT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Identifies a bus port within an interface as the master. This bus port represents the bus interface and bears the data. During exporting the data are read from the interface master and written into the PLC configuration file.

    See Also