Search Results for

    Show / Hide Table of Contents

    UdpClient.OnDataReceived Method

    Namespace: Riptide.Transports.Udp
    Assembly: RiptideNetworking.dll

    OnDataReceived(byte[], int, IPEndPoint)

    Handles received data.

    protected override void OnDataReceived(byte[] dataBuffer, int amount, IPEndPoint fromEndPoint)

    Parameters

    byte[] dataBuffer

    A byte array containing the received data.

    int amount

    The number of bytes in dataBuffer used by the received data.

    IPEndPoint fromEndPoint

    The endpoint from which the data was received.

    Overrides

    UdpPeer.OnDataReceived(byte[], int, IPEndPoint)
    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX