C# Class UnityOSC.OSCClient

Dispatches OSC messages to the specified destination address and port.
Afficher le fichier Open project: benkuper/SoftLove Class Usage Examples

Méthodes publiques

Свойство Type Description
doConnect bool

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the client.

Connect ( ) : void

Connects the client to a given remote address and port.

OSCClient ( IPAddress address, int port, bool connect ) : System
OSCClient ( String address, String port, bool connect ) : System
Send ( OSCPacket packet ) : void

Sends an OSC packet to the defined destination and address of the client.

SendTo ( OSCPacket packet, string host, int port ) : void

Method Details

Close() public méthode

Closes the client.
public Close ( ) : void
Résultat void

Connect() public méthode

Connects the client to a given remote address and port.
public Connect ( ) : void
Résultat void

OSCClient() public méthode

public OSCClient ( IPAddress address, int port, bool connect ) : System
address System.Net.IPAddress
port int
connect bool
Résultat System

OSCClient() public méthode

public OSCClient ( String address, String port, bool connect ) : System
address String
port String
connect bool
Résultat System

Send() public méthode

Sends an OSC packet to the defined destination and address of the client.
public Send ( OSCPacket packet ) : void
packet OSCPacket /// A ///
Résultat void

SendTo() public méthode

public SendTo ( OSCPacket packet, string host, int port ) : void
packet OSCPacket
host string
port int
Résultat void

Property Details

doConnect public_oe property

public bool doConnect
Résultat bool