Orthogonal.MixedComms
Orthogonal.MixedComms
Orthogonal.MixedCommsLib
UdpBroadcastClient Class
UdpBroadcastClient Constructor
UdpBroadcastClient Methods
Udp
Broadcast
Client Constructor
Constructs a UDP broadcaster using a specified port number.
Namespace:
Orthogonal.MixedCommsLib
Assembly:
Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
Copy
public
UdpBroadcastClient
(
int
port
= 54667 )
Parameters
port
Int32
(Optional)
The broadcast port number in the range 1024 to 65535. Default is 54667.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
Thrown if the
port
is not in the range 1024 to 65535.
See Also
Reference
UdpBroadcastClient Class
Orthogonal.MixedCommsLib Namespace
A public domain library by
Orthogonal Programming
(See:
Azure DevOps Repository
)
Send comments on this topic to
gfkeogh@gmail.com