Package EOorg.EOeolang.EOsys
Interface Syscall
- All Known Implementing Classes:
AcceptFuncCall,AcceptSyscall,BindFuncCall,BindSyscall,ClosesocketFuncCall,CloseSyscall,ConnectFuncCall,ConnectSyscall,ErrnoSyscall,GetCurrentProcessIdFuncCall,GetEnvironmentVariableFuncCall,GetenvSyscall,GetpidSyscall,GetSystemTimeFuncCall,GettimeofdaySyscall,InetAddrFuncCall,InetAddrSyscall,ListenFuncCall,ListenSyscall,ReadFileFuncCall,ReadSyscall,RecvFuncCall,RecvSyscall,SendFuncCall,SendSyscall,SocketFuncCall,SocketSyscall,StrerrorSyscall,WriteFileFuncCall,WriteSyscall,WSACleanupFuncCall,WSAGetLastErrorFuncCall,WSAStartupFuncCall
public interface Syscall
System call that can be made with EO objects (
Phi) as arguments.- Since:
- 0.40
-
Method Summary
-
Method Details
-
make
Makes native method call.- Parameters:
params- Native methods parameters.- Returns:
- Methods return code.
-