lockBlock(requestFlags:blockNumber:completionHandler:)
Sends the Lock Block command (0x22 command code), as defined in the ISO 15693-3 specification, to the tag.
Declaration
func lockBlock(requestFlags flags: NFCISO15693RequestFlag, blockNumber: UInt8, completionHandler: @escaping @Sendable ((any Error)?) -> Void)func lockBlock(requestFlags flags: NFCISO15693RequestFlag, blockNumber: UInt8) async throws