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