Appendix 9 - Persistent Discovery List

Q. How do I make my driver's discovery list persistent so that the integrator does not have to rediscover every time he or she revisits a manager at a later date?

A. Add a frozen property named 'discoveryFolder' of type BFolder to the driver' network (to persist the device discovery list) or to the driver's point device extension (to persist the point discovery list). Here is a sample of code to add to the slotomatic properties section on the network or point device ext:


      discoveryFolder : BFolder
        -- Persists the discovery objects that were discovered during
        -- The most recent discovery job.
        flags{hidden}
        default{[new BFolder()]}