Overload | Description |
---|---|
UAReadArguments Constructor() | Initializes a new instance of the class with default data. |
UAReadArguments Constructor(OperationArguments) | Initializes a new copy of the object. |
UAReadArguments Constructor(UAAttributeArguments) | Initializes a new instance of the class, specifying the attribute arguments. |
UAReadArguments Constructor(UAAttributeArguments,UAReadParameters) | Initializes a new instance of the class, specifying the attribute arguments, and read parameters. |
UAReadArguments Constructor(UAReadArguments) | Initializes a new instance of the class, specifying the read arguments. |
UAReadArguments Constructor(UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class, specifying the endpoint descriptor, and node descriptor. |
UAReadArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, and attribute Id. |
UAReadArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId,UAIndexRangeList) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, attribute Id, and index range list. |
UAReadArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UAIndexRangeList) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, and index range list. |
UAReadArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId,UAReadParameters) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, attribute Id, and read parameters. |
UAReadArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UAAttributeId,UAIndexRangeList,UAReadParameters) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, attribute Id, index range list, and read parameters. |
UAReadArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,UAReadParameters) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, and read parameters. |
UAReadArguments Constructor(UANodeArguments) | Initializes a new instance of the class, specifying the node arguments. |
UAReadArguments Constructor(UANodeArguments,UAAttributeId) | Initializes a new instance of the class, specifying the node arguments, and attribute Id. |
UAReadArguments Constructor(UANodeArguments,UAReadParameters) | Initializes a new instance of the class, specifying the node arguments, and read parameters. |