SNPP Component

The SNPP control is used to send pages through the internet using the SNNP protocol.

(NOTE: The following is a very short description. For more information, please consult the help files that come with the respective package.)


It is a client implementation of Simple Network Paging Protocol Version 3 as specified in RFC 1861. Service extensions level 2 are supported intrinsically and the user can access all of level 3 extensions.

SNPP allows, unlike SMTP, for immediate notification of message delivery, gives absolute flexibility over the content sent to the recipient, allows to specifying multiple choice responses, etc.

To send a message the ServerName, recipient's PagerId and Message properties should be filled out (at a minimum) and Action delivers the message.

The server's response is given in PITrail events and by the LastReply property. Customized commands may be sent using the Command property.

Optional properties include: CallerId, ServerPort and LocalHost

This control requires a Winsock 1.1 compliant TCP/IP stack. This means that the Winsock stack installed in the system must have a version of at least 1.1. In particular, Windows 95, 98, and NT machines with Winsock 2.0 are fully supported.


   PROPERTIES

Action. An action code for the control.

CallerId. The id of the caller.

Command. Can be used to send additional commands directly to the SNPP server.

LastReply. The last reply from the server.

Message. The message being sent (alphanumeric).

PagerId. The id number of the pager sending a Message to.

ServerName. The name or address of the SNPP server.

ServerPort. The server port for SNPP (default 444).

LocalHost. The name of the local host. When connected, the IP address of the interface through which the connection was made.

SocketHandle. The handle of the main socket used by the control.

WinsockInfo. Identifying information about the loaded Winsock stack.

WinsockLoaded. Loads and unloads Winsock on demand.

WinsockMaxDatagramSize. Size in bytes of the largest UDP datagram that can be sent or received.

WinsockMaxSockets. Maximum number of sockets available to a single process.

WinsockPath. The path to the Winsock DLL used.

WinsockStatus. The status of the Winsock stack.

   EVENTS

Error. Information about errors during data delivery.

PITrail. Traces the commands sent to the mail server, and the respective replies.


© 1999 devSoft Inc. - All Rights Reserved.
devSoft Inc.,  P.O.Box 13821 , Research Triangle Park, NC 27709 , USA,