Class: FFI::StructLayout::CharArrayProxy

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

Instance Method Summary collapse

Instance Method Details

#get_strObject



81
82
83
# File 'lib/nwrfc/nwrfclib.rb', line 81

def get_str
  NWRFCLib::Cutf16le_to_utf8.iconv(self.to_ptr.read_string(self.size)).strip
end