Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.PDU2TextConvert Method

converts an array of pdu encoded bytes to a readable string

Overload List

converts an array of pdu encoded bytes to a readable string

public static string PDU2TextConvert(byte[]);

converts an array of pdu encoded bytes to a readable string

public static string PDU2TextConvert(byte[],int,int);

converts a pdu encoded string to a readable string

public static string PDU2TextConvert(string);

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace