C# Class UnityOSC.OSCServer

Receives incoming OSC messages
Mostra file Open project: VirsixInc/VRCubeSword Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Closes the server and terminates its listener thread.

Connect ( ) : void

Opens the server at the given port and starts the listener thread.

OSCServer ( int localPort ) : System

Private Methods

Method Description
Receive ( ) : void

Receives and unpacks an OSC packet. A OSCPacket

ReceivePool ( ) : void

Thread pool that receives upcoming messages.

Method Details

Close() public method

Closes the server and terminates its listener thread.
public Close ( ) : void
return void

Connect() public method

Opens the server at the given port and starts the listener thread.
public Connect ( ) : void
return void

OSCServer() public method

public OSCServer ( int localPort ) : System
localPort int
return System