Click or drag to resize

ConnectionSendObjectsendObjectType Method (String, sendObjectType, SendReceiveOptions, Int64)

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,
	SendReceiveOptions options,
	out long packetSequenceNumber
)

Parameters

sendingPacketType
Type: SystemString
objectToSend
Type: sendObjectType
options
Type: NetworkCommsDotNetSendReceiveOptions
packetSequenceNumber
Type: SystemInt64

Type Parameters

sendObjectType
See Also