Contents

extendedReadSingleBlock(requestFlags:blockNumber:completionHandler:)

Sends the Extended Read Single Block command (0x30 command code), as defined in the NFC Forum Type 5 tag specification, to the tag.

Declaration

func extendedReadSingleBlock(requestFlags flags: NFCISO15693RequestFlag, blockNumber: Int, completionHandler: @escaping  @Sendable (Data, (any Error)?) -> Void)
func extendedReadSingleBlock(requestFlags flags: NFCISO15693RequestFlag, blockNumber: Int) async throws -> Data

See Also

Sending Extended Commands