IsoDep.IsExtendedLengthApduSupported Property

Definition

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.

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

Property Value

Boolean

whether the NFC adapter on this device supports extended length APDUs.

Attributes

Remarks

Java documentation for android.nfc.tech.IsoDep.isExtendedLengthApduSupported().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to