SmppClient component documentation

SmppClient Constructor

Initializes a new instance of the SmppClient

Overload List

Initializes a new instance of the SmppClient

public SmppClient();

Initializes a new instance of the SmppClient with the specified Connection_Mode.

public SmppClient(enuConnectionMode);

Initializes a new instance of the SmppClient with the specified Connection_Mode, System_Id, Password and System_Type.

public SmppClient(enuConnectionMode,string,string,string);

Initializes a new instance of the SmppClient with the specified Connection_Mode, System_Id, Password , System_Type and Address_Range.

public SmppClient(enuConnectionMode,string,string,string,string);

See Also

SmppClient Class | Devshock.Protocol Namespace