| Name | Description |
 | Close |
Closes the stream used for reading.
(Inherited from Opc.Ua.IDecoder) |
 | DecodeMessage |
Decodes an object from a buffer.
(Inherited from ) |
 | Dispose | (Inherited from ) |
 | Pop |
Pop the current object (structure/array) from the Read Stack.
|
 | PopNamespace |
Pops a namespace from the namespace stack.
(Inherited from ) |
 | PushArray |
Push an Array item on the Read Stack
|
 | PushNamespace |
Pushes a namespace onto the namespace stack.
(Inherited from ) |
 | PushStructure |
Push the specified structure on the Read Stack.
|
 | ReadArray |
Reads an array with the specified valueRank and the specified BuiltInType.
(Inherited from ) |
 | ReadBoolean |
Reads a boolean from the stream.
(Inherited from ) |
 | ReadBooleanArray |
Reads a boolean array from the stream.
(Inherited from ) |
 | ReadByte |
Reads a byte from the stream.
(Inherited from ) |
 | ReadByteArray |
Reads a byte array from the stream.
(Inherited from ) |
 | ReadByteString |
Reads a byte string from the stream.
(Inherited from ) |
 | ReadByteStringArray |
Reads a byte string array from the stream.
(Inherited from ) |
 | ReadDataValue |
Reads an DataValue from the stream.
(Inherited from ) |
 | ReadDataValueArray |
Reads an DataValue array from the stream.
(Inherited from ) |
 | ReadDateTime |
Reads a UTC date/time from the stream.
(Inherited from ) |
 | ReadDateTimeArray |
Reads a UTC date/time array from the stream.
(Inherited from ) |
 | ReadDiagnosticInfo |
Reads an DiagnosticInfo from the stream.
(Inherited from ) |
 | ReadDiagnosticInfoArray |
Reads an DiagnosticInfo array from the stream.
(Inherited from ) |
 | ReadDouble |
Reads a double from the stream.
(Inherited from ) |
 | ReadDoubleArray |
Reads a double array from the stream.
(Inherited from ) |
 | ReadEncodeable |
Reads an encodeable object from the stream.
(Inherited from ) |
 | ReadEncodeableArray |
Reads an encodeable array from the stream.
(Inherited from ) |
 | ReadEnumerated |
Reads an enumerated value from the stream.
(Inherited from ) |
 | ReadEnumeratedArray |
Reads an enumerated value array from the stream.
(Inherited from ) |
 | ReadExpandedNodeId |
Reads an ExpandedNodeId from the stream.
(Inherited from ) |
 | ReadExpandedNodeIdArray |
Reads an ExpandedNodeId array from the stream.
(Inherited from ) |
 | ReadExtensionObject |
Reads an ExtensionObject from the stream.
(Inherited from ) |
 | ReadExtensionObjectArray |
Reads an extension object array from the stream.
(Inherited from ) |
 | ReadField |
Read a decoded JSON field.
|
 | ReadFloat |
Reads a float from the stream.
(Inherited from ) |
 | ReadFloatArray |
Reads a float array from the stream.
(Inherited from ) |
 | ReadGuid |
Reads a GUID from the stream.
(Inherited from ) |
 | ReadGuidArray |
Reads a GUID array from the stream.
(Inherited from ) |
 | ReadInt16 |
Reads a short from the stream.
(Inherited from ) |
 | ReadInt16Array |
Reads a short array from the stream.
(Inherited from ) |
 | ReadInt32 |
Reads an int from the stream.
(Inherited from ) |
 | ReadInt32Array |
Reads a int array from the stream.
(Inherited from ) |
 | ReadInt64 |
Reads a long from the stream.
(Inherited from ) |
 | ReadInt64Array |
Reads a long array from the stream.
(Inherited from ) |
 | ReadLocalizedText |
Reads an LocalizedText from the stream.
(Inherited from ) |
 | ReadLocalizedTextArray |
Reads an LocalizedText array from the stream.
(Inherited from ) |
 | ReadNodeId |
Reads an NodeId from the stream.
(Inherited from ) |
 | ReadNodeIdArray |
Reads an NodeId array from the stream.
(Inherited from ) |
 | ReadQualifiedName |
Reads an QualifiedName from the stream.
(Inherited from ) |
 | ReadQualifiedNameArray |
Reads an QualifiedName array from the stream.
(Inherited from ) |
 | ReadSByte |
Reads a sbyte from the stream.
(Inherited from ) |
 | ReadSByteArray |
Reads a sbyte array from the stream.
(Inherited from ) |
 | ReadStatusCode |
Reads an StatusCode from the stream.
(Inherited from ) |
 | ReadStatusCodeArray |
Reads an StatusCode array from the stream.
(Inherited from ) |
 | ReadString |
Reads a string from the stream.
(Inherited from ) |
 | ReadStringArray |
Reads a string array from the stream.
(Inherited from ) |
 | ReadUInt16 |
Reads a ushort from the stream.
(Inherited from ) |
 | ReadUInt16Array |
Reads a ushort array from the stream.
(Inherited from ) |
 | ReadUInt32 |
Reads a uint from the stream.
(Inherited from ) |
 | ReadUInt32Array |
Reads a uint array from the stream.
(Inherited from ) |
 | ReadUInt64 |
Reads a ulong from the stream.
(Inherited from ) |
 | ReadUInt64Array |
Reads a ulong array from the stream.
(Inherited from ) |
 | ReadVariant |
Reads an Variant from the stream.
(Inherited from ) |
 | ReadVariantArray |
Reads an Variant array from the stream.
(Inherited from ) |
 | ReadXmlElement |
Reads an XmlElement from the stream.
(Inherited from ) |
 | ReadXmlElementArray |
Reads an XmlElement array from the stream.
(Inherited from ) |
 | SetMappingTables |
Initializes the tables used to map namespace and server uris during decoding.
(Inherited from ) |