UA Bundle SDK .NET  2.3.1.334
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.ISchemaParser Interface Reference

An interface which allows a value to be parsed using a schema. More...

Inherited by UnifiedAutomation.UaBase.OpcBinaryParser.

Public Member Functions

GenericValue Parse (Stream istrm, XmlQualifiedName typeName)
 Parses the value contained in the stream provided. More...
 

Properties

string DefaultNamespaceUri [get]
 Gets the default namespace URI for types known to the parser. More...
 

Detailed Description

An interface which allows a value to be parsed using a schema.

Member Function Documentation

GenericValue UnifiedAutomation.UaBase.ISchemaParser.Parse ( Stream  istrm,
XmlQualifiedName  typeName 
)

Parses the value contained in the stream provided.

Parameters
istrmThe stream containing the serialized object.
typeNameThe fully qualified name of the type serialized in the stream.
Returns
The parsed value.

Implemented in UnifiedAutomation.UaBase.OpcBinaryParser.

Property Documentation

string UnifiedAutomation.UaBase.ISchemaParser.DefaultNamespaceUri
get

Gets the default namespace URI for types known to the parser.

The default namespace URI for types known to the parser..


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