C# Class PBCaGw.Workers.PacketPacker

Packs packets (UDP) together.
Inheritance: PacketWorker
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

Méthode Description
PacketPacker ( ) : System
ProcessData ( DataPacket packet ) : void

Private Methods

Méthode Description
Flush ( ) : void

Runs every 5 millisecs. and checks destinations which need to be sent to.

Method Details

PacketPacker() public méthode

public PacketPacker ( ) : System
Résultat System

ProcessData() public méthode

public ProcessData ( DataPacket packet ) : void
packet DataPacket
Résultat void