getSystemInfo(requestFlags:completionHandler:)
Sends the Get System Information command (0x2B command code), as defined in the ISO 15693-3 specification, to the tag.
Declaration
func getSystemInfo(requestFlags flags: NFCISO15693RequestFlag, completionHandler: @escaping (Int, Int, Int, Int, Int, (any Error)?) -> Void)