Click or drag to resize

ProtoBufferMessageTryReadT Method

Namespace:  ff14bot.ServiceClient
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool TryRead<T>(
	IncomingMessage message,
	out T req
)
where T : ProtoBufferMessage

Parameters

message
Type: Buddy.Networking.CoreIncomingMessage
req
Type: T

Type Parameters

T

Return Value

Type: Boolean
See Also