calculates the tpd length of the pdu encoded byte array, this number is needed for commands such as AT+CMGW
calculates the tpd length of the pdu encoded byte array, this number is needed for commands such as AT+CMGW
public static int CalculateTPDLength(byte[]);
calculates the tpd length of a pdu encoded string, this number is needed for commands such as AT+CMGW
public static int CalculateTPDLength(string);
SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace