13 public class NdefFormatableInterface(Tag Tag, NdefFormatable Technology)
16 private readonly NdefFormatable ndefFormatable = Technology;
24 public async Task<bool> Format(
bool ReadOnly, params
object[] Items)
28 NdefMessage Message = await NdefInterface.CreateMessage(Items);
31 await this.ndefFormatable.FormatReadOnlyAsync(Message);
33 await this.ndefFormatable.FormatAsync(Message);
Base class that references services in the app.
static ILogService LogService
Log service.