C# Class PBCaGw.Services.DataQueue

Allows to store data of multiple messages to build back a packet
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
DataQueue ( DataPacket packet ) : System

Creates a new DataQueue based on a packet message

Enqueue ( DataPacket packet ) : void

Adds the data of a packet to the queue

Method Details

DataQueue() public method

Creates a new DataQueue based on a packet message
public DataQueue ( DataPacket packet ) : System
packet DataPacket
return System

Enqueue() public method

Adds the data of a packet to the queue
public Enqueue ( DataPacket packet ) : void
packet DataPacket
return void