addNamespace
fun addNamespace(namespaceName: String, builderAction: DeviceNamespaces.DataElementBuilder.() -> Unit): DeviceNamespaces.Builder
Adds a new namespace.
Return
the builder
Parameters
namespaceName
the namespace name.
builderAction
the builder action.