recvmsg abstract method

int recvmsg(
  1. int __fd,
  2. Pointer<msghdr> __message,
  3. int __flags
)

Implementation

int recvmsg(int __fd, ffi.Pointer<msghdr> __message, int __flags);