Click or drag to resize

ServerBaseMulticast(Byte) Method

Sends data to all of the connected clients synchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public virtual void Multicast(
	byte[] data
)
View Source

Parameters

data  Byte
The binary data that is to be sent.
See Also