Click or drag to resize

ConnectionSendObjectsendObjectType Method (String, sendObjectType)

Namespace:  NetworkCommsDotNet.Connections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void SendObject<sendObjectType>(
	string sendingPacketType,
	sendObjectType objectToSend
)

Parameters

sendingPacketType
Type: SystemString
objectToSend
Type: sendObjectType

Type Parameters

sendObjectType
See Also