Overload | Description |
---|---|
ExtensionObject Constructor() | Initializes the object with default values. |
ExtensionObject Constructor(ExtensionObject) | Creates a deep copy of the value. |
ExtensionObject Constructor(ExpandedNodeId) | Initializes the object with a typeId. |
ExtensionObject Constructor(Object) | Initializes the object with a body. |
ExtensionObject Constructor(ExpandedNodeId,Object) | Initializes the object with an encodeable object. |