Overload | Description |
---|---|
UAAttributePoint Constructor() | Initializes a new instance of the class, with default data. |
UAAttributePoint Constructor(UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class, with given endpoint and node descriptors. |
UAAttributePoint Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Initializes a new instance of the class, with given endpoint and node descriptors, and an attribute Id. |
UAAttributePoint Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId,UAIndexRangeList) | Initializes a new instance of the class, with given endpoint and node descriptors, an attribute Id, and an index range list. |
UAAttributePoint Constructor(UAAttributePoint) | Initializes a new instance of the class with a copy of another instance. |