LibC class abstract

Implementers

Constructors

LibC(DynamicLibrary dynamicLibrary)
factory
LibC.fromLookup(SymbolLookupFn lookup)
factory

Properties

errno int
no setter
errno_location_addr Pointer<NativeFunction<Pointer<Int32> Function()>>
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind(int __fd, Pointer<sockaddr> __addr, int __len) int
cfgetispeed(Pointer<termios> __termios_p) int
cfgetospeed(Pointer<termios> __termios_p) int
cfsetispeed(Pointer<termios> __termios_p, int __speed) int
cfsetospeed(Pointer<termios> __termios_p, int __speed) int
close(int __fd) int
epoll_create(int __size) int
epoll_create1(int __flags) int
epoll_ctl(int __epfd, int __op, int __fd, Pointer<epoll_event> __event) int
epoll_wait(int __epfd, Pointer<epoll_event> __events, int __maxevents, int __timeout) int
errno_location() Pointer<Int32>
eventfd(int __count, int __flags) int
getsockname(int __fd, Pointer<sockaddr> __addr, Pointer<UnsignedInt> __len) int
getsockopt(int __fd, int __level, int __optname, Pointer<Void> __optval, Pointer<UnsignedInt> __optlen) int
if_freenameindex(Pointer<if_nameindex> __ptr) → void
if_indextoname(int __ifindex, Pointer<Char> __ifname) Pointer<Char>
if_nameindex1() Pointer<if_nameindex>
if_nametoindex(Pointer<Char> __ifname) int
ioctl(int __fd, int __request) int
ioctlPtr(int fd, int request, Pointer<NativeType> ptr) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(Pointer<Char> __file, int __oflag) int
read(int __fd, Pointer<Void> __buf, int __nbytes) int
recvmsg(int __fd, Pointer<msghdr> __message, int __flags) int
send(int __fd, Pointer<Void> __buf, int __n, int __flags) int
sendmsg(int __fd, Pointer<msghdr> __message, int __flags) int
setsockopt(int __fd, int __level, int __optname, Pointer<Void> __optval, int __optlen) int
socket(int __domain, int __type, int __protocol) int
tcdrain(int __fd) int
tcflow(int __fd, int __action) int
tcflush(int __fd, int __queue_selector) int
tcgetattr(int __fd, Pointer<termios> __termios_p) int
tcgetsid(int __fd) int
tcsendbreak(int __fd, int __duration) int
tcsetattr(int __fd, int __optional_actions, Pointer<termios> __termios_p) int
toString() String
A string representation of this object.
inherited
write(int __fd, Pointer<Void> __buf, int __n) int

Operators

operator ==(Object other) bool
The equality operator.
inherited