Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.PDU2TextConvert Method (Byte[], Int32, Int32)

converts an array of pdu encoded bytes to a readable string

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

Parameters

bytes
the array of bytes
index
the start index
count
the number of bytes to convert

Return Value

the converted readable string

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace | SMSUtil.PDU2TextConvert Overload List