• Scripting API
Search Results for

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

    Class UDPClient

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

    Fields

    IP

    Declaration
    public string IP
    Field Value
    Type Description
    String

    port

    Declaration
    public int port
    Field Value
    Type Description
    Int32

    Methods

    SendString(String)

    Declaration
    public void SendString(string message)
    Parameters
    Type Name Description
    String message

    SendTestMessage()

    Declaration
    public void SendTestMessage()

    Start()

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