NextIPAddress()

语法

Result = NextIPAddress()
概要
Returns the next IP address of the local machine. ExamineIPAddresses() must be called before this command.

参数

无.

返回值

Returns the next IP address in numerical form. If the result is 0 then there are no more IP addresses to be examined. If ExamineIPAddresses() is called with the #PB_Network_IPv6 format, the returned IP needs to freed with FreeIP() after use.

参阅

ExamineIPAddresses(), IPString()

已支持操作系统

所有

<- NetworkServerEvent() - Network Index - OpenNetworkConnection() ->