.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.GenericOptionSetDataType Class Reference

GenericOptionSetDataType More...

Inherits UnifiedAutomation.UaBase.GenericEnumeratedDataType.

Properties

int LengthInBits [get, set]
 Length More...
 
override GenericDataTypeClass TypeClass [get]
 Gets the type class for the object. More...
 
- Properties inherited from UnifiedAutomation.UaBase.GenericEnumeratedDataType
override GenericDataTypeClass TypeClass [get]
 Gets the type class for the object. More...
 
int Count [get]
 Gets the number of values in the enumeration. More...
 
int this[string name] [get]
 Gets the value for the name. More...
 
string this[int value] [get]
 Gets the name for the value. More...
 
- Properties inherited from UnifiedAutomation.UaBase.GenericDataType
XmlQualifiedName Name [get, set]
 Gets or sets the qualified name for the type. More...
 
abstract GenericDataTypeClass TypeClass [get]
 Gets the type class for the object. More...
 
virtual ExpandedNodeId DataTypeId [get, set]
 Gets or sets the DataTypeId More...
 

Additional Inherited Members

- Public Member Functions inherited from UnifiedAutomation.UaBase.GenericEnumeratedDataType
override DataTypeDefinitionSettings DataTypeDefinition (NamespaceTable namespaceUris)
 
 GenericEnumeratedDataType ()
 Initializes a new instance of the GenericEnumeratedDataType class. More...
 
bool TryGetValue (string name, out int value)
 Tries to the get value for the name. More...
 
bool TryGetValue (int value, out string name)
 Tries to the get name for the value. More...
 
void Add (string name, int value)
 Adds the field for the specified field name. More...
 
bool Remove (string name)
 Removes the field with the specified name. More...
 
IEnumerator
< GenericEnumeratedValue
GetEnumerator ()
 Returns an enumerator that iterates through the collection. More...
 
override string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.GenericDataType
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Detailed Description

Property Documentation

int UnifiedAutomation.UaBase.GenericOptionSetDataType.LengthInBits
getset

Length

override GenericDataTypeClass UnifiedAutomation.UaBase.GenericOptionSetDataType.TypeClass
get

Gets the type class for the object.

The type class.


The documentation for this class was generated from the following file: