Opc.Ua.Core
BinaryDecoder Class Members
Properties  Methods 


Opc.Ua Namespace : BinaryDecoder Class

The following tables list the members exposed by BinaryDecoder.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets the stream that the decoder is reading from.  
Public Property The message context associated with the decoder.  
Public Property The type of encoding being used.  
Public Property Returns the current position in the stream.  
Top
Public Methods
 NameDescription
Public Method Completes reading and closes the stream.  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Decodes a message from a stream.  
Public Methodstatic (Shared in Visual Basic) Decodes a session-less message from a buffer.  
Public MethodOverloaded.  Frees any unmanaged resources.  
Public Method Loads a string table from a binary stream.  
Public Method Pops a namespace from the namespace stack.  
Public Method Pushes a namespace onto the namespace 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 MethodOverloaded.  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 an 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 ExtensionObject from the stream.  
Public Method Reads an extension object array from the stream.  
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 MethodOverloaded.  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

BinaryDecoder Class
Opc.Ua Namespace