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 SyscallSystem call that can be made with EO objects (Phi) as arguments.- Since:
- 0.40
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Phimake(Phi... params)Makes native method call.
-