GetAttributesRequest

@Serializable
data class GetAttributesRequest(val nodeId: NodeId)

Request object containing input parameters for the DOMDomain.getAttributes command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

Id of the node to retrieve attributes for.