OPCDA.NET Reference Manual
DAOpcItem Class Members
See Also  Properties  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace : DAOpcItem Class


Glossary Item Box

The following tables list the members exposed by DAOpcItem.

Public Constructors

 NameDescription
Public ConstructorDAOpcItem Constructor  
Top

Public Properties

 NameDescription
Public PropertyActive Determines Active state of the item when the item is added in the OPC DA server.  
Public PropertyAlias Optional alias for code internal references to this object.  
Public PropertyError Indicates an error at AddItems in OPC DA server.  
Public PropertyHandlerName Optional definition of a method that handles callbacks for this item. In server callbacks this method is called instead of the callback event handler. The method must be defined in the OwnerForm object as private void xxx(DAItemValue val){}  
Public PropertyItemName Fully qualified OPC Item ID in the OPC DA server.  
Public PropertyReqType Determines the client requested data type in the AddItems server call. The server passes item values in Read calls and DataChange callbacks in this data type.  
Public PropertyVisualControl This optional definition binds this item to a Windows Control object. The control needs to be defined in the OwnerForm object. The item value is written to the specified property of the control. Only the value is assigned. Quality, Timestamp and error code are ignored. If there is also a handler method assigned for this item then both requested handlings are executed. The callback event handler, however is not called for items with an assigned control.  
Top

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.