MtpObjectInfo.SequenceNumber Property

Definition

Returns the sequence number for the MTP object This field is typically not used for MTP devices, but is sometimes used to define a sequence of photos on PTP cameras.

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

Property Value

the object's sequence number

Attributes

Remarks

Returns the sequence number for the MTP object This field is typically not used for MTP devices, but is sometimes used to define a sequence of photos on PTP cameras.

Java documentation for android.mtp.MtpObjectInfo.getSequenceNumber().

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