Class used to return reading data from MedWand sensor. More...
Static Public Member Functions | |
| static MedWandReading | DeepClone< T > (MedWandReading obj) |
| Creates a deep copy of the specified MedWandReading object. | |
Class used to return reading data from MedWand sensor.
|
static |
Creates a deep copy of the specified MedWandReading object.
| T | The type parameter, which is not used in this method but may be required for compatibility with generic constraints. |
| obj | The MedWandReading object to clone. |
| ArgumentNullException | Thrown if the obj parameter is null. |
This method serializes the input object to JSON and then deserializes it to create a deep copy.