NfcB.MaxTransceiveLength Property

Definition

Return the maximum number of bytes that can be sent with #transceive.

public int MaxTransceiveLength { [Android.Runtime.Register("getMaxTransceiveLength", "()I", "")] get; }
[<get: Android.Runtime.Register("getMaxTransceiveLength", "()I", "")>]
member this.MaxTransceiveLength : int

Property Value

the maximum number of bytes that can be sent with #transceive.

Attributes

Remarks

Return the maximum number of bytes that can be sent with #transceive.

Java documentation for android.nfc.tech.NfcB.getMaxTransceiveLength().

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