Class OscConnectionSettings
The settings for an OSC connection.
public static class OscConnectionSettings
- Inheritance
-
OscConnectionSettings
- Inherited Members
Properties
ReceivePort
Gets or sets the port number used to receive OSC messages.
public static int ReceivePort { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
Thrown when the value is less than 0 or greater than 65535.
SendPort
Gets or sets the port number used to send OSC messages.
public static int SendPort { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
Thrown when the value is less than 0 or greater than 65535.
VrcIPAddress
Gets or sets the IP address of the VRChat client to send OSC messages to.
public static string VrcIPAddress { get; set; }
Property Value
Exceptions
- FormatException
Thrown when the value cannot be parsed as an IP address.