valiot / opex62541

An Elixir wrapper for the open62541 library (OPC UA stack)
https://hexdocs.pm/opex62541/readme.html
MIT License
20 stars 6 forks source link

Alde103/inrpd285 opc ua arrays #6

Closed alde103 closed 4 years ago

alde103 commented 4 years ago

Description

Several R/W Misc functions added:

  • user_write_mask,
  • user_access_level,
  • user_executable,
  • symmetric,
  • event_notifier,
  • contains_no_loop,
  • node_id,
  • node_class
  • array_dimensions.

R/W Nodes Attribute functions support data index for working with arrays. Finally a blank array function added.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

/test/client_tests/arrays_test.exs /test/server_tests/arrays_test.exs

Checklist: