Orthogonal.MixedComms
Orthogonal.MixedComms
Orthogonal.MixedCommsLib
UdpDiscoverResponder Class
UdpDiscoverResponder Constructor
UdpDiscoverResponder Methods
Udp
Discover
Responder Constructor
Constructs a UDP responder with a callback and port number.
Namespace:
Orthogonal.MixedCommsLib
Assembly:
Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
Copy
public
UdpDiscoverResponder
(
DiscoverCallback
respondCallback
,
int
port
= 54668 )
Parameters
respondCallback
DiscoverCallback
A callback function that the client application intercepts and uses to compose a response message to the broadcasting client.
port
Int32
(Optional)
The port number shared with the client broadcaster.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
Thrown if the
port
is not in the range 1024 to 65535.
See Also
Reference
UdpDiscoverResponder Class
Orthogonal.MixedCommsLib Namespace
A public domain library by
Orthogonal Programming
(See:
Azure DevOps Repository
)
Send comments on this topic to
gfkeogh@gmail.com