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

Glossary Item Box

The following tables list the members exposed by IEncoder.

Public Properties

 NameDescription
 PropertyContext The message context associated with the encoder.  
 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.  
 MethodWriteBoolean Writes a boolean to the stream.  
 MethodWriteBooleanArray Writes a boolean array to the stream.  
 MethodWriteByte Writes a byte to the stream.  
 MethodWriteByteArray Writes a sbyte array to the stream.  
 MethodWriteByteString Writes a byte string to the stream.  
 MethodWriteByteStringArray Writes a byte string array to the stream.  
 MethodWriteDataValue Writes an DataValue array to the stream.  
 MethodWriteDataValueArray Writes an DataValue array to the stream.  
 MethodWriteDateTime Writes a UTC date/time to the stream.  
 MethodWriteDateTimeArray Writes a UTC date/time array to the stream.  
 MethodWriteDiagnosticInfo Writes an DiagnosticInfo to the stream.  
 MethodWriteDiagnosticInfoArray Writes an DiagnosticInfo array to the stream.  
 MethodWriteDouble Writes a double to the stream.  
 MethodWriteDoubleArray Writes a double array to the stream.  
 MethodWriteEncodeable Writes an encodeable object to the stream.  
 MethodWriteEncodeableArray Writes an encodeable object array to the stream.  
 MethodWriteEnumerated Writes an enumerated value array to the stream.  
 MethodWriteEnumeratedArray Writes an enumerated value array to the stream.  
 MethodWriteExpandedNodeId Writes an ExpandedNodeId to the stream.  
 MethodWriteExpandedNodeIdArray Writes an ExpandedNodeId array to the stream.  
 MethodWriteExtensionObject Writes an ExtensionObject to the stream.  
 MethodWriteExtensionObjectArray Writes an extension object array to the stream.  
 MethodWriteFloat Writes a float to the stream.  
 MethodWriteFloatArray Writes a float array to the stream.  
 MethodWriteGuidOverloaded.  Writes a GUID to the stream.  
 MethodWriteGuidArrayOverloaded.  Writes a GUID array to the stream.  
 MethodWriteInt16 Writes a short to the stream.  
 MethodWriteInt16Array Writes a short array to the stream.  
 MethodWriteInt32 Writes an int to the stream.  
 MethodWriteInt32Array Writes a int array to the stream.  
 MethodWriteInt64 Writes a long to the stream.  
 MethodWriteInt64Array Writes a long array to the stream.  
 MethodWriteLocalizedText Writes an LocalizedText to the stream.  
 MethodWriteLocalizedTextArray Writes an LocalizedText array to the stream.  
 MethodWriteNodeId Writes an NodeId to the stream.  
 MethodWriteNodeIdArray Writes an NodeId array to the stream.  
 MethodWriteQualifiedName Writes an QualifiedName to the stream.  
 MethodWriteQualifiedNameArray Writes an QualifiedName array to the stream.  
 MethodWriteSByte Writes a sbyte to the stream.  
 MethodWriteSByteArray Writes a sbyte array to the stream.  
 MethodWriteStatusCode Writes an StatusCode to the stream.  
 MethodWriteStatusCodeArray Writes an StatusCode array to the stream.  
 MethodWriteString Writes a string to the stream.  
 MethodWriteStringArray Writes a string array to the stream.  
 MethodWriteUInt16 Writes a ushort to the stream.  
 MethodWriteUInt16Array Writes a ushort array to the stream.  
 MethodWriteUInt32 Writes a uint to the stream.  
 MethodWriteUInt32Array Writes a uint array to the stream.  
 MethodWriteUInt64 Writes a ulong to the stream.  
 MethodWriteUInt64Array Writes a ulong array to the stream.  
 MethodWriteVariant Writes an Variant array to the stream.  
 MethodWriteVariantArray Writes an Variant array to the stream.  
 MethodWriteXmlElement Writes an XmlElement to the stream.  
 MethodWriteXmlElementArray Writes a XmlElement array to the stream.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.