Contents

extendedWriteSingleBlock(requestFlags:blockNumber:dataBlock:completionHandler:)

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

Declaration

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

See Also

Sending Extended Commands