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

    Modifier and Type
    Method
    Description
    make(Phi... params)
    Makes native method call.
  • Method Details

    • make

      Phi make(Phi... params)
      Makes native method call.
      Parameters:
      params - Native methods parameters.
      Returns:
      Methods return code.