Click or drag to resize
NetworkingSendUDPPacketGetBlockingResponse Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static byte[] SendUDPPacketGetBlockingResponse(
	IPAddress address,
	int port,
	byte[] data
)

Parameters

address
Type: System.NetIPAddress
port
Type: SystemInt32
data
Type: SystemByte

Return Value

Type: Byte
See Also