sp_sendmsg

Description

Sends a message to a User Datagram Protocol (UDP) port.

Syntax

sp_sendmsg ip_address, port_number, message

Parameters

ip_address

is the IP address of the machine where the UDP application is running.

port_number

is the port number of the UDP port.

message

is the message to send. It can be up to 255 characters in length.

Examples

Example 1

sp_sendmsg "120.10.20.5", 3456, "Hello World"

Usage

Permissions

Any user can execute sp_sendmsg.

See also

Function syb_sendmsg