Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
functions in gadget.i - _
_gadget_read
|
_gadget_read(file, address, expr)
-or- _gadget_read, file, address, variable;
Read unformated, binary data from FILE at offset ADDRESS (must be a
scalar long integer). On return, ADDRESS is incremented by the size of
the data read. The third argument gives the data type and dimension list
of the array to read. If called as a function, the argument EXPR may
either be an expression or a variable which is filled with the data read
and is returned as the result of the call. If called as a subroutine,
the third argument should be a predefined variable.
interpreted function, defined at contrib/gadget.i line 374
|
SEE
|
ALSO,
gadget_read,_gadget_write,,
open,,
_read.
|
_gadget_write
|
_gadget_write(file, address, expr)
Write unformated, binary data from FILE.
On return, ADDRESS is incremented by the size of
the data written. The third argument gives the data to be written.
interpreted function, defined at contrib/gadget.i line 493
|
SEE
|
ALSO,
gadget_write,_gadget_read,,
open,,
_read.
|
_rotate
|
interpreted function, defined at contrib/gadget.i line 975
|
SEE ALSO:
|
|
|