dOPC Client Toolkit
Close
dOPCComn.TdHandleComponent
dOPCComn_TdHandleComponentdOPCComn_TdHandleComponent

TdHandleComponent is the base class for all dOPC server components.

TdHandleComponent = class(TdOPCComponent);
class TdHandleComponent : public TdOPCComponent;

To handle messages from the underlying OPC Server, all dOPC server components use event messages. For this purpose, TdHandleComponent creates an internal thread based message queue.

Kassl GmbH Copyright © 2024. All rights reserved.