public PropertyValue FUNC_PLC_SUBNETMASK( int index ) {get; set;}
public: property PropertyValue^ FUNC_PLC_SUBNETMASK { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_PLC_SUBNETMASK( int index ) {get; set;}
public: property PropertyValue^ FUNC_PLC_SUBNETMASK { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
The subnet mask defines the splitting of a bus ID (IP address within an Ethernet-based bus system) into a network component and a device / station component. The subnet mask can be used to specify how many devices can be addressed within a subnet.