Table of Contents

Enum ConnectionMode

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
ESME may bind to the SMSC as either a Transmitter (called ESME Transmitter), a Receiver (called ESME Receiver) or a Transceiver (called ESME Transceiver).
public enum ConnectionMode

Fields

None = 0
Connection mode not specified.
Receiver = 2
An ESME bound as a Receiver is authorised to receive short messages from the SMSC and to return the corresponding SMPP message responses to the SMSC.
Transceiver = 3
An ESME bound as a Transceiver is allowed to send messages to the SMSC and receive messages from the SMSC over a single SMPP session.
Transmitter = 1
An ESME bound as a Transmitter is authorised to send short messages to the SMSC and to receive the corresponding SMPP responses from the SMSC.