Show / Hide Table of Contents

Class UdpServerExtensions

Extension methods for IUdpServer.

Inheritance
System.Object
UdpServerExtensions
Namespace: Eco.Shared.Networking.Udp
Assembly: Eco.Shared.dll
Syntax
public static class UdpServerExtensions : Object

Methods

BroadcastData(IUdpServer, Byte[], Int32, Int32)

Broadcast data to every connected peer.

Declaration
public static void BroadcastData(this IUdpServer udpServer, byte[] data, int offset, int length)
Parameters
Type Name Description
IUdpServer udpServer
System.Byte[] data
System.Int32 offset
System.Int32 length
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾