Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.Text2PDUConvert Method 

Convert an ISO-8859-1 ASCII string to an array of PDU-coded bytes

public static byte[] Text2PDUConvert(
   string data
);

Parameters

data
the message text

Return Value

an ascii byte array in PDU encoded format

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace