class FFI::StructLayout::CharArrayProxy

Public Instance Methods

get_str() click to toggle source
# File lib/nwrfc/nwrfclib.rb, line 106
def get_str
  self.to_ptr.read_string(self.size).uC
end