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