TcpServer PropertiesBespoke Osc Library
The TcpServer type exposes the following members.
Properties

  NameDescription
Public propertyActiveConnectionCount
Gets the number of active connections.
Public propertyActiveConnections
Gets the list of active connections.
Public propertyIPAddress
Gets the IP address the Tcp server is bound to.
Public propertyIsRunning
Gets the state of the server.
Public propertyLittleEndianByteOrder
Gets or sets the expected endianness of integral value types.
Public propertyPort
Gets the port the Tcp server is bound to.
Public propertyReceiveDataInline
Gets the data reception mode applied to the Tcp server.
Back to Top
See Also