Whisperstream Research Group - SerialComm GSM SDK Documentation

SMSUtil.CalculateTPDLength Method

calculates the tpd length of the pdu encoded byte array, this number is needed for commands such as AT+CMGW

Overload List

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);

See Also

SMSUtil Class | Whisperstream.SerialComm.Framework.SMS Namespace