Class: FFI::StructLayout::CharArrayProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/nwrfc/nwrfclib.rb

Instance Method Summary collapse

Instance Method Details

#get_strObject



106
107
108
# File 'lib/nwrfc/nwrfclib.rb', line 106

def get_str
  self.to_ptr.read_string(self.size).uC
end