Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Struct Data as JSON

Florian,


On Tue, Mar 9, 2021 at 1:45 AM Florian Bachmair - flexSolution GmbH <florian.bachmair@xxxxxxxxxxxxxxx> wrote:

Hi I used this framework for a Project a while ago(version 0.3.8).

Now I have another project where I need OPCUA communication, and I wanted to try the current version 0.5.4 but the method "setBsdParser" has just disapeard with verison 0.4.0.


OpcUaClientConfig config = OpcUaClientConfig.builder()
                    .setApplicationName(LocalizedText.english(OpcClient.this.applicationName))
                    .setApplicationUri(OpcClient.this.applicaitonUri).setEndpoint(endpoint)
                    .setRequestTimeout(uint(OpcClient.this.timeout)).setBsdParser(new JsonBsdParser()).build();

How could I achieve to parse Structured Data to Json with the current version?


Thanks

Florian


_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top