RealTimeStructType Class Members
- Last UpdatedApr 08, 2026
- 3 minute read
The following tables list the members exposed by RealTimeStructType.
| Name | Description | |
|---|---|---|
![]() | HPDBRealTimeStructType | Underlying instance of the wrapped object. |
![]() | HPDBRealTimeType | Underlying instance of the wrapped object. (Inherited from OASySDNA.RealTime.Data.Common.HighPerformanceSetDBWrapper.RealTimeType) |
![]() | Kind | Get kind of realtime type. (Inherited from RealTimeType) |
![]() | Name | Get name of realtime type. (Inherited from RealTimeType) |
![]() | Size | Get size (in bytes) of realtime type. (Inherited from RealTimeType) |
![]() | UltimateType | Get ultimate type of realtime type. (Inherited from RealTimeType) |
| 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. |


