WaitingTerminateProc Delegate

Delegate to control the main communicator waiting loop. See WaitFor method.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public delegate bool WaitingTerminateProc(
	ByteBuffer data
)

Parameters

data  ByteBuffer
 

Return Value

Boolean

See Also