Sends a single object to the provided IPAddress and Port. NOTE: Any possible reply will be ignored unless listening
for incoming UDP packets.
Namespace: NetworkCommsDotNet.Connections.UDPAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- sendingPacketType
- Type: System String
The sending packet type
- objectToSend
- Type: System Object
The object to send.
- ipAddress
- Type: System String
The destination IP address. Supports multicast addresses such as 192.168.0.255 etc.
- port
- Type: System Int32
The destination port.
See Also