Android.Telephony.SmsMessage.GetSubmitPdu Method
Get an SMS-SUBMIT PDU for a data message to a destination address & port.

Syntax

[Android.Runtime.Register("getSubmitPdu", "(Ljava/lang/String;Ljava/lang/String;S[BZ)Landroid/telephony/SmsMessage$SubmitPdu;", "")]
public static SmsMessage.SubmitPdu GetSubmitPdu (string scAddress, string destinationAddress, short destinationPort, byte[] data, bool statusReportRequested)

Parameters

scAddress
Service Centre address. null == use default
destinationAddress
the address of the destination for the message
destinationPort
the port to deliver the message to at the destination
data
the data for the message
statusReportRequested
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Get an SMS-SUBMIT PDU for a data message to a destination address & port. This method will not attempt to use any GSM national language 7 bit encodings.

[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