Bespoke Open Sound Control Library
OscServer Class
NamespacesBespoke.Common.OscOscServer
Listens for and processes incoming Open Sound Control packets.
Declaration Syntax
C#Visual BasicVisual C++
public class OscServer
Public Class OscServer
public ref class OscServer
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
OscServer(TransportType, Int32)
Creates a new instance of OscServer.

OscServer(TransportType, IPAddress, Int32)
Creates a new instance of OscServer.

OscServer(Int32, IPAddress)
Creates a new instance of OscServer.

OscServer(TransportType, IPAddress, Int32, IPAddress, TransmissionType)
Creates a new instance of OscServer.

BundleReceived
Raised when an OscBundle is received.

ClearMethods()()()
Unregister all OSC methods.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FilterRegisteredMethods
Specifies if incoming OSC messages should be filtered against the registered methods.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IPAddress
Gets the local IP address the server is bound to.

IPEndPoint
Gets the local IP endpoint the server is bound to.

IsIPEndPointAvailable(IPAddress, Int32)

IsIPEndPointAvailable(IPEndPoint)

IsRunning
Gets the status of the server.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MessageReceived
Raised when an OscMessage is received.

MulticastAddress
(Optional) Gets the multicast IP address the server is a member of.

PacketReceived
Raised when an OscPacket is received.

Port
Gets the local port number the server is bound to.

RegisteredMethods
Gets all registered OSC methods (address patterns).

RegisterMethod(String)
Register an OSC method.

Start()()()
Start listening for incoming OSC packets.

Stop()()()
Stop listening for Osc packets.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TransmissionType
Gets the transmission type being used by the server.

TransportType
Gets the selected transport type.

UnRegisterMethod(String)
Unregister an OSC method.

Inheritance Hierarchy
Object
OscServer

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)