Contents

writeSingleBlock(requestFlags:blockNumber:dataBlock:completionHandler:)

Sends the Write Single Block command (0x21 command code), as defined in the ISO 15693-3 specification, to the tag.

Declaration

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

See Also

Sending Single Block Commands