Lingua

SmsMessage.GetTPLayerLengthForPDU(String) Metodo

Definizione

Ottenere il tp-Layer-Length per il valore PDU specificato SMS-SUBMIT fondamentalmente, la lunghezza in byte (non caratteri esadecimale) meno l'intestazione SMSC

[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

Parametri

pdu
String

Valori restituiti

Attributi

Commenti

Ottenere il tp-Layer-Length per il valore PDU specificato SMS-SUBMIT fondamentalmente, la lunghezza in byte (non caratteri esadecimale) meno l'intestazione SMSC

FIXME: questo metodo viene usato solo da un test case CTS che non viene eseguito nei dispositivi CDMA. È consigliabile deprecarlo e rimuovere il test case obsoleto.

Documentazione java per android.telephony.SmsMessage.getTPLayerLengthForPDU(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a