• Scripting API
Search Results for

    Show / Hide Table of Contents
    • Global
      • UDPClient
      • UDPConnection
      • UDPServer
      • UDPServer.StringEvent
    • JelleVer.ConnectionTools
      • SerialConnection
      • StringEvent

    Class UDPServer

    Inheritance
    Object
    UDPServer
    Namespace: Global
    Assembly: cs.temp.dll.dll
    Syntax
    public class UDPServer : MonoBehaviour

    Fields

    IP

    Declaration
    public string IP
    Field Value
    Type Description
    String

    OnMessageReceived

    Declaration
    public UDPServer.StringEvent OnMessageReceived
    Field Value
    Type Description
    UDPServer.StringEvent

    port

    Declaration
    public int port
    Field Value
    Type Description
    Int32

    receivedString

    Declaration
    public string receivedString
    Field Value
    Type Description
    String

    Methods

    getLatestUDPPacket()

    Declaration
    public string getLatestUDPPacket()
    Returns
    Type Description
    String

    Start()

    Declaration
    public void Start()
    In This Article
    Back to top Jelle Vermandere