C# Class UnityOSC.OSCServer

Receives incoming OSC messages
Afficher le fichier Open project: VirsixInc/VRCubeSword Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Receive ( ) : void

Receives and unpacks an OSC packet. A OSCPacket

ReceivePool ( ) : void

Thread pool that receives upcoming messages.

Method Details

Close() public méthode

Closes the server and terminates its listener thread.
public Close ( ) : void
Résultat void

Connect() public méthode

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

OSCServer() public méthode

public OSCServer ( int localPort ) : System
localPort int
Résultat System