Android.Telephony.SmsMessage.GetTPLayerLengthForPDU Method
Get the TP-Layer-Length for the given SMS-SUBMIT PDU Basically, the length in bytes (not hex chars) less the SMSC header FIXME: This method is only used by a CTS test case that isn't run on CDMA devices.

Syntax

[Android.Runtime.Register("getTPLayerLengthForPDU", "(Ljava/lang/String;)I", "")]
public static int GetTPLayerLengthForPDU (string pdu)

Parameters

pdu
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the TP-Layer-Length for the given SMS-SUBMIT PDU Basically, the length in bytes (not hex chars) less the SMSC header FIXME: This method is only used by a CTS test case that isn't run on CDMA devices. We should probably deprecate it and remove the obsolete test case.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4