C# SMS API - keepalive method
This method can be used to "ping" the server. Keepalive can be used to detect if the server is available or not. Usually you will not use this function.
Name | Description | |
bool keepAlive(); |
Use this function to check if the SMS Gateway is available. Parameters This function does not have any parameters Returns The function returns true if the server is on-line. Example bool ret=keepAlive(); |
More information
- C# SMS API
- C# and MS SQL Server
- C# SMS API - login method
- C# SMS API - logout
- C# SMS API - Send SMS message
- C# SMS API - log
- C# SMS API - keepalive
- C# SMS API - SMS delivered to network
- C# SMS API - SMS delivery report
- C# SMS API - SMS delivery failed
- C# SMS API - SMS received
- Run the SQL SMS example
- Feature list of the Ozeki NG SMS Gateway
- FAQ of the Ozeki NG SMS Gateway