RealTimeStructType Class Methods
- Last UpdatedApr 08, 2026
- 2 minute read
For a list of all members of this type, see RealTimeStructType members.
| Name | Description | |
|---|---|---|
![]() | Bind | Overloaded. Overridden. Bind RealTimeType object to a given type name. |
![]() | Clone | This will clone current object. This is deep cloning. (Inherited from OASySDNA.RealTime.Data.Common.HighPerformanceSetDBWrapper.RealTimeType) |
![]() | Equals | 'Equals' function for RealTimeType and for all derived classes. (Inherited from RealTimeType) |
![]() | FindRealTimeFieldInfo | Gets RealTimeFieldInfo object corresponding to the specified field. |
![]() | GetHashCode | (Inherited from RealTimeType) |
![]() | GetKeyName | Get key name for given key number for current structure. |
![]() | GetRealTimeFieldInfoCollection | Gets an collection of RealTimeFieldInfo objects of the desired field kind (e.g. structure, primitive or all). It reports only one field level down. So, for instance, requesting all fields in the multistate structure type will result in a collection that includes the structure flags, the array inputIOspecsArray, as well as other primitive fields. If the caller needs to explore down to each primitive field, then he needs to check the RealTimeFieldInfo.Kind for each value retrieved from the collection and use further RealTimeArrayType and RealTimeStructType calls to navigate down to the primitive fields. |
