A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://reference.wolfram.com/language/NETLink/ref/net/Wolfram.NETLink.PacketHandler.html below:

PacketHandler Delegate

Represents the method that will handle the PacketArrived event.

[Visual Basic]

Public Delegate Function PacketHandler( _

ByVal

ml

As

IKernelLink

, _

ByVal

pkt

As

PacketType

_

) As

Boolean [C#]

public delegate bool PacketHandler(


   IKernelLink ml

,


   PacketType pkt

);

Parameters
ml
The link on which the packet arrived.
pkt
The type of packet.
Return Value

You should always return true.

Remarks

See the discussion for the PacketArrived event for more information.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

Wolfram.NETLink Namespace | PacketArrived

Copyright (c) 2003-2024, Wolfram Research, Inc.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4