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