Android.Telephony.Gsm.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

Syntax

[Android.Runtime.Register("getTPLayerLengthForPDU", "(Ljava/lang/String;)I", "")]
[System.Obsolete("deprecated")]
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

[Android Documentation]

Requirements

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