Skip to content

Knowing the IP address of the sender(Ver 1.4.0 or later.)

Ayuma Kaminosono edited this page Jan 16, 2020 · 1 revision

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.

GetIPAddress1

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