SysSockSetSubnetMask (FUN)ΒΆ
FUNCTION SysSockSetSubnetMask : RTS_IEC_RESULT
Set subnetmask of an adapter, specified by IP address. Is not available on all platforms!
Use SysSockSetIpAddressAndNetMask() instead.
- InOut:
- Scope - Name - Type - Comment - Return - SysSockSetSubnetMask- RTS_IEC_RESULT- Runtime system error code (see CmpErrors.library). - Input - szIPAddress- REFERENCE TO STRING - IP address of the communication partner as string - szSubnetMask- REFERENCE TO STRING - Subnet mask as string 
