Contents

writeDSFID(requestFlags:dsfid:completionHandler:)

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

Declaration

func writeDSFID(requestFlags flags: NFCISO15693RequestFlag, dsfid: UInt8, completionHandler: @escaping  @Sendable ((any Error)?) -> Void)
func writeDSFID(requestFlags flags: NFCISO15693RequestFlag, dsfid: UInt8) async throws

See Also

Sending Data Storage Format Identifier Commands