.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.GenericSimpleValue Class Reference

A value of a field which contains a simple value. More...

Inherits UnifiedAutomation.UaBase.GenericValue.

Public Member Functions

 GenericSimpleValue ()
 Initializes a new instance of the GenericSimpleValue class. More...
 
 GenericSimpleValue (Variant value, GenericSimpleDataType type)
 Initializes a new instance of the GenericSimpleValue class. More...
 
override string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.GenericValue
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Properties

new GenericSimpleDataType DataType [get, set]
 Gets or sets the type description for the simple value. More...
 
Variant Value [get, set]
 The value More...
 
- Properties inherited from UnifiedAutomation.UaBase.GenericValue
GenericDataType DataType [get, set]
 Gets or sets the type description for the simple value. More...
 

Detailed Description

A value of a field which contains a simple value.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.GenericSimpleValue.GenericSimpleValue ( )
inline

Initializes a new instance of the GenericSimpleValue class.

UnifiedAutomation.UaBase.GenericSimpleValue.GenericSimpleValue ( Variant  value,
GenericSimpleDataType  type 
)
inline

Initializes a new instance of the GenericSimpleValue class.

Parameters
valueThe value.
typeThe type description.

Member Function Documentation

override string UnifiedAutomation.UaBase.GenericSimpleValue.ToString ( string  format,
IFormatProvider  formatProvider 
)
inlinevirtual

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Reimplemented from UnifiedAutomation.UaBase.GenericValue.

Property Documentation

new GenericSimpleDataType UnifiedAutomation.UaBase.GenericSimpleValue.DataType
getset

Gets or sets the type description for the simple value.

The type type description for the simple value.

Variant UnifiedAutomation.UaBase.GenericSimpleValue.Value
getset

The value


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