다음을 통해 공유


IpSecTransformState.ByteCount Property

Definition

Retrieve the number of bytes processed so far as an unsigned long

public long ByteCount { [Android.Runtime.Register("getByteCount", "()J", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getByteCount", "()J", "", ApiSince=35)>]
member this.ByteCount : int64

Property Value

Attributes

Remarks

Retrieve the number of bytes processed so far as an unsigned long

The byte count direction (inbound or outbound) aligns with the direction in which the IpSecTransform is applied to.

Java documentation for android.net.IpSecTransformState.getByteCount().

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