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