L2capNetworkSpecifier.HeaderCompression6lowpan Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.L2capNetworkSpecifierHeaderCompression enum directly instead of this field.

Use 6lowpan header compression as specified in rfc6282.

[Android.Runtime.Register("HEADER_COMPRESSION_6LOWPAN", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.L2capNetworkSpecifierHeaderCompression enum directly instead of this field.", true)]
public const Android.Net.L2capNetworkSpecifierHeaderCompression HeaderCompression6lowpan = 2;
[<Android.Runtime.Register("HEADER_COMPRESSION_6LOWPAN", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.L2capNetworkSpecifierHeaderCompression enum directly instead of this field.", true)>]
val mutable HeaderCompression6lowpan : Android.Net.L2capNetworkSpecifierHeaderCompression

Field Value

Value = 2

Implements

Attributes

Remarks

Use 6lowpan header compression as specified in rfc6282.

Java documentation for android.net.L2capNetworkSpecifier.HEADER_COMPRESSION_6LOWPAN.

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