Plugin
Direct Subclass:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
close() Close socket connection and anything else used in the implementation. |
|
| public |
Open socket connection. |
|
| public |
send(binary: Uint8Array, customOptions: object) Send an OSC Packet, Bundle or Message. |
|
| public |
Returns the current status of the connection |
|
Public Constructors
public constructor() source
Public Methods
public open(customOptions: object) source
Open socket connection. Specifics depend on implementation.
Params:
| Name | Type | Attribute | Description |
| customOptions | object |
|
Custom options. See implementation specifics. |
public send(binary: Uint8Array, customOptions: object) source
Send an OSC Packet, Bundle or Message. Use options here for custom receiver, otherwise the global options will be taken
Params:
| Name | Type | Attribute | Description |
| binary | Uint8Array | Binary representation of OSC Packet |
|
| customOptions | object |
|
Custom options. Specifics depend on implementation. |