MifareClassic
BlockSize
Size1k
Size2k
Size4k
SizeMini
TypeClassic
TypePlus
TypePro
TypeUnknown
BlockCount
IsConnected
JniPeerMembers
KeyDefault
KeyMifareApplicationDirectory
KeyNfcForum
MaxTransceiveLength
SectorCount
Size
Tag
ThresholdClass
ThresholdType
Timeout
Type
AuthenticateSectorWithKeyA(Int32, Byte[])
AuthenticateSectorWithKeyB(Int32, Byte[])
BlockToSector(Int32)
Close()
Connect()
Decrement(Int32, Int32)
DecrementAsync(Int32, Int32)
Get(Tag)
GetBlockCountInSector(Int32)
Increment(Int32, Int32)
IncrementAsync(Int32, Int32)
ReadBlock(Int32)
ReadBlockAsync(Int32)
Restore(Int32)
RestoreAsync(Int32)
SectorToBlock(Int32)
Transceive(Byte[])
TransceiveAsync(Byte[])
Transfer(Int32)
TransferAsync(Int32)
WriteBlock(Int32, Byte[])
WriteBlockAsync(Int32, Byte[])
monoandroid
namespace Android.Nfc.Tech
{
[Register("android/nfc/tech/MifareClassic", DoNotGenerateAcw = true)]
public sealed class MifareClassic : BasicTagTechnology, ITagTechnology, IJavaObject, IJavaPeerable, ICloseable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field.", true)]
[Register("SIZE_MINI")]
public const MifareClassicSize SizeMini = MifareClassicSize.IzeMini;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.Nfc.Tech.MifareClassicSize enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API