Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] NetworkConfig

NetworkConfig offers a set(String key, Object value) for that.

So just iterate over the entries of Property (see Javadoc for Properties.entrySet() )

And then add the entries each with its key and value using the above NetworkConfig.set().

(cast the key of the entry to String).

 

Mit freundlichen Grüßen / Best regards

Achim Kraus

(INST/ECS4)
Bosch Software Innovations GmbH | Stuttgarter Straße 130 | 71332 Waiblingen | GERMANY
| www.bosch-si.com


Sitz: Berlin, Registergericht: Amtsgericht Charlottenburg; HRB 148411 B
Geschäftsführung: Dr.-Ing. Rainer Kallenbach, Michael Hahn



From: leshan-dev-bounces@xxxxxxxxxxx [mailto:leshan-dev-bounces@xxxxxxxxxxx] On Behalf Of (BFUD5J) ? ? ? ?
Sent: Freitag, 12. Mai 2017 12:11
To: leshan-dev <leshan-dev@xxxxxxxxxxx>
Subject: [leshan-dev] NetworkConfig

 

Hi,everybody

 

< Copy all properties from the loaded properties into the create NetworkConfig.

How to copy properties into the create NetworkConfig.

 

Many thanks

zmsoft


Back to the top