Package EOorg.EOeolang.EOsys.Win32
Class InetAddrFuncCall
- java.lang.Object
-
- EOorg.EOeolang.EOsys.Win32.InetAddrFuncCall
-
- All Implemented Interfaces:
Syscall
public final class InetAddrFuncCall extends Object implements Syscall
The 'inet_addr' WS2_32 function call.- Since:
- 0.40.0
- See Also:
- here for details
-
-
Constructor Summary
Constructors Constructor Description InetAddrFuncCall(Phi win)
Ctor.
-
-
-
Constructor Detail
-
InetAddrFuncCall
public InetAddrFuncCall(Phi win)
Ctor.- Parameters:
win
- Win32 object
-
-