RFA .NET
The SingleWriteIterator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Bind(ArrayEntry) | Binds ArrayEntry encoding. |
![]() | Bind(ElementEntry) | Binds ElementEntry encoding. For standard data only. |
![]() | Bind(FieldEntry) | Binds FieldEntry encoding. For encoding standard data only. |
![]() | Bind(FilterEntry) | Binds FilterEntry encoding. |
![]() | Bind(MapEntry) | Binds MapEntry encoding. |
![]() | Bind(SeriesEntry) | Binds SeriesEntry encoding. |
![]() | Bind(VectorEntry) | Binds VectorEntry encoding. |
![]() | Bind(FilterEntry, Byte) | Binds FilterEntry encoding. |
![]() | Clear | Clears iterator to allow re-encoding data into the same data container passed by Initialize()
in previous allocated memory. |
![]() | Complete | |
![]() | Dispose | Releases unmanaged resources. |
![]() | Initialize(Data) | Initializes iterator. |
![]() | Initialize(Data, UInt32) | Initializes iterator. |
![]() | SetBlank | Encodes a blank data type. |
![]() | SetBuffer | Encodes raw data into the iterator's buffer, assuming that the data is for the next expected state. |
![]() | SetData | Encodes a pre-encoded data input. |
![]() | SetDate()()()() | Encodes a date with the default value(0) in year, month, and day data. |
![]() | SetDate(UInt16) | Encodes a date with individual inputs. |
![]() | SetDate(UInt16, Byte) | Encodes a date with individual inputs. |
![]() | SetDate(UInt16, Byte, Byte) | Encodes a date with individual inputs. |
![]() | SetDateTime()()()() | Encodes a date and time with the default value(0). |
![]() | SetDateTime(UInt16) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte, Byte) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte, Byte, Byte) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte, Byte, Byte, Byte) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte, Byte, Byte, Byte, Byte) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte, Byte, Byte, Byte, Byte, UInt16) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte, Byte, Byte, Byte, Byte, UInt16, UInt16) | Encodes a date and time with individual inputs. |
![]() | SetDateTime(UInt16, Byte, Byte, Byte, Byte, Byte, UInt16, UInt16, UInt16) | Encodes a date and time with individual inputs. |
![]() | SetDouble | Encodes a double number. |
![]() | SetEnum()()()() | Encodes an enumeration. |
![]() | SetEnum(UInt16) | Encodes an enumeration. |
![]() | SetFloat | Encodes a float number. |
![]() | SetInt | Encodes an Int number. |
![]() | SetQos()()()() | Encodes a Qos with the default value. |
![]() | SetQos(UInt16) | Encodes a Qos with the specified timeliness. |
![]() | SetQos(UInt16, UInt16) | Encodes a Qos with the specified rate and timeliness. |
![]() | SetReal | Encodes a real number. |
![]() | SetRespStatus(RFA_String) | Encodes a response status with the specified information. |
![]() | SetRespStatus(RFA_String, Byte) | Encodes a response status with the specified information. |
![]() | SetRespStatus(RFA_String, Byte, Byte) | Encodes a response status with the specified information. |
![]() | SetRespStatus(RFA_String, Byte, Byte, Byte) | Encodes a response status with the specified information. |
![]() | SetString | Encodes a string into the raw format for this dataType. |
![]() | SetTime()()()() | Encodes a time with the default value(0) in year, month, and day data. |
![]() | SetTime(Byte) | Encodes a time with individual inputs. |
![]() | SetTime(Byte, Byte) | Encodes a time with individual inputs. |
![]() | SetTime(Byte, Byte, Byte) | Encodes a time with individual inputs. |
![]() | SetTime(Byte, Byte, Byte, UInt16) | Encodes a time with individual inputs. |
![]() | SetTime(Byte, Byte, Byte, UInt16, UInt16) | Encodes a time with individual inputs. |
![]() | SetTime(Byte, Byte, Byte, UInt16, UInt16, UInt16) | Encodes a time with individual inputs. |
![]() | SetUInt | Encodes an UInt number. |
![]() | Start(ElementList) | Initializes ElementList encoding initialization. |
![]() | Start(FieldList) | Initializes FieldList encoding. |
![]() | Start(Array, Byte) | Initializes Array encoding. |
![]() | Start(ElementList, Byte) | Initializes ElementList encoding initialization. |
![]() | Start(FieldList, Byte) | Initializes FieldList encoding. |
![]() | Start(FilterList, Byte) | Initializes FilterList encoding. |
![]() | Start(Map, Byte) | Initializes Map encoding initialization. |
![]() | Start(Series, Byte) | Initializes Series encoding initialization. |
![]() | Start(Vector, Byte) | Initializes Vector encoding initialization. |
![]() | Start(ElementList, Byte, ElementListDef) | Initializes ElementList encoding. |
![]() | Start(FieldList, Byte, FieldListDef) | Initializes FieldList encoding. |
![]() | StartSummaryData | Encodes initialization of summary data. |
![]() | ToRFA_String | String representation of this object. |