Contents

extendedLockBlock(requestFlags:blockNumber:completionHandler:)

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

Declaration

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

See Also

Sending Extended Commands