Module srly

Behaviours: gen_server.

Function Index

close/1
code_change/3
controlling_process/2
getfd/1
handle_call/3
handle_cast/2
handle_info/2
init/1
open/1
open/2
read/2
send/2
start_link/2
terminate/2
write/2

Function Details

close/1

close(Ref) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

controlling_process/2

controlling_process(Ref, Pid) -> any()

getfd/1

getfd(Ref) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

open/1

open(Dev) -> any()

open/2

open(Dev, Opt) -> any()

read/2

read(FD, Len) -> any()

send/2

send(Ref, Data) -> any()

start_link/2

start_link(Dev, Opt) -> any()

terminate/2

terminate(Reason, State) -> any()

write/2

write(FD, Data) -> any()


Generated by EDoc