Click or drag to resize

AttributeValue Methods

The AttributeValue type exposes the following members.

Methods
 NameDescription
Public methodAddOnAttributeValueSet Add a handler for the OnAttributeValueSet event.
Public methodGetValue(MessageContextBase, ArraySegmentByte) Protocol access to the attribute value. Honours Gettable.
Public methodGetValue(MessageContextBase, IPacketWriter, DataSelect) Protocol access to the attribute value. Honours Gettable.
Public methodNotifyAttributeValueSet Raises the OnAttributeValueSet event.
Public methodReadByte Reads the attribute value and returns the data as a value.
Public methodReadBytes(ArraySegmentByte) Read the attribute value into the specified buffer.
Public methodReadBytes(Int32) Reads the attribute value and returns the data as a value.
Public methodReadDoubleLE Reads the attribute value and returns the data as a value.
Public methodReadInt16LE Reads the attribute value and returns the data as a value.
Public methodReadInt32LE Reads the attribute value and returns the data as a value.
Public methodReadInt64LE Reads the attribute value and returns the data as a value.
Public methodReadSingleLE Reads the attribute value and returns the data as a value.
Public methodReadString Reads the attribute value and returns the data as a value.
Public methodReadUInt16LE Reads the attribute value and returns the data as a value.
Public methodReadUInt32LE Reads the attribute value and returns the data as a value.
Public methodReadUInt64LE Reads the attribute value and returns the data as a value.
Public methodRemoveOnAttributeValueSet Remove a handler from the OnAttributeValueSet event.
Public methodSetValue(MessageContextBase, ArraySegmentByte, Boolean) Protocol access to the attribute value. Honours Settable and IgnoreSet.
Public methodSetValue(MessageContextBase, IPacketWriter, IPacketReader, DataSelect, Boolean) Protocol access to the attribute value. Honours Settable and IgnoreSet.
Public methodWriteByte Write a value to the attribute value.
Public methodWriteBytes Write data into the attribute value.
Public methodWriteDoubleLE Write a value to the attribute value.
Public methodWriteInt16LE Write a value to the attribute value.
Public methodWriteInt32LE Write a value to the attribute value.
Public methodWriteInt64LE Write a value to the attribute value.
Public methodWriteSingleLE Write a value to the attribute value.
Public methodWriteString Write a value to the attribute value.
Public methodWriteUInt16LE Write a value to the attribute value.
Public methodWriteUInt32LE Write a value to the attribute value.
Public methodWriteUInt64LE Write a value to the attribute value.
Top
See Also