OscServer MembersBespoke Osc Library

The OscServer type exposes the following members.
Constructors

  NameDescription
Public methodOscServer(IPAddress, Int32, Boolean)
Creates a new instance of OscServer.
Public methodOscServer(TransportType, IPAddress, Int32, Boolean)
Creates a new instance of OscServer.
Back to Top
Methods

  NameDescription
Public methodClearMethods
Unregister all Osc methods.
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 methodRegisterMethod
Register an Osc method.
Public methodStart
Start listening for incoming Osc packets.
Public methodStop
Stop listening for Osc packets.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUnRegisterMethod
Unregister an Osc method.
Back to Top
Properties

  NameDescription
Public propertyConsumeParsingExceptions
Gets or sets the handling of parsing exceptions.
Public propertyFilterRegisteredMethods
Specifies if incoming Osc messages should be filtered against the registered methods.
Public propertyIPAddress
Gets the local IP address the server is bound to.
Public propertyIPEndPoint
Gets the local IP endpoint the server is bound to.
Public propertyIsRunning
Gets the status of the server.
Public propertyMulticastAddress
(Optional) Gets the multicast IP address the server is a member of.
Public propertyPort
Gets the local port number the server is bound to.
Public propertyRegisteredMethods
Gets all registered Osc methods (address patterns).
Public propertyTransmissionType
Gets the transmission type being used by the server.
Public propertyTransportType
Gets the selected transport type.
Back to Top
Events

  NameDescription
Public eventBundleReceived
Raised when an OscBundle is received.
Public eventMessageReceived
Raised when an OscMessage is received.
Public eventPacketReceived
Raised when an OscPacket is received.
Public eventReceiveErrored
Raised when an error occurs during the reception of a packet.
Back to Top
See Also