Luos new feature: add access management to container.

? Feature: Add access management to container

Sometimes the same container type can be used for input or output purposes. For example, a STATE_TYPE container (which is a basic True/False state) can be used for a button (read-only) or a relay…


This content originally appeared on DEV Community and was authored by Emanuel Allely

? Feature: Add access management to container

Sometimes the same container type can be used for input or output purposes. For example, a STATE_TYPE container (which is a basic True/False state) can be used for a button (read-only) or a relay (write-only). This is no big deal regarding the capability of your code because you deal with the messages as you want and make it work as you want, but other containers don't know if it's read-only or write-only.

This new access management feature allows you to declare the readability of your container for the other containers in your device. By default, a container is on a READ_WRITE_ACCESS, and you can choose to make it READ_ONLY_ACCESS, WRITE_ONLY_ACCESS, or even NO_ACCESS.

More details about this can be found in the Containers accessibility section of our documentation.


This content originally appeared on DEV Community and was authored by Emanuel Allely


Print Share Comment Cite Upload Translate Updates
APA

Emanuel Allely | Sciencx (2021-07-29T08:27:31+00:00) Luos new feature: add access management to container.. Retrieved from https://www.scien.cx/2021/07/29/luos-new-feature-add-access-management-to-container/

MLA
" » Luos new feature: add access management to container.." Emanuel Allely | Sciencx - Thursday July 29, 2021, https://www.scien.cx/2021/07/29/luos-new-feature-add-access-management-to-container/
HARVARD
Emanuel Allely | Sciencx Thursday July 29, 2021 » Luos new feature: add access management to container.., viewed ,<https://www.scien.cx/2021/07/29/luos-new-feature-add-access-management-to-container/>
VANCOUVER
Emanuel Allely | Sciencx - » Luos new feature: add access management to container.. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/29/luos-new-feature-add-access-management-to-container/
CHICAGO
" » Luos new feature: add access management to container.." Emanuel Allely | Sciencx - Accessed . https://www.scien.cx/2021/07/29/luos-new-feature-add-access-management-to-container/
IEEE
" » Luos new feature: add access management to container.." Emanuel Allely | Sciencx [Online]. Available: https://www.scien.cx/2021/07/29/luos-new-feature-add-access-management-to-container/. [Accessed: ]
rf:citation
» Luos new feature: add access management to container. | Emanuel Allely | Sciencx | https://www.scien.cx/2021/07/29/luos-new-feature-add-access-management-to-container/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.