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


Glossary Item Box

The following tables list the members exposed by OPCItemAttributes.

Public Constructors

 NameDescription
Public ConstructorOPCItemAttributes Constructor  
Top

Public Fields

 NameDescription
Public FieldAccessPath The access path specified by the client. A pointer to a NUL string is returned if the server does not support access paths.  
Public FieldAccessRights Indicates if this item is read only, write only or read/write. This is NOT related to security but rather to the nature of the underlying hardware.  
Public FieldActive FALSE if the item is not currently active, TRUE if the item is currently active  
Public FieldBlob Blob data  
Public FieldCanonicalDataType The data type in which the item's value is maintained within the server.  
Public FieldEUInfo The object containing the EU information.  
Public FieldEUType Indicate the type of Engineering Units (EU) information (if any) contained in vEUInfo.  
Public FieldHandleClient The handle the client has associated with this item.  
Public FieldHandleServer The handle the server uses to reference this item.  
Public FieldItemID The unique identifier for this item.  
Public FieldRequestedDataType The data type in which the item's value will be returned. Note that if the requested data type was rejected then this field will return the canonical data type.  
Top

Public Properties

 NameDescription
Public PropertyCanonicalTypeThe .Net data type in which the item's value is maintained within the server.
This is actually a property accessor to the CanonicalDataType field.  
Public PropertyRequestedTypeThe .Net data type in which the item's value will be returned. Note that if the requested data type was rejected then this field will return the canonical data type.
This is actually a property accessor to the RequestedDataType field.  
Top

Public Methods

 NameDescription
Public MethodToString Converts the objects to a string representatation.  
Top

See Also

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