Behaviours: gen_server.
| 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 |
close(Ref) -> any()
code_change(OldVsn, State, Extra) -> any()
controlling_process(Ref, Pid) -> any()
getfd(Ref) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
open(Dev) -> any()
open(Dev, Opt) -> any()
read(FD, Len) -> any()
send(Ref, Data) -> any()
start_link(Dev, Opt) -> any()
terminate(Reason, State) -> any()
write(FD, Data) -> any()
Generated by EDoc