Click or drag to resize

IBuddyServiceHooksOnUnhandledMessage Method

Namespace:  Buddy.Service.Client
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
bool OnUnhandledMessage(
	ushort opcode,
	IncomingMessage message
)

Parameters

opcode
Type: SystemUInt16
message
Type: Buddy.Networking.CoreIncomingMessage

Return Value

Type: Boolean
See Also