Konstanten
Die folgenden Konstanten sind weltweit verfügbar.
-
Unbekannte Barcode-Werttypen.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeUnknown = 0
-
Barcodewerttyp für Kontaktdaten.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeContactInfo = 1
-
Barcodewerttyp für E-Mail-Adressen.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeEmail = 2
-
Barcodewerttyp für ISBNs.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeISBN = 3
-
Barcodewerttyp für Telefonnummern.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypePhone = 4
-
Barcode-Werttyp für Produktcodes.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeProduct = 5
-
Barcodewerttyp für SMS-Details.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeSMS = 6
-
Barcode-Werttyp für Nur-Text.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeText = 7
-
Barcode-Werttyp für URLs/Lesezeichen.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeURL = 8
-
Barcodewerttyp für Details zum WLAN-Zugangspunkt
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeWiFi = 9
-
Barcode-Werttyp für geografische Koordinaten.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeGeographicCoordinates = 10
-
Barcode-Werttyp für Kalendertermine
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeCalendarEvent = 11
-
Barcodewerttyp für Führerscheindaten.
Erklärung
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeDriversLicense = 12
-
Unbekannter Barcode-Adresstyp.
Erklärung
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeUnknown = 0
-
Typ der Arbeitsadresse des Barcodes.
Erklärung
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeWork = 1
-
Privatadresse (Barcode)
Erklärung
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeHome = 2
-
Unbekannter E-Mail-Typ.
Erklärung
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeUnknown = 0
-
Geschäftliche E-Mail-Adresse mit Barcode.
Erklärung
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeWork = 1
-
Art der privaten E-Mail-Adresse mit Barcode.
Erklärung
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeHome = 2
-
Unbekannter Telefontyp
Erklärung
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeUnknown = 0
-
Barcode-Telefontyp (geschäftlich).
Erklärung
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeWork = 1
-
Privattelefontyp mit Barcode.
Erklärung
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeHome = 2
-
Art des Faxtelefons mit Barcode.
Erklärung
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeFax = 3
-
Mobiltelefontyp mit Barcode.
Erklärung
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeMobile = 4
-
Barcode: Unbekannter WLAN-Verschlüsselungstyp.
Erklärung
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeUnknown = 0
-
Barcode: Verschlüsselungstyp für offenes WLAN.
Erklärung
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeOpen = 1
-
Barcode-WPA-WLAN-Verschlüsselungstyp.
Erklärung
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWPA = 2
-
Barcode-WEP-WLAN-Verschlüsselungstyp.
Erklärung
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWEP = 3