Opc.Ua.Core
IDecoder Interface Members
Properties  Methods 

Opc.Ua Namespace : IDecoder Interface

The following tables list the members exposed by IDecoder.

Public Properties
 NameDescription
 Property The message context associated with the decoder.  
 Property The type of encoding being used.  
Top
Public Methods
 NameDescription
 Method Closes the stream used for reading.  
 Method Decodes an object from a buffer.  
 Method (Inherited from System.IDisposable)
 Method Pops a namespace from the namespace stack.  
 Method Pushes a namespace onto the namespace stack.  
 Method Reads an array with the specified valueRank and the specified BuiltInType.  
 Method Reads a boolean from the stream.  
 Method Reads a boolean array from the stream.  
 Method Reads a byte from the stream.  
 Method Reads a byte array from the stream.  
 Method Reads a byte string from the stream.  
 Method Reads a byte string array from the stream.  
 Method Reads an DataValue from the stream.  
 Method Reads an DataValue array from the stream.  
 Method Reads a UTC date/time from the stream.  
 Method Reads a UTC date/time array from the stream.  
 Method Reads an DiagnosticInfo from the stream.  
 Method Reads an DiagnosticInfo array from the stream.  
 Method Reads a double from the stream.  
 Method Reads a double array from the stream.  
 Method Reads an encodeable object from the stream.  
 Method Reads an encodeable array from the stream.  
 Method Reads an enumerated value from the stream.  
 Method Reads an enumerated value array from the stream.  
 Method Reads an ExpandedNodeId from the stream.  
 Method Reads an ExpandedNodeId array from the stream.  
 Method Reads an ExtensionObject from the stream.  
 Method Reads an extension object array from the stream.  
 Method Reads a float from the stream.  
 Method Reads a float array from the stream.  
 Method Reads a GUID from the stream.  
 Method Reads a GUID array from the stream.  
 Method Reads a short from the stream.  
 Method Reads a short array from the stream.  
 Method Reads an int from the stream.  
 Method Reads a int array from the stream.  
 Method Reads a long from the stream.  
 Method Reads a long array from the stream.  
 Method Reads an LocalizedText from the stream.  
 Method Reads an LocalizedText array from the stream.  
 Method Reads an NodeId from the stream.  
 Method Reads an NodeId array from the stream.  
 Method Reads an QualifiedName from the stream.  
 Method Reads an QualifiedName array from the stream.  
 Method Reads a sbyte from the stream.  
 Method Reads a sbyte array from the stream.  
 Method Reads an StatusCode from the stream.  
 Method Reads an StatusCode array from the stream.  
 Method Reads a string from the stream.  
 Method Reads a string array from the stream.  
 Method Reads a ushort from the stream.  
 Method Reads a ushort array from the stream.  
 Method Reads a uint from the stream.  
 Method Reads a uint array from the stream.  
 Method Reads a ulong from the stream.  
 Method Reads a ulong array from the stream.  
 Method Reads an Variant from the stream.  
 Method Reads an Variant array from the stream.  
 Method Reads an XmlElement from the stream.  
 Method Reads an XmlElement array from the stream.  
 Method Initializes the tables used to map namespace and server uris during decoding.  
Top
See Also

Reference

IDecoder Interface
Opc.Ua Namespace