EasyUA Reference
IDecoder Interface Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : IDecoder Interface

Glossary Item Box

The following tables list the members exposed by IDecoder.

Public Properties

 NameDescription
 PropertyContext The message context associated with the decoder.  
 PropertyEncodingType The type of encoding being used.  
Top

Public Methods

 NameDescription
 MethodPopNamespace Pops a namespace from the namespace stack.  
 MethodPushNamespace Pushes a namespace onto the namespace stack.  
 MethodReadBoolean Reads a boolean from the stream.  
 MethodReadBooleanArray Reads a boolean array from the stream.  
 MethodReadByte Reads a byte from the stream.  
 MethodReadByteArray Reads a sbyte array from the stream.  
 MethodReadByteString Reads a byte string from the stream.  
 MethodReadByteStringArray Reads a byte string array from the stream.  
 MethodReadDataValue Reads an DataValue from the stream.  
 MethodReadDataValueArray Reads an DataValue array from the stream.  
 MethodReadDateTime Reads a UTC date/time from the stream.  
 MethodReadDateTimeArray Reads a UTC date/time array from the stream.  
 MethodReadDiagnosticInfo Reads an DiagnosticInfo from the stream.  
 MethodReadDiagnosticInfoArray Reads an DiagnosticInfo array from the stream.  
 MethodReadDouble Reads a double from the stream.  
 MethodReadDoubleArray Reads a double array from the stream.  
 MethodReadEncodeable Reads an encodeable object from the stream.  
 MethodReadEncodeableArray Reads an encodeable object array from the stream.  
 MethodReadEnumerated Reads an enumerated value from the stream.  
 MethodReadEnumeratedArray Reads an enumerated value array from the stream.  
 MethodReadExpandedNodeId Reads an ExpandedNodeId from the stream.  
 MethodReadExpandedNodeIdArray Reads an ExpandedNodeId array from the stream.  
 MethodReadExtensionObject Reads an ExtensionObject from the stream.  
 MethodReadExtensionObjectArray Reads an extension object array from the stream.  
 MethodReadFloat Reads a float from the stream.  
 MethodReadFloatArray Reads a float array from the stream.  
 MethodReadGuid Reads a GUID from the stream.  
 MethodReadGuidArray Reads a GUID array from the stream.  
 MethodReadInt16 Reads a short from the stream.  
 MethodReadInt16Array Reads a short array from the stream.  
 MethodReadInt32 Reads an int from the stream.  
 MethodReadInt32Array Reads a int array from the stream.  
 MethodReadInt64 Reads a long from the stream.  
 MethodReadInt64Array Reads a long array from the stream.  
 MethodReadLocalizedText Reads an LocalizedText from the stream.  
 MethodReadLocalizedTextArray Reads an LocalizedText array from the stream.  
 MethodReadNodeId Reads an NodeId from the stream.  
 MethodReadNodeIdArray Reads an NodeId array from the stream.  
 MethodReadQualifiedName Reads an QualifiedName from the stream.  
 MethodReadQualifiedNameArray Reads an QualifiedName array from the stream.  
 MethodReadSByte Reads a sbyte from the stream.  
 MethodReadSByteArray Reads a sbyte array from the stream.  
 MethodReadStatusCode Reads an StatusCode from the stream.  
 MethodReadStatusCodeArray Reads an StatusCode array from the stream.  
 MethodReadString Reads a string from the stream.  
 MethodReadStringArray Reads a string array from the stream.  
 MethodReadUInt16 Reads a ushort from the stream.  
 MethodReadUInt16Array Reads a ushort array from the stream.  
 MethodReadUInt32 Reads a uint from the stream.  
 MethodReadUInt32Array Reads a uint array from the stream.  
 MethodReadUInt64 Reads a ulong from the stream.  
 MethodReadUInt64Array Reads a ulong array from the stream.  
 MethodReadVariant Reads an Variant from the stream.  
 MethodReadVariantArray Reads an Variant array from the stream.  
 MethodReadXmlElement Reads an XmlElement from the stream.  
 MethodReadXmlElementArray Reads an XmlElement array from the stream.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.