Table of Contents

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

networkType byte
errorCode string

Properties

ErrorCode

public string ErrorCode { get; }

Property Value

string

NetworkType

public byte NetworkType { get; }

Property Value

byte

Methods

ANSI136(string)

public static NetworkErrorCodeParameter ANSI136(string errorCode)

Parameters

errorCode string

Returns

NetworkErrorCodeParameter

GSM(string)

public static NetworkErrorCodeParameter GSM(string errorCode)

Parameters

errorCode string

Returns

NetworkErrorCodeParameter

IS95(string)

public static NetworkErrorCodeParameter IS95(string errorCode)

Parameters

errorCode string

Returns

NetworkErrorCodeParameter