package
2.0.0-20210507124410-a82a321cf1d8
Repository: https://github.com/fiorix/go-smpp.git
Documentation: pkg.go.dev
# Functions
EchoHandler is the default Server HandlerFunc, and echoes back any PDUs received.
NewServer creates and initializes a new Server.
NewUnstartedServer creates a new Server with default settings, and does not start it.
# Interfaces
Conn implements a server side connection.
# Type aliases
HandlerFunc is the signature of a function passed to Server instances, that is called when client PDU messages arrive.