Opc.Ua.Core
JsonDecoder Class Members
Fields  Properties  Methods 


Opc.Ua Namespace : JsonDecoder Class

The following tables list the members exposed by JsonDecoder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Field The name of the Root array if the json is defined as an array  
Top
Public Properties
 NameDescription
Public Property The message context associated with the decoder.  
Public Property The type of encoding being used.  
Public Property If TRUE then the NamespaceUris and ServerUris tables are updated with new URIs read from the JSON stream.  
Top
Public Methods
 NameDescription
Public MethodOverloaded.  Closes the stream used for reading.  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Decodes a message from a buffer.  
Public Methodstatic (Shared in Visual Basic) Decodes a session-less message from a buffer.  
Public MethodOverloaded.  Frees any unmanaged resources.  
Public Method Pop the current object from the Read Stack  
Public Method Pops a namespace from the namespace stack.  
Public Method Push an Array item on the Read Stack  
Public Method Pushes a namespace onto the namespace stack.  
Public Method Push the specified structure on the Read Stack  
Public Method  
Public Method Reads a boolean from the stream.  
Public Method Reads a boolean array from the stream.  
Public Method Reads a byte from the stream.  
Public Method Reads a byte array from the stream.  
Public Method Reads a byte string from the stream.  
Public Method Reads a byte string array from the stream.  
Public Method Reads an DataValue from the stream.  
Public Method Reads an DataValue array from the stream.  
Public Method Reads a UTC date/time from the stream.  
Public Method Reads a UTC date/time array from the stream.  
Public Method Reads a DiagnosticInfo from the stream.  
Public Method Reads an DiagnosticInfo array from the stream.  
Public Method Reads a double from the stream.  
Public Method Reads a double array from the stream.  
Public Method Reads an encodeable object from the stream.  
Public Method Reads an encodeable array from the stream.  
Public Method Reads an enumerated value from the stream.  
Public Method Reads an enumerated value array from the stream.  
Public Method Reads an ExpandedNodeId from the stream.  
Public Method Reads an ExpandedNodeId array from the stream.  
Public Method Reads an extension object from the stream.  
Public Method Reads an array of extension objects from the stream.  
Public Method Reads the body extension object from the stream.  
Public Method Read a decoded JSON field.  
Public Method Reads a float from the stream.  
Public Method Reads a float array from the stream.  
Public Method Reads a GUID from the stream.  
Public Method Reads a GUID array from the stream.  
Public Method Reads a short from the stream.  
Public Method Reads a short array from the stream.  
Public Method Reads an int from the stream.  
Public Method Reads a int array from the stream.  
Public Method Reads a long from the stream.  
Public Method Reads a long array from the stream.  
Public Method Reads an LocalizedText from the stream.  
Public Method Reads an LocalizedText array from the stream.  
Public Method Reads an NodeId from the stream.  
Public Method Reads an NodeId array from the stream.  
Public Method Reads an QualifiedName from the stream.  
Public Method Reads an QualifiedName array from the stream.  
Public Method Reads a sbyte from the stream.  
Public Method Reads a sbyte array from the stream.  
Public Method Reads an StatusCode from the stream.  
Public Method Reads an StatusCode array from the stream.  
Public Method Reads a string from the stream.  
Public Method Reads a string array from the stream.  
Public Method Reads a ushort from the stream.  
Public Method Reads a ushort array from the stream.  
Public Method Reads a uint from the stream.  
Public Method Reads a uint array from the stream.  
Public Method Reads a ulong from the stream.  
Public Method Reads a ulong array from the stream.  
Public Method Reads an Variant from the stream.  
Public Method Reads an Variant array from the stream.  
Public Method Reads an XmlElement from the stream.  
Public Method Reads an XmlElement array from the stream.  
Public Method Initializes the tables used to map namespace and server uris during decoding.  
Top
See Also

Reference

JsonDecoder Class
Opc.Ua Namespace