Android.Nfc.Tech.IsoDep.IsExtendedLengthApduSupported Property

Syntax

[get: Android.Runtime.Register("isExtendedLengthApduSupported", "()Z", "GetIsExtendedLengthApduSupportedHandler")]
public bool IsExtendedLengthApduSupported { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Standard APDUs have a 1-byte length field, allowing a maximum of 255 payload bytes, which results in a maximum APDU length of 261 bytes.

Extended length APDUs have a 3-byte length field, allowing 65535 payload bytes.

Some NFC adapters, like the one used in the Nexus S and the Galaxy Nexus do not support extended length APDUs. They are expected to be well-supported in the future though. Use this method to check for extended length APDU support.

[Android Documentation]

Requirements

Namespace: Android.Nfc.Tech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16