Свойство | Type | Description | |
---|---|---|---|
doConnect | bool |
Méthode | Description | |
---|---|---|
Close ( ) : void |
Closes the client.
|
|
Connect ( ) : void |
Connects the client to a given remote address and port.
|
|
OSCClient ( |
||
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 |
public OSCClient ( |
||
address | ||
port | int | |
connect | bool | |
Résultat | System |
public OSCClient ( String address, String port, bool connect ) : System | ||
address | String | |
port | String | |
connect | bool | |
Résultat | System |
public Send ( OSCPacket packet ) : void | ||
packet | OSCPacket |
/// A |
Résultat | void |
public SendTo ( OSCPacket packet, string host, int port ) : void | ||
packet | OSCPacket | |
host | string | |
port | int | |
Résultat | void |