exmobiledevice
v0.2.6
Pages
Modules
Search documentation of exmobiledevice
Settings
View Source
ExMobileDevice.FileConduit
(exmobiledevice v0.2.6)
Summary
Functions
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
do_close(sock, handle)
do_open(sock, path, mode)
do_read(sock, handle, size)
fclose(pid, handle)
fopen(pid, path, mode \\ "r")
fread(pid, handle, size)
fwrite(pid, handle, data)
list_dir(pid, path)
rm(pid, path)
start_link(args)
stat(pid, path)
stop(pid)
walk(pid, path)
Functions
Link to this function
child_spec(init_arg)
View Source
Returns a specification to start this module under a supervisor.
See
Supervisor
.
Link to this function
do_close(sock, handle)
View Source
Link to this function
do_open(sock, path, mode)
View Source
Link to this function
do_read(sock, handle, size)
View Source
Link to this function
fclose(pid, handle)
View Source
Link to this function
fopen(pid, path, mode \\ "r")
View Source
Link to this function
fread(pid, handle, size)
View Source
Link to this function
fwrite(pid, handle, data)
View Source
Link to this function
list_dir(pid, path)
View Source
Link to this function
rm(pid, path)
View Source
Link to this function
start_link(args)
View Source
Link to this function
stat(pid, path)
View Source
Link to this function
stop(pid)
View Source
Link to this function
walk(pid, path)
View Source