Lines Matching full:record
76 IRECORD = NEARD_SERVICE_NAME + '.Record'
154 def _get_record_proxy(self, record):
156 self._bus.get_object(self.NEARD_SERVICE_NAME, record),
339 for record in records:
340 self.show_record_data(str(record))
361 for record in records:
362 self.show_record_data(str(record))
366 def show_record_data(self, record):
368 Prints the contents of the given record.
370 @param record: string, containing the record's D-Bus object path.
373 record_proxy = self._get_record_proxy(record)
375 print_message('Record "' + record + '" not found.')
378 print_message('Record ' + record + ': ', newlines=1)
391 print_message('Writing record type "' + record_type +
402 Writes an NDEF record to the given tag.
405 @param record_type: The type of the record, e.g. Text or URI.
422 Pushes an NDEF record to the given device.
425 @param record_type: The type of the record, e.g. Text or URI.