Iso15693RequestFlags class

Request flag for ISO 15693 Tags

Constructors

Iso15693RequestFlags({bool dualSubCarriers = false, bool highDataRate = false, bool inventory = false, bool protocolExtension = false, bool select = false, bool address = false, bool option = false, bool commandSpecificBit8 = false})
Iso15693RequestFlags.fromRaw(int r)
decode bits from one byte as specified in ISO15693-3
factory

Properties

address bool
bit 6
getter/setter pair
commandSpecificBit8 bool
bit 8
getter/setter pair
dualSubCarriers bool
bit 1
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highDataRate bool
bit 2
getter/setter pair
inventory bool
bit 3
getter/setter pair
option bool
bit 7
getter/setter pair
protocolExtension bool
bit 4
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select bool
bit 5
getter/setter pair

Methods

encode() int
encode bits to one byte as specified in ISO15693-3
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited