Iso15693RequestFlags constructor

Iso15693RequestFlags({
  1. bool dualSubCarriers = false,
  2. bool highDataRate = false,
  3. bool inventory = false,
  4. bool protocolExtension = false,
  5. bool select = false,
  6. bool address = false,
  7. bool option = false,
  8. bool commandSpecificBit8 = false,
})

Implementation

Iso15693RequestFlags(
    {this.dualSubCarriers = false,
    this.highDataRate = false,
    this.inventory = false,
    this.protocolExtension = false,
    this.select = false,
    this.address = false,
    this.option = false,
    this.commandSpecificBit8 = false});