RealTimeStructType Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| RealTimeStructType Constructor(RealTimeStructType) | Default constructor. If an instance of the wrapped object isn't provided, it is instantiated with the default constructor. |
| RealTimeStructType Constructor(String) | Create RealTimeType for a given type name. |
| RealTimeStructType Constructor(RealTimeType) | Constructor for binding with another RealTimeType object. The parameter should be of struct type. |