定数
次の定数はグローバルに使用できます。
-
不明なバーコード値タイプです。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeUnknown = 0 -
連絡先情報のバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeContactInfo = 1 -
メールアドレスのバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeEmail = 2 -
ISBN のバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeISBN = 3 -
電話番号のバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypePhone = 4 -
商品コードのバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeProduct = 5 -
SMS の詳細のバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeSMS = 6 -
書式なしテキストのバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeText = 7 -
URL/ブックマークのバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeURL = 8 -
Wi-Fi アクセス ポイントの詳細のバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeWiFi = 9 -
地理座標のバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeGeographicCoordinates = 10 -
カレンダーの予定のバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeCalendarEvent = 11 -
運転免許証データのバーコード値タイプ。
宣言
Objective-C
static const MLKBarcodeValueType MLKBarcodeValueTypeDriversLicense = 12 -
バーコードの不明な住所タイプです。
宣言
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeUnknown = 0 -
バーコードの仕事の住所タイプです。
宣言
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeWork = 1 -
バーコードの自宅住所のタイプ。
宣言
Objective-C
static const MLKBarcodeAddressType MLKBarcodeAddressTypeHome = 2 -
不明なメールタイプです。
宣言
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeUnknown = 0 -
バーコード(仕事用)のメールタイプです。
宣言
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeWork = 1 -
バーコードの自宅のメールタイプ。
宣言
Objective-C
static const MLKBarcodeEmailType MLKBarcodeEmailTypeHome = 2 -
不明な電話タイプです。
宣言
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeUnknown = 0 -
バーコード(仕事)の電話番号タイプ。
宣言
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeWork = 1 -
バーコードの自宅電話番号のタイプ。
宣言
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeHome = 2 -
バーコードの FAX 電話タイプ。
宣言
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeFax = 3 -
バーコードの携帯電話タイプ。
宣言
Objective-C
static const MLKBarcodePhoneType MLKBarcodePhoneTypeMobile = 4 -
バーコードの不明な Wi-Fi 暗号化タイプです。
宣言
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeUnknown = 0 -
バーコードのオープン Wi-Fi 暗号化タイプ。
宣言
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeOpen = 1 -
バーコードの WPA Wi-Fi 暗号化タイプ。
宣言
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWPA = 2 -
バーコードの WEP Wi-Fi 暗号化タイプ。
宣言
Objective-C
static const MLKBarcodeWiFiEncryptionType MLKBarcodeWiFiEncryptionTypeWEP = 3