struct

Quartz::Signal::NFC::File

Inherits Struct < Value < Object

Constructors

new(filetype : String, version : String, device_type : String, uid : Slice(UInt8), atqa : Slice(UInt8) | Nil = nil, sak : UInt8 | Nil = nil, blocks : Hash(Int32, Slice(UInt8)) = {} of Int32 => Bytes, extra : Array(Tuple(String, String)) = [] of ::Tuple(String, String))
Source

Instance methods

atqa
Source
atqa=(atqa : Bytes | Nil)
Source
blocks
Source
blocks=(blocks : Hash(Int32, Bytes))
Source
device_type
Source
device_type=(device_type : String)
Source
dump
Source
extra
Source
extra=(extra : Array(Tuple(String, String)))
Source
filetype
Source
filetype=(filetype : String)
Source
sak=(sak : UInt8 | Nil)
Source
uid=(uid : Bytes)
Source
version
Source
version=(version : String)
Source