class FFI::Pointer
def write(type, value)
-
(nil)
-
Parameters:
-
value
(Object
) -- to write -
type
(Symbol, Type
) -- of data to read
def write(type, value) put(type, 0, value) end unless method_defined?(:write)
(nil)
-
value
(Object
)
-- to write
type
(Symbol, Type
)
-- of data to read
def write(type, value) put(type, 0, value) end unless method_defined?(:write)