Opc.Ua.Core
IJsonDecoder Interface Members
Properties  Methods 

Opc.Ua Namespace : IJsonDecoder Interface

The following tables list the members exposed by IJsonDecoder.

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

Reference

IJsonDecoder Interface
Opc.Ua Namespace