Click or drag to resize

NetworkCommsSendObjectsendObjectType Method

Namespace:  NetworkCommsDotNet
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void SendObject<sendObjectType>(
	string packetTypeStr,
	string destinationIPAddress,
	int destinationPort,
	sendObjectType sendObject
)

Parameters

packetTypeStr
Type: SystemString
destinationIPAddress
Type: SystemString
destinationPort
Type: SystemInt32
sendObject
Type: sendObjectType

Type Parameters

sendObjectType
See Also