UdpServer MembersBespoke Osc Library

The UdpServer type exposes the following members.
Constructors

  NameDescription
Public methodUdpServer(Int32)
Initializes a new instance of the UdpServer class.
Public methodUdpServer(Int32, IPAddress)
Initializes a new instance of the UdpServer class.
Public methodUdpServer(IPAddress, Int32)
Initializes a new instance of the UdpServer class.
Public methodUdpServer(IPAddress, Int32, IPAddress, TransmissionType)
Initializes a new instance of the UdpServer class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStart
Start the Udp server and begin receiving data.
Public methodStop
Stop the Udp server.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyIPAddress
Gets the IP address the Udp server is bound to.
Public propertyIsRunning
Gets the state of the server.
Public propertyMulticastAddress
Gets the multicast address the server is joined to.
Public propertyPort
Gets the port the Udp server is bound to.
Public propertyTransmissionType
Gets the associated transmission type.
Back to Top
Events

  NameDescription
Public eventDataReceived
Raised when data is received.
Back to Top
See Also