IP*Works! 2016 macOS Edition
IP*Works! 2016 macOS Edition
Questions / Feedback?

connect (method)

Connects to an SNPP server.

- (void)connect

Discussion

This method connects to the SNPP server. Any number of messages can later be sent using the Send method.

Example (Send Page)


SNPPControl.ServerName = "MyServer"
SNPPControl.CallerId = "SenderPagerNumber"
SNPPControl.PagerId = "RecipientPagerNumber"
SNPPControl.Message = "Hello, this is my message!"
SNPPControl.Connect()
SNPPControl.Send()
SNPPControl.Disconnect()

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 macOS Edition - Version 16.0 [Build 7353]