OPCDA.NET Reference Manual
OPCItemDef Class Members
See Also  Fields  Properties  Send Feedback
OpcNetBase.Net4 Assembly > OPCDA.NET Namespace : OPCItemDef Class


Glossary Item Box

The following tables list the members exposed by OPCItemDef.

Public Constructors

 NameDescription
Public ConstructorOPCItemDef ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldAccessPathThe access path the server should associate with this item. By convention a pointer to a NUL string specifies that the server should select the access path. Support for access path is optional.
NOTE: version 1 indicated that a NULL pointer would allow the server to pick the path however passing a NULL pointer will cause a fault in the proxy/stub code and thus is not allowed.  
Public FieldActive This Boolean value affects the behavior various methods.  
Public FieldBlob A Blob associated with this item.  
Public FieldHandleClient The handle the client wishes to associate with the item. See the OPCHANDLE for more specific information about the contents of this field.  
Public FieldItemID A string that uniquely identifies the OPC data item. See the Item ID discussion and the AddItems function for specific information about the contents of this field.  
Public FieldRequestedDataType The data type requested by the client. An error is returned (See Additems or ValidateItems) if the server cannot provide the item in this format. Passing VT_EMPTY (void) means the client will accept the server’s canonical datatype.  
Top

Public Properties

 NameDescription
Public PropertyRequestedType The data type requested by the client as a .Net data type.  
Top

See Also

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