SmsMessage.MaxUserDataSeptetsWithHeader Field

Definition

Caution

deprecated

The maximum number of payload septets per message if a user data header is present.

[Android.Runtime.Register("MAX_USER_DATA_SEPTETS_WITH_HEADER")]
[System.Obsolete("deprecated")]
public const int MaxUserDataSeptetsWithHeader = 153;
[<Android.Runtime.Register("MAX_USER_DATA_SEPTETS_WITH_HEADER")>]
[<System.Obsolete("deprecated")>]
val mutable MaxUserDataSeptetsWithHeader : int

Field Value

Value = 153
Attributes

Remarks

The maximum number of payload septets per message if a user data header is present. This assumes the header only contains the CONCATENATED_8_BIT_REFERENCE element.

This member is deprecated. Use android.telephony.SmsMessage.

Java documentation for android.telephony.gsm.SmsMessage.MAX_USER_DATA_SEPTETS_WITH_HEADER.

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