Class NetworkErrorCodeParameter
- Namespace
- Inetlab.SMPP.Parameters
- Assembly
- Inetlab.SMPP.dll
The network_error_code parameter is used to indicate the actual network error code for a delivery failure. The network error code is technology specific.
public class NetworkErrorCodeParameter : TLV
- Inheritance
-
NetworkErrorCodeParameter
- Inherited Members
Constructors
NetworkErrorCodeParameter(byte, string)
public NetworkErrorCodeParameter(byte networkType, string errorCode)
Parameters
Properties
ErrorCode
public string ErrorCode { get; }
Property Value
NetworkType
public byte NetworkType { get; }
Property Value
Methods
ANSI136(string)
public static NetworkErrorCodeParameter ANSI136(string errorCode)
Parameters
errorCode
string
Returns
GSM(string)
public static NetworkErrorCodeParameter GSM(string errorCode)
Parameters
errorCode
string
Returns
IS95(string)
public static NetworkErrorCodeParameter IS95(string errorCode)
Parameters
errorCode
string