6.14.4 Copy and Versioning of a DTM Instance
After creation of a DTM object the Frame Application must request the IPersistXXX interface pointer and call IPersistXXX::Load() with a reference to the stream / property bag object of the appropriate field device instance.
Within this method the DTM business object must initialize its device parameters based on the information of the stream object.
To get a copy of the private data of a DTM business object the Frame Application must call IPersistXXX::Save() with a reference to a new stream / property bag object.
It is up to the Frame Application to handle the Frame Application specific versioning aspects and to manage the different instance data sets for a device.

Used methods: Standard Microsoft
|