C# Class PBCaGw.Handlers.EventAdd

1 (0x01) CA_PROTO_EVENT_ADD
Inheritance: CommandHandler
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Properties

Property Type Description
lockObject object

Public Methods

Method Description
DoRequest ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void
DoResponse ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void

Private Methods

Method Description
Unsubscribe ( uint gwcid ) : void

Method Details

DoRequest() public method

public DoRequest ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void
packet DataPacket
chain Workers
sendData DataPacketDelegate
return void

DoResponse() public method

public DoResponse ( DataPacket packet, Workers chain, DataPacketDelegate sendData ) : void
packet DataPacket
chain Workers
sendData DataPacketDelegate
return void

Property Details

lockObject public_oe static_oe property

public static object lockObject
return object