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

Glossary Item Box

The following tables list the members exposed by BinaryEncoder.

Public Constructors

 NameDescription
Public ConstructorBinaryEncoder ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyBaseStream Gets the stream that the encoder is writing to.  
Public PropertyContext The message context associated with the encoder.  
Public PropertyEncodingType The type of encoding being used.  
Public PropertyPosition Gets or sets the position in the stream.  
Top

Public Methods

 NameDescription
Public MethodClose Completes writing and returns position in the stream.  
Public MethodCloseAndReturnBuffer Completes writing and returns the buffer (if available).  
Public MethodDispose Frees any unmanaged resources.  
Public Methodstatic (Shared in Visual Basic)EncodeMessageOverloaded.  Encodes a message in a buffer.  
Public MethodPopNamespace Pops a namespace from the namespace stack.  
Public MethodPushNamespace Pushes a namespace onto the namespace stack.  
Public MethodSaveStringTable Saves a string table from a binary stream.  
Public MethodSetMappingTables Initializes the tables used to map namespace and server uris during encoding.  
Public MethodWriteBoolean Writes a boolean to the stream.  
Public MethodWriteBooleanArray Writes a boolean array to the stream.  
Public MethodWriteByte Writes a byte to the stream.  
Public MethodWriteByteArray Writes a sbyte array to the stream.  
Public MethodWriteByteString Writes a byte string to the stream.  
Public MethodWriteByteStringArray Writes a byte string array to the stream.  
Public MethodWriteDataValue Writes an DataValue array to the stream.  
Public MethodWriteDataValueArray Writes an DataValue array to the stream.  
Public MethodWriteDateTime Writes a UTC date/time to the stream.  
Public MethodWriteDateTimeArray Writes a UTC date/time array to the stream.  
Public MethodWriteDiagnosticInfo Writes an DiagnosticInfo to the stream.  
Public MethodWriteDiagnosticInfoArray Writes an DiagnosticInfo array to the stream.  
Public MethodWriteDouble Writes a double to the stream.  
Public MethodWriteDoubleArray Writes a double array to the stream.  
Public MethodWriteEncodeable Writes an encodeable object to the stream.  
Public MethodWriteEncodeableArray Writes an encodeable object array to the stream.  
Public MethodWriteEnumerated Writes an enumerated value array to the stream.  
Public MethodWriteEnumeratedArray Writes an enumerated value array to the stream.  
Public MethodWriteExpandedNodeId Writes an ExpandedNodeId to the stream.  
Public MethodWriteExpandedNodeIdArray Writes an ExpandedNodeId array to the stream.  
Public MethodWriteExtensionObject Writes an ExtensionObject to the stream.  
Public MethodWriteExtensionObjectArray Writes an extension object array to the stream.  
Public MethodWriteFloat Writes a float to the stream.  
Public MethodWriteFloatArray Writes a float array to the stream.  
Public MethodWriteGuidOverloaded.  Writes a GUID to the stream.  
Public MethodWriteGuidArrayOverloaded.  Writes a GUID array to the stream.  
Public MethodWriteInt16 Writes a short to the stream.  
Public MethodWriteInt16Array Writes a short array to the stream.  
Public MethodWriteInt32 Writes an int to the stream.  
Public MethodWriteInt32Array Writes a int array to the stream.  
Public MethodWriteInt64 Writes a long to the stream.  
Public MethodWriteInt64Array Writes a long array to the stream.  
Public MethodWriteLocalizedText Writes an LocalizedText to the stream.  
Public MethodWriteLocalizedTextArray Writes an LocalizedText array to the stream.  
Public MethodWriteNodeId Writes an NodeId to the stream.  
Public MethodWriteNodeIdArray Writes an NodeId array to the stream.  
Public MethodWriteQualifiedName Writes an QualifiedName to the stream.  
Public MethodWriteQualifiedNameArray Writes an QualifiedName array to the stream.  
Public MethodWriteRawBytes Writes raw bytes to the stream.  
Public MethodWriteSByte Writes a sbyte to the stream.  
Public MethodWriteSByteArray Writes a sbyte array to the stream.  
Public MethodWriteStatusCode Writes an StatusCode to the stream.  
Public MethodWriteStatusCodeArray Writes an StatusCode array to the stream.  
Public MethodWriteString Writes a string to the stream.  
Public MethodWriteStringArray Writes a string array to the stream.  
Public MethodWriteUInt16 Writes a ushort to the stream.  
Public MethodWriteUInt16Array Writes a ushort array to the stream.  
Public MethodWriteUInt32 Writes a uint to the stream.  
Public MethodWriteUInt32Array Writes a uint array to the stream.  
Public MethodWriteUInt64 Writes a ulong to the stream.  
Public MethodWriteUInt64Array Writes a ulong array to the stream.  
Public MethodWriteVariant Writes an Variant to the stream.  
Public MethodWriteVariantArray Writes an Variant array to the stream.  
Public MethodWriteXmlElement Writes an XmlElement to the stream.  
Public MethodWriteXmlElementArray Writes an XmlElement array to the stream.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.