Can I know the sender's IP address (TCP Server, UDP Receiver)?
This is an extension to know the IP address of the sender.
This function can be used only when Protocol is “TCP IP Server” or “UDP Socket Receiver”.
Works with Object Deliverer Ver 1.4.0 or later.

- Cast ReceiveClient event argument “Client Socket” to GetIPV4Info Interface.
- Call GetIPAddress function via interface
- IPAddress can be obtained with an array of 4 elements (There is also a “GetIPAddressinString” function that gets IPAddress as a string.)