Click or drag to resize

ServiceConnectionNewServiceMessage Method

Namespace:  Buddy.Networking.ServiceClient
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public OutgoingMessage NewServiceMessage(
	ushort opcode,
	int capacity = 500
)

Parameters

opcode
Type: SystemUInt16
capacity (Optional)
Type: SystemInt32

Return Value

Type: OutgoingMessage
See Also