Module inert_drv

Data Types

command()

command() = fdset | fdclr

errno()

errno() = {error, ebadf | einval | closed}

mode()

mode() = read | write | read_write

ref()

ref() = port() | atom()

Function Index

ctl/3
encode/1
start/0
stop/0

Function Details

ctl/3

ctl(Port::ref(), Op::command() | non_neg_integer(), Data::iodata()) -> ok | errno()

encode/1

encode(FD) -> any()

start/0

start() -> any()

stop/0

stop() -> any()


Generated by EDoc