SmsMessage.GetTPLayerLengthForPDU(String) Method

Definition

Get the TP-Layer-Length for the given SMS-SUBMIT PDU Basically, the length in bytes (not hex chars) less the SMSC header

[Android.Runtime.Register("getTPLayerLengthForPDU", "(Ljava/lang/String;)I", "")]
public static int GetTPLayerLengthForPDU (string? pdu);
[<Android.Runtime.Register("getTPLayerLengthForPDU", "(Ljava/lang/String;)I", "")>]
static member GetTPLayerLengthForPDU : string -> int

Parameters

pdu
String

Returns

Int32
Attributes

Remarks

Java documentation for android.telephony.SmsMessage.getTPLayerLengthForPDU(java.lang.String).

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