MifareClassic.Size4k フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.

タグには 40 個のセクターが含まれています。

[Android.Runtime.Register("SIZE_4K")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.", true)]
public const Android.Nfc.Tech.MifareClassicSize Size4k = 4096;
[<Android.Runtime.Register("SIZE_4K")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.", true)>]
val mutable Size4k : Android.Nfc.Tech.MifareClassicSize

フィールド値

Value = 4096
属性

注釈

タグには 40 個のセクターが含まれています。 最初の 32 セクターには 4 つのブロックが含まれており、最後の 8 つのセクターには 16 個のブロックが含まれています。

android.nfc.tech.MifareClassic.SIZE_4KJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象