Skip to content

84b01ad1 b9c9 5839 857d ed603eb328aa

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

Protocol(TPack).ReceivedPack Event

Generic method used to treat packets without associated methods.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public event ThrowPackEventHandler<TPack> ReceivedPack

VB

Public Event ReceivedPack As ThrowPackEventHandler(Of TPack)

C++

public:
 event ThrowPackEventHandler<TPack>^ ReceivedPack {
	void add (ThrowPackEventHandler<TPack>^ value);
	void remove (ThrowPackEventHandler<TPack>^ value);
}

F#

member ReceivedPack : IEvent<ThrowPackEventHandler<'TPack>,
    EventArgs>

Value

Type: NETLIB.ThrowPackEventHandler(TPack)

See Also

Reference

Protocol(TPack) Class
NETLIB Namespace
NETLIB.IOPackHandler(TPack)

Clone this wiki locally