Reference: Low level interface

Lists types and functions that are part of the open62541 standard interface.

open62541 types

Open62541.UA_AccessControlType
struct UA_AccessControl

Fields:

  • context::Ptr{Nothing}

  • clear::Ptr{Nothing}

  • userTokenPoliciesSize::UInt64

  • userTokenPolicies::Ptr{UA_UserTokenPolicy}

  • activateSession::Ptr{Nothing}

  • closeSession::Ptr{Nothing}

  • getUserRightsMask::Ptr{Nothing}

  • getUserAccessLevel::Ptr{Nothing}

  • getUserExecutable::Ptr{Nothing}

  • getUserExecutableOnObject::Ptr{Nothing}

  • allowAddNode::Ptr{Nothing}

  • allowAddReference::Ptr{Nothing}

  • allowDeleteNode::Ptr{Nothing}

  • allowDeleteReference::Ptr{Nothing}

  • allowBrowseNode::Ptr{Nothing}

  • allowTransferSubscription::Ptr{Nothing}

  • allowHistoryUpdateUpdateData::Ptr{Nothing}

  • allowHistoryUpdateDeleteRawModified::Ptr{Nothing}

source
Open62541.UA_ActivateSessionRequestType
struct UA_ActivateSessionRequest

Fields:

  • requestHeader::UA_RequestHeader

  • clientSignature::UA_SignatureData

  • clientSoftwareCertificatesSize::UInt64

  • clientSoftwareCertificates::Ptr{UA_SignedSoftwareCertificate}

  • localeIdsSize::UInt64

  • localeIds::Ptr{UA_String}

  • userIdentityToken::UA_ExtensionObject

  • userTokenSignature::UA_SignatureData

source
Open62541.UA_ActivateSessionResponseType
struct UA_ActivateSessionResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • serverNonce::UA_String

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_AddNodesItemType
struct UA_AddNodesItem

Fields:

  • parentNodeId::UA_ExpandedNodeId

  • referenceTypeId::UA_NodeId

  • requestedNewNodeId::UA_ExpandedNodeId

  • browseName::UA_QualifiedName

  • nodeClass::UA_NodeClass

  • nodeAttributes::UA_ExtensionObject

  • typeDefinition::UA_ExpandedNodeId

source
Open62541.UA_AddNodesResponseType
struct UA_AddNodesResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_AddNodesResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_AddPublishedDataSetResultType
struct UA_AddPublishedDataSetResult

Fields:

  • addResult::UInt32

  • fieldAddResultsSize::UInt64

  • fieldAddResults::Ptr{UInt32}

  • configurationVersion::UA_ConfigurationVersionDataType

source
Open62541.UA_AddReferencesItemType
struct UA_AddReferencesItem

Fields:

  • sourceNodeId::UA_NodeId

  • referenceTypeId::UA_NodeId

  • isForward::Bool

  • targetServerUri::UA_String

  • targetNodeId::UA_ExpandedNodeId

  • targetNodeClass::UA_NodeClass

source
Open62541.UA_AddReferencesResponseType
struct UA_AddReferencesResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_AggregateConfigurationType
struct UA_AggregateConfiguration

Fields:

  • useServerCapabilitiesDefaults::Bool

  • treatUncertainAsBad::Bool

  • percentDataBad::UInt8

  • percentDataGood::UInt8

  • useSlopedExtrapolation::Bool

source
Open62541.UA_AggregateFilterType
struct UA_AggregateFilter

Fields:

  • startTime::Int64

  • aggregateType::UA_NodeId

  • processingInterval::Float64

  • aggregateConfiguration::UA_AggregateConfiguration

source
Open62541.UA_AggregateFilterResultType
struct UA_AggregateFilterResult

Fields:

  • revisedStartTime::Int64

  • revisedProcessingInterval::Float64

  • revisedAggregateConfiguration::UA_AggregateConfiguration

source
Open62541.UA_ApplicationDescriptionType
struct UA_ApplicationDescription

Fields:

  • applicationUri::UA_String

  • productUri::UA_String

  • applicationName::UA_LocalizedText

  • applicationType::UA_ApplicationType

  • gatewayServerUri::UA_String

  • discoveryProfileUri::UA_String

  • discoveryUrlsSize::UInt64

  • discoveryUrls::Ptr{UA_String}

source
Open62541.UA_ArgumentType
struct UA_Argument

Fields:

  • name::UA_String

  • dataType::UA_NodeId

  • valueRank::Int32

  • arrayDimensionsSize::UInt64

  • arrayDimensions::Ptr{UInt32}

  • description::UA_LocalizedText

source
Open62541.UA_AsyncOperationRequestType
struct UA_AsyncOperationRequest

Fields:

  • callMethodRequest

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_AsyncOperationResponseType
struct UA_AsyncOperationResponse

Fields:

  • callMethodResult

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_AttributeOperandType
struct UA_AttributeOperand

Fields:

  • nodeId::UA_NodeId

  • alias::UA_String

  • browsePath::UA_RelativePath

  • attributeId::UInt32

  • indexRange::UA_String

source
Open62541.UA_AxisInformationType
struct UA_AxisInformation

Fields:

  • engineeringUnits::UA_EUInformation

  • eURange::UA_Range

  • title::UA_LocalizedText

  • axisScaleType::UA_AxisScaleEnumeration

  • axisStepsSize::UInt64

  • axisSteps::Ptr{Float64}

source
Open62541.UA_BrokerDataSetReaderTransportDataTypeType
struct UA_BrokerDataSetReaderTransportDataType

Fields:

  • queueName::UA_String

  • resourceUri::UA_String

  • authenticationProfileUri::UA_String

  • requestedDeliveryGuarantee::UA_BrokerTransportQualityOfService

  • metaDataQueueName::UA_String

source
Open62541.UA_BrokerDataSetWriterTransportDataTypeType
struct UA_BrokerDataSetWriterTransportDataType

Fields:

  • queueName::UA_String

  • resourceUri::UA_String

  • authenticationProfileUri::UA_String

  • requestedDeliveryGuarantee::UA_BrokerTransportQualityOfService

  • metaDataQueueName::UA_String

  • metaDataUpdateTime::Float64

source
Open62541.UA_BrowseDescriptionType
struct UA_BrowseDescription

Fields:

  • nodeId::UA_NodeId

  • browseDirection::UA_BrowseDirection

  • referenceTypeId::UA_NodeId

  • includeSubtypes::Bool

  • nodeClassMask::UInt32

  • resultMask::UInt32

source
Open62541.UA_BrowseNextRequestType
struct UA_BrowseNextRequest

Fields:

  • requestHeader::UA_RequestHeader

  • releaseContinuationPoints::Bool

  • continuationPointsSize::UInt64

  • continuationPoints::Ptr{UA_String}

source
Open62541.UA_BrowseNextResponseType
struct UA_BrowseNextResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_BrowseResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_BrowseRequestType
struct UA_BrowseRequest

Fields:

  • requestHeader::UA_RequestHeader

  • view::UA_ViewDescription

  • requestedMaxReferencesPerNode::UInt32

  • nodesToBrowseSize::UInt64

  • nodesToBrowse::Ptr{UA_BrowseDescription}

source
Open62541.UA_BrowseResponseType
struct UA_BrowseResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_BrowseResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_BrowseResultType
struct UA_BrowseResult

Fields:

  • statusCode::UInt32

  • continuationPoint::UA_String

  • referencesSize::UInt64

  • references::Ptr{UA_ReferenceDescription}

source
Open62541.UA_BuildInfoType
struct UA_BuildInfo

Fields:

  • productUri::UA_String

  • manufacturerName::UA_String

  • productName::UA_String

  • softwareVersion::UA_String

  • buildNumber::UA_String

  • buildDate::Int64

source
Open62541.UA_CallMethodResultType
struct UA_CallMethodResult

Fields:

  • statusCode::UInt32

  • inputArgumentResultsSize::UInt64

  • inputArgumentResults::Ptr{UInt32}

  • inputArgumentDiagnosticInfosSize::UInt64

  • inputArgumentDiagnosticInfos::Ptr{UA_DiagnosticInfo}

  • outputArgumentsSize::UInt64

  • outputArguments::Ptr{UA_Variant}

source
Open62541.UA_CallRequestType
struct UA_CallRequest

Fields:

  • requestHeader::UA_RequestHeader

  • methodsToCallSize::UInt64

  • methodsToCall::Ptr{UA_CallMethodRequest}

source
Open62541.UA_CallResponseType
struct UA_CallResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_CallMethodResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_CertificateVerificationType
struct UA_CertificateVerification

Fields:

  • context::Ptr{Nothing}

  • verifyCertificate::Ptr{Nothing}

  • verifyApplicationURI::Ptr{Nothing}

  • getExpirationDate::Ptr{Nothing}

  • getSubjectName::Ptr{Nothing}

  • clear::Ptr{Nothing}

  • logging::Ptr{UA_Logger}

source
Open62541.UA_ClientConfigType
struct UA_ClientConfig

Fields:

  • clientContext::Ptr{Nothing}

  • logging::Ptr{UA_Logger}

  • timeout::UInt32

  • clientDescription::UA_ApplicationDescription

  • endpointUrl::UA_String

  • userIdentityToken::UA_ExtensionObject

  • securityMode::UA_MessageSecurityMode

  • securityPolicyUri::UA_String

  • noSession::Bool

  • noReconnect::Bool

  • noNewSession::Bool

  • endpoint::UA_EndpointDescription

  • userTokenPolicy::UA_UserTokenPolicy

  • applicationUri::UA_String

  • customDataTypes::Ptr{UA_DataTypeArray}

  • secureChannelLifeTime::UInt32

  • requestedSessionTimeout::UInt32

  • localConnectionConfig::UA_ConnectionConfig

  • connectivityCheckInterval::UInt32

  • eventLoop::Ptr{UA_EventLoop}

  • externalEventLoop::Bool

  • securityPoliciesSize::UInt64

  • securityPolicies::Ptr{UA_SecurityPolicy}

  • certificateVerification::UA_CertificateVerification

  • authSecurityPoliciesSize::UInt64

  • authSecurityPolicies::Ptr{UA_SecurityPolicy}

  • authSecurityPolicyUri::UA_String

  • stateCallback::Ptr{Nothing}

  • inactivityCallback::Ptr{Nothing}

  • outStandingPublishRequests::UInt16

  • subscriptionInactivityCallback::Ptr{Nothing}

  • sessionName::UA_String

  • sessionLocaleIds::Ptr{UA_String}

  • sessionLocaleIdsSize::UInt64

  • privateKeyPasswordCallback::Ptr{Nothing}

source
Open62541.UA_ConnectionConfigType
struct UA_ConnectionConfig

Fields:

  • protocolVersion::UInt32

  • recvBufferSize::UInt32

  • sendBufferSize::UInt32

  • localMaxMessageSize::UInt32

  • remoteMaxMessageSize::UInt32

  • localMaxChunkCount::UInt32

  • remoteMaxChunkCount::UInt32

source
Open62541.UA_ConnectionManagerType
struct UA_ConnectionManager

Fields:

  • eventSource::UA_EventSource

  • protocol::UA_String

  • openConnection::Ptr{Nothing}

  • sendWithConnection::Ptr{Nothing}

  • closeConnection::Ptr{Nothing}

  • allocNetworkBuffer::Ptr{Nothing}

  • freeNetworkBuffer::Ptr{Nothing}

source
Open62541.UA_ContentFilterElementResultType
struct UA_ContentFilterElementResult

Fields:

  • statusCode::UInt32

  • operandStatusCodesSize::UInt64

  • operandStatusCodes::Ptr{UInt32}

  • operandDiagnosticInfosSize::UInt64

  • operandDiagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_ContentFilterResultType
struct UA_ContentFilterResult

Fields:

  • elementResultsSize::UInt64

  • elementResults::Ptr{UA_ContentFilterElementResult}

  • elementDiagnosticInfosSize::UInt64

  • elementDiagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_CreateMonitoredItemsRequestType
struct UA_CreateMonitoredItemsRequest

Fields:

  • requestHeader::UA_RequestHeader

  • subscriptionId::UInt32

  • timestampsToReturn::UA_TimestampsToReturn

  • itemsToCreateSize::UInt64

  • itemsToCreate::Ptr{UA_MonitoredItemCreateRequest}

source
Open62541.UA_CreateMonitoredItemsResponseType
struct UA_CreateMonitoredItemsResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_MonitoredItemCreateResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_CreateSessionRequestType
struct UA_CreateSessionRequest

Fields:

  • requestHeader::UA_RequestHeader

  • clientDescription::UA_ApplicationDescription

  • serverUri::UA_String

  • endpointUrl::UA_String

  • sessionName::UA_String

  • clientNonce::UA_String

  • clientCertificate::UA_String

  • requestedSessionTimeout::Float64

  • maxResponseMessageSize::UInt32

source
Open62541.UA_CreateSessionResponseType
struct UA_CreateSessionResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • sessionId::UA_NodeId

  • authenticationToken::UA_NodeId

  • revisedSessionTimeout::Float64

  • serverNonce::UA_String

  • serverCertificate::UA_String

  • serverEndpointsSize::UInt64

  • serverEndpoints::Ptr{UA_EndpointDescription}

  • serverSoftwareCertificatesSize::UInt64

  • serverSoftwareCertificates::Ptr{UA_SignedSoftwareCertificate}

  • serverSignature::UA_SignatureData

  • maxRequestMessageSize::UInt32

source
Open62541.UA_CreateSubscriptionRequestType
struct UA_CreateSubscriptionRequest

Fields:

  • requestHeader::UA_RequestHeader

  • requestedPublishingInterval::Float64

  • requestedLifetimeCount::UInt32

  • requestedMaxKeepAliveCount::UInt32

  • maxNotificationsPerPublish::UInt32

  • publishingEnabled::Bool

  • priority::UInt8

source
Open62541.UA_CreateSubscriptionResponseType
struct UA_CreateSubscriptionResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • subscriptionId::UInt32

  • revisedPublishingInterval::Float64

  • revisedLifetimeCount::UInt32

  • revisedMaxKeepAliveCount::UInt32

source
Open62541.UA_DataChangeNotificationType
struct UA_DataChangeNotification

Fields:

  • monitoredItemsSize::UInt64

  • monitoredItems::Ptr{UA_MonitoredItemNotification}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_DataSetMetaDataTypeType
struct UA_DataSetMetaDataType

Fields:

  • namespacesSize::UInt64

  • namespaces::Ptr{UA_String}

  • structureDataTypesSize::UInt64

  • structureDataTypes::Ptr{UA_StructureDescription}

  • enumDataTypesSize::UInt64

  • enumDataTypes::Ptr{UA_EnumDescription}

  • simpleDataTypesSize::UInt64

  • simpleDataTypes::Ptr{UA_SimpleTypeDescription}

  • name::UA_String

  • description::UA_LocalizedText

  • fieldsSize::UInt64

  • fields::Ptr{UA_FieldMetaData}

  • dataSetClassId::UA_Guid

  • configurationVersion::UA_ConfigurationVersionDataType

source
Open62541.UA_DataSetReaderDataTypeType
struct UA_DataSetReaderDataType

Fields:

  • name::UA_String

  • enabled::Bool

  • publisherId::UA_Variant

  • writerGroupId::UInt16

  • dataSetWriterId::UInt16

  • dataSetMetaData::UA_DataSetMetaDataType

  • dataSetFieldContentMask::UInt32

  • messageReceiveTimeout::Float64

  • keyFrameCount::UInt32

  • headerLayoutUri::UA_String

  • securityMode::UA_MessageSecurityMode

  • securityGroupId::UA_String

  • securityKeyServicesSize::UInt64

  • securityKeyServices::Ptr{UA_EndpointDescription}

  • dataSetReaderPropertiesSize::UInt64

  • dataSetReaderProperties::Ptr{UA_KeyValuePair}

  • transportSettings::UA_ExtensionObject

  • messageSettings::UA_ExtensionObject

  • subscribedDataSet::UA_ExtensionObject

source
Open62541.UA_DataSetWriterConfigType
struct UA_DataSetWriterConfig

Fields:

  • name::UA_String

  • dataSetWriterId::UInt16

  • dataSetFieldContentMask::UInt32

  • keyFrameCount::UInt32

  • messageSettings::UA_ExtensionObject

  • transportSettings::UA_ExtensionObject

  • dataSetName::UA_String

  • dataSetWriterProperties::UA_KeyValueMap

source
Open62541.UA_DataSetWriterDataTypeType
struct UA_DataSetWriterDataType

Fields:

  • name::UA_String

  • enabled::Bool

  • dataSetWriterId::UInt16

  • dataSetFieldContentMask::UInt32

  • keyFrameCount::UInt32

  • dataSetName::UA_String

  • dataSetWriterPropertiesSize::UInt64

  • dataSetWriterProperties::Ptr{UA_KeyValuePair}

  • transportSettings::UA_ExtensionObject

  • messageSettings::UA_ExtensionObject

source
Open62541.UA_DataTypeType
struct UA_DataType

Fields:

  • typeName

  • typeId

  • binaryEncodingId

  • memSize

  • typeKind

  • pointerFree

  • overlayable

  • membersSize

  • members

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_DataTypeMemberType
struct UA_DataTypeMember

Fields:

  • memberName

  • memberType

  • padding

  • isArray

  • isOptional

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_DataValueType
struct UA_DataValue

Fields:

  • value::UA_Variant

  • sourceTimestamp::Int64

  • serverTimestamp::Int64

  • sourcePicoseconds::UInt16

  • serverPicoseconds::UInt16

  • status::UInt32

  • hasValue::Bool

  • hasStatus::Bool

  • hasSourceTimestamp::Bool

  • hasServerTimestamp::Bool

  • hasSourcePicoseconds::Bool

  • hasServerPicoseconds::Bool

source
Open62541.UA_DatagramConnectionTransport2DataTypeType
struct UA_DatagramConnectionTransport2DataType

Fields:

  • discoveryAddress::UA_ExtensionObject

  • discoveryAnnounceRate::UInt32

  • discoveryMaxMessageSize::UInt32

  • qosCategory::UA_String

  • datagramQosSize::UInt64

  • datagramQos::Ptr{UA_ExtensionObject}

source
Open62541.UA_DatagramWriterGroupTransport2DataTypeType
struct UA_DatagramWriterGroupTransport2DataType

Fields:

  • messageRepeatCount::UInt8

  • messageRepeatDelay::Float64

  • address::UA_ExtensionObject

  • qosCategory::UA_String

  • datagramQosSize::UInt64

  • datagramQos::Ptr{UA_ExtensionObject}

  • discoveryAnnounceRate::UInt32

  • topic::UA_String

source
Open62541.UA_DateTimeStructType
struct UA_DateTimeStruct

Fields:

  • nanoSec::UInt16

  • microSec::UInt16

  • milliSec::UInt16

  • sec::UInt16

  • min::UInt16

  • hour::UInt16

  • day::UInt16

  • month::UInt16

  • year::Int16

source
Open62541.UA_DecodeJsonOptionsType
struct UA_DecodeJsonOptions

Fields:

  • namespaces::Ptr{UA_String}

  • namespacesSize::UInt64

  • serverUris::Ptr{UA_String}

  • serverUrisSize::UInt64

  • customTypes::Ptr{UA_DataTypeArray}

source
Open62541.UA_DelayedCallbackType
struct UA_DelayedCallback

Fields:

  • next::Ptr{UA_DelayedCallback}

  • callback::Ptr{Nothing}

  • application::Ptr{Nothing}

  • context::Ptr{Nothing}

source
Open62541.UA_DeleteMonitoredItemsResponseType
struct UA_DeleteMonitoredItemsResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_DeleteNodesResponseType
struct UA_DeleteNodesResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_DeleteReferencesItemType
struct UA_DeleteReferencesItem

Fields:

  • sourceNodeId::UA_NodeId

  • referenceTypeId::UA_NodeId

  • isForward::Bool

  • targetNodeId::UA_ExpandedNodeId

  • deleteBidirectional::Bool

source
Open62541.UA_DeleteReferencesResponseType
struct UA_DeleteReferencesResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_DeleteSubscriptionsResponseType
struct UA_DeleteSubscriptionsResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_DiagnosticInfoType
struct UA_DiagnosticInfo

Fields:

  • hasSymbolicId

  • hasNamespaceUri

  • hasLocalizedText

  • hasLocale

  • hasAdditionalInfo

  • hasInnerStatusCode

  • hasInnerDiagnosticInfo

  • symbolicId

  • namespaceUri

  • localizedText

  • locale

  • additionalInfo

  • innerStatusCode

  • innerDiagnosticInfo

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_EUInformationType
struct UA_EUInformation

Fields:

  • namespaceUri::UA_String

  • unitId::Int32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

source
Open62541.UA_EncodeJsonOptionsType
struct UA_EncodeJsonOptions

Fields:

  • namespaces::Ptr{UA_String}

  • namespacesSize::UInt64

  • serverUris::Ptr{UA_String}

  • serverUrisSize::UInt64

  • useReversible::Bool

  • prettyPrint::Bool

  • unquotedKeys::Bool

  • stringNodeIds::Bool

source
Open62541.UA_EndpointConfigurationType
struct UA_EndpointConfiguration

Fields:

  • operationTimeout::Int32

  • useBinaryEncoding::Bool

  • maxStringLength::Int32

  • maxByteStringLength::Int32

  • maxArrayLength::Int32

  • maxMessageSize::Int32

  • maxBufferSize::Int32

  • channelLifetime::Int32

  • securityTokenLifetime::Int32

source
Open62541.UA_EndpointDescriptionType
struct UA_EndpointDescription

Fields:

  • endpointUrl::UA_String

  • server::UA_ApplicationDescription

  • serverCertificate::UA_String

  • securityMode::UA_MessageSecurityMode

  • securityPolicyUri::UA_String

  • userIdentityTokensSize::UInt64

  • userIdentityTokens::Ptr{UA_UserTokenPolicy}

  • transportProfileUri::UA_String

  • securityLevel::UInt8

source
Open62541.UA_EndpointTypeType
struct UA_EndpointType

Fields:

  • endpointUrl::UA_String

  • securityMode::UA_MessageSecurityMode

  • securityPolicyUri::UA_String

  • transportProfileUri::UA_String

source
Open62541.UA_EnumFieldType
struct UA_EnumField

Fields:

  • value::Int64

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • name::UA_String

source
Open62541.UA_EventFilterType
struct UA_EventFilter

Fields:

  • selectClausesSize::UInt64

  • selectClauses::Ptr{UA_SimpleAttributeOperand}

  • whereClause::UA_ContentFilter

source
Open62541.UA_EventFilterResultType
struct UA_EventFilterResult

Fields:

  • selectClauseResultsSize::UInt64

  • selectClauseResults::Ptr{UInt32}

  • selectClauseDiagnosticInfosSize::UInt64

  • selectClauseDiagnosticInfos::Ptr{UA_DiagnosticInfo}

  • whereClauseResult::UA_ContentFilterResult

source
Open62541.UA_EventLoopType
struct UA_EventLoop

Fields:

  • logger::Ptr{UA_Logger}

  • params::Ptr{UA_KeyValueMap}

  • state::UA_EventLoopState

  • start::Ptr{Nothing}

  • stop::Ptr{Nothing}

  • run::Ptr{Nothing}

  • free::Ptr{Nothing}

  • dateTime_now::Ptr{Nothing}

  • dateTime_nowMonotonic::Ptr{Nothing}

  • dateTime_localTimeUtcOffset::Ptr{Nothing}

  • nextCyclicTime::Ptr{Nothing}

  • addCyclicCallback::Ptr{Nothing}

  • modifyCyclicCallback::Ptr{Nothing}

  • removeCyclicCallback::Ptr{Nothing}

  • addTimedCallback::Ptr{Nothing}

  • addDelayedCallback::Ptr{Nothing}

  • removeDelayedCallback::Ptr{Nothing}

  • eventSources::Ptr{UA_EventSource}

  • registerEventSource::Ptr{Nothing}

  • deregisterEventSource::Ptr{Nothing}

source
Open62541.UA_EventSourceType
struct UA_EventSource

Fields:

  • next::Ptr{UA_EventSource}

  • eventSourceType::UA_EventSourceType

  • name::UA_String

  • eventLoop::Ptr{Nothing}

  • params::UA_KeyValueMap

  • state::UA_EventSourceState

  • start::Ptr{Nothing}

  • stop::Ptr{Nothing}

  • free::Ptr{Nothing}

source
Open62541.UA_ExtensionObjectType
struct UA_ExtensionObject

Fields:

  • encoding

  • content

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_FieldMetaDataType
struct UA_FieldMetaData

Fields:

  • name::UA_String

  • description::UA_LocalizedText

  • fieldFlags::UInt16

  • builtInType::UInt8

  • dataType::UA_NodeId

  • valueRank::Int32

  • arrayDimensionsSize::UInt64

  • arrayDimensions::Ptr{UInt32}

  • maxStringLength::UInt32

  • dataSetFieldId::UA_Guid

  • propertiesSize::UInt64

  • properties::Ptr{UA_KeyValuePair}

source
Open62541.UA_FieldTargetDataTypeType
struct UA_FieldTargetDataType

Fields:

  • dataSetFieldId::UA_Guid

  • receiverIndexRange::UA_String

  • targetNodeId::UA_NodeId

  • attributeId::UInt32

  • writeIndexRange::UA_String

  • overrideValueHandling::UA_OverrideValueHandling

  • overrideValue::UA_Variant

source
Open62541.UA_FieldTargetVariableType
struct UA_FieldTargetVariable

Fields:

  • targetVariable::UA_FieldTargetDataType

  • externalDataValue::Ptr{Ptr{UA_DataValue}}

  • targetVariableContext::Ptr{Nothing}

  • beforeWrite::Ptr{Nothing}

  • afterWrite::Ptr{Nothing}

source
Open62541.UA_FindServersOnNetworkRequestType
struct UA_FindServersOnNetworkRequest

Fields:

  • requestHeader::UA_RequestHeader

  • startingRecordId::UInt32

  • maxRecordsToReturn::UInt32

  • serverCapabilityFilterSize::UInt64

  • serverCapabilityFilter::Ptr{UA_String}

source
Open62541.UA_FindServersRequestType
struct UA_FindServersRequest

Fields:

  • requestHeader::UA_RequestHeader

  • endpointUrl::UA_String

  • localeIdsSize::UInt64

  • localeIds::Ptr{UA_String}

  • serverUrisSize::UInt64

  • serverUris::Ptr{UA_String}

source
Open62541.UA_GenericAttributesType
struct UA_GenericAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • attributeValuesSize::UInt64

  • attributeValues::Ptr{UA_GenericAttributeValue}

source
Open62541.UA_GetEndpointsRequestType
struct UA_GetEndpointsRequest

Fields:

  • requestHeader::UA_RequestHeader

  • endpointUrl::UA_String

  • localeIdsSize::UInt64

  • localeIds::Ptr{UA_String}

  • profileUrisSize::UInt64

  • profileUris::Ptr{UA_String}

source
Open62541.UA_GlobalNodeLifecycleType
struct UA_GlobalNodeLifecycle

Fields:

  • constructor::Ptr{Nothing}

  • destructor::Ptr{Nothing}

  • createOptionalChild::Ptr{Nothing}

  • generateChildNodeId::Ptr{Nothing}

source
Open62541.UA_GuidType
struct UA_Guid

Fields:

  • data1::UInt32

  • data2::UInt16

  • data3::UInt16

  • data4::NTuple{8, UInt8}

source
Open62541.UA_HistorizingNodeIdSettingsType
struct UA_HistorizingNodeIdSettings

Fields:

  • historizingBackend::UA_HistoryDataBackend

  • maxHistoryDataResponseSize::UInt64

  • historizingUpdateStrategy::UA_HistorizingUpdateStrategy

  • pollingInterval::UInt64

  • userContext::Ptr{Nothing}

source
Open62541.UA_HistoryDataBackendType
struct UA_HistoryDataBackend

Fields:

  • context::Ptr{Nothing}

  • deleteMembers::Ptr{Nothing}

  • serverSetHistoryData::Ptr{Nothing}

  • getHistoryData::Ptr{Nothing}

  • getDateTimeMatch::Ptr{Nothing}

  • getEnd::Ptr{Nothing}

  • lastIndex::Ptr{Nothing}

  • firstIndex::Ptr{Nothing}

  • resultSize::Ptr{Nothing}

  • copyDataValues::Ptr{Nothing}

  • getDataValue::Ptr{Nothing}

  • boundSupported::Ptr{Nothing}

  • timestampsToReturnSupported::Ptr{Nothing}

  • insertDataValue::Ptr{Nothing}

  • replaceDataValue::Ptr{Nothing}

  • updateDataValue::Ptr{Nothing}

  • removeDataValue::Ptr{Nothing}

source
Open62541.UA_HistoryDataGatheringType
struct UA_HistoryDataGathering

Fields:

  • context::Ptr{Nothing}

  • deleteMembers::Ptr{Nothing}

  • registerNodeId::Ptr{Nothing}

  • stopPoll::Ptr{Nothing}

  • startPoll::Ptr{Nothing}

  • updateNodeIdSetting::Ptr{Nothing}

  • getHistorizingSetting::Ptr{Nothing}

  • setValue::Ptr{Nothing}

source
Open62541.UA_HistoryDatabaseType
struct UA_HistoryDatabase

Fields:

  • context::Ptr{Nothing}

  • clear::Ptr{Nothing}

  • setValue::Ptr{Nothing}

  • setEvent::Ptr{Nothing}

  • readRaw::Ptr{Nothing}

  • readModified::Ptr{Nothing}

  • readEvent::Ptr{Nothing}

  • readProcessed::Ptr{Nothing}

  • readAtTime::Ptr{Nothing}

  • updateData::Ptr{Nothing}

  • deleteRawModified::Ptr{Nothing}

source
Open62541.UA_HistoryModifiedDataType
struct UA_HistoryModifiedData

Fields:

  • dataValuesSize::UInt64

  • dataValues::Ptr{UA_DataValue}

  • modificationInfosSize::UInt64

  • modificationInfos::Ptr{UA_ModificationInfo}

source
Open62541.UA_HistoryReadRequestType
struct UA_HistoryReadRequest

Fields:

  • requestHeader::UA_RequestHeader

  • historyReadDetails::UA_ExtensionObject

  • timestampsToReturn::UA_TimestampsToReturn

  • releaseContinuationPoints::Bool

  • nodesToReadSize::UInt64

  • nodesToRead::Ptr{UA_HistoryReadValueId}

source
Open62541.UA_HistoryReadResponseType
struct UA_HistoryReadResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_HistoryReadResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_HistoryUpdateResponseType
struct UA_HistoryUpdateResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_HistoryUpdateResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_HistoryUpdateResultType
struct UA_HistoryUpdateResult

Fields:

  • statusCode::UInt32

  • operationResultsSize::UInt64

  • operationResults::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_MethodAttributesType
struct UA_MethodAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • executable::Bool

  • userExecutable::Bool

source
Open62541.UA_ModifyMonitoredItemsRequestType
struct UA_ModifyMonitoredItemsRequest

Fields:

  • requestHeader::UA_RequestHeader

  • subscriptionId::UInt32

  • timestampsToReturn::UA_TimestampsToReturn

  • itemsToModifySize::UInt64

  • itemsToModify::Ptr{UA_MonitoredItemModifyRequest}

source
Open62541.UA_ModifyMonitoredItemsResponseType
struct UA_ModifyMonitoredItemsResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_MonitoredItemModifyResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_ModifySubscriptionRequestType
struct UA_ModifySubscriptionRequest

Fields:

  • requestHeader::UA_RequestHeader

  • subscriptionId::UInt32

  • requestedPublishingInterval::Float64

  • requestedLifetimeCount::UInt32

  • requestedMaxKeepAliveCount::UInt32

  • maxNotificationsPerPublish::UInt32

  • priority::UInt8

source
Open62541.UA_MonitoredItemCreateResultType
struct UA_MonitoredItemCreateResult

Fields:

  • statusCode::UInt32

  • monitoredItemId::UInt32

  • revisedSamplingInterval::Float64

  • revisedQueueSize::UInt32

  • filterResult::UA_ExtensionObject

source
Open62541.UA_NodeType
struct UA_Node

Fields:

  • head

  • variableNode

  • variableTypeNode

  • methodNode

  • objectNode

  • objectTypeNode

  • referenceTypeNode

  • dataTypeNode

  • viewNode

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_NodeIdType
struct UA_NodeId

Fields:

  • nameSpaceIndex

  • identifierType

  • identifier

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_NodePointerType
struct UA_NodePointer

Fields:

  • immediate

  • id

  • expandedId

  • node

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_NotificationMessageType
struct UA_NotificationMessage

Fields:

  • sequenceNumber::UInt32

  • publishTime::Int64

  • notificationDataSize::UInt64

  • notificationData::Ptr{UA_ExtensionObject}

source
Open62541.UA_ObjectAttributesType
struct UA_ObjectAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • eventNotifier::UInt8

source
Open62541.UA_ObjectTypeAttributesType
struct UA_ObjectTypeAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • isAbstract::Bool

source
Open62541.UA_OpenSecureChannelRequestType
struct UA_OpenSecureChannelRequest

Fields:

  • requestHeader::UA_RequestHeader

  • clientProtocolVersion::UInt32

  • requestType::UA_SecurityTokenRequestType

  • securityMode::UA_MessageSecurityMode

  • clientNonce::UA_String

  • requestedLifetime::UInt32

source
Open62541.UA_ParsingResultType
struct UA_ParsingResult

Fields:

  • statusCode::UInt32

  • dataStatusCodesSize::UInt64

  • dataStatusCodes::Ptr{UInt32}

  • dataDiagnosticInfosSize::UInt64

  • dataDiagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_ProgramDiagnostic2DataTypeType
struct UA_ProgramDiagnostic2DataType

Fields:

  • createSessionId::UA_NodeId

  • createClientName::UA_String

  • invocationCreationTime::Int64

  • lastTransitionTime::Int64

  • lastMethodCall::UA_String

  • lastMethodSessionId::UA_NodeId

  • lastMethodInputArgumentsSize::UInt64

  • lastMethodInputArguments::Ptr{UA_Argument}

  • lastMethodOutputArgumentsSize::UInt64

  • lastMethodOutputArguments::Ptr{UA_Argument}

  • lastMethodInputValuesSize::UInt64

  • lastMethodInputValues::Ptr{UA_Variant}

  • lastMethodOutputValuesSize::UInt64

  • lastMethodOutputValues::Ptr{UA_Variant}

  • lastMethodCallTime::Int64

  • lastMethodReturnStatus::UInt32

source
Open62541.UA_ProgramDiagnosticDataTypeType
struct UA_ProgramDiagnosticDataType

Fields:

  • createSessionId::UA_NodeId

  • createClientName::UA_String

  • invocationCreationTime::Int64

  • lastTransitionTime::Int64

  • lastMethodCall::UA_String

  • lastMethodSessionId::UA_NodeId

  • lastMethodInputArgumentsSize::UInt64

  • lastMethodInputArguments::Ptr{UA_Argument}

  • lastMethodOutputArgumentsSize::UInt64

  • lastMethodOutputArguments::Ptr{UA_Argument}

  • lastMethodCallTime::Int64

  • lastMethodReturnStatus::UA_StatusResult

source
Open62541.UA_PubSubConfiguration2DataTypeType
struct UA_PubSubConfiguration2DataType

Fields:

  • publishedDataSetsSize::UInt64

  • publishedDataSets::Ptr{UA_PublishedDataSetDataType}

  • connectionsSize::UInt64

  • connections::Ptr{UA_PubSubConnectionDataType}

  • enabled::Bool

  • subscribedDataSetsSize::UInt64

  • subscribedDataSets::Ptr{UA_StandaloneSubscribedDataSetDataType}

  • dataSetClassesSize::UInt64

  • dataSetClasses::Ptr{UA_DataSetMetaDataType}

  • defaultSecurityKeyServicesSize::UInt64

  • defaultSecurityKeyServices::Ptr{UA_EndpointDescription}

  • securityGroupsSize::UInt64

  • securityGroups::Ptr{UA_SecurityGroupDataType}

  • pubSubKeyPushTargetsSize::UInt64

  • pubSubKeyPushTargets::Ptr{UA_PubSubKeyPushTargetDataType}

  • configurationVersion::UInt32

  • configurationPropertiesSize::UInt64

  • configurationProperties::Ptr{UA_KeyValuePair}

source
Open62541.UA_PubSubConfigurationDataTypeType
struct UA_PubSubConfigurationDataType

Fields:

  • publishedDataSetsSize::UInt64

  • publishedDataSets::Ptr{UA_PublishedDataSetDataType}

  • connectionsSize::UInt64

  • connections::Ptr{UA_PubSubConnectionDataType}

  • enabled::Bool

source
Open62541.UA_PubSubConnectionConfigType
struct UA_PubSubConnectionConfig

Fields:

  • name::UA_String

  • enabled::Bool

  • publisherIdType::UA_PublisherIdType

  • publisherId::UA_PublisherId

  • transportProfileUri::UA_String

  • address::UA_Variant

  • connectionProperties::UA_KeyValueMap

  • connectionTransportSettings::UA_Variant

  • eventLoop::Ptr{UA_EventLoop}

source
Open62541.UA_PubSubConnectionDataTypeType
struct UA_PubSubConnectionDataType

Fields:

  • name::UA_String

  • enabled::Bool

  • publisherId::UA_Variant

  • transportProfileUri::UA_String

  • address::UA_ExtensionObject

  • connectionPropertiesSize::UInt64

  • connectionProperties::Ptr{UA_KeyValuePair}

  • transportSettings::UA_ExtensionObject

  • writerGroupsSize::UInt64

  • writerGroups::Ptr{UA_WriterGroupDataType}

  • readerGroupsSize::UInt64

  • readerGroups::Ptr{UA_ReaderGroupDataType}

source
Open62541.UA_PubSubGroupDataTypeType
struct UA_PubSubGroupDataType

Fields:

  • name::UA_String

  • enabled::Bool

  • securityMode::UA_MessageSecurityMode

  • securityGroupId::UA_String

  • securityKeyServicesSize::UInt64

  • securityKeyServices::Ptr{UA_EndpointDescription}

  • maxNetworkMessageSize::UInt32

  • groupPropertiesSize::UInt64

  • groupProperties::Ptr{UA_KeyValuePair}

source
Open62541.UA_PubSubKeyPushTargetDataTypeType
struct UA_PubSubKeyPushTargetDataType

Fields:

  • applicationUri::UA_String

  • pushTargetFolderSize::UInt64

  • pushTargetFolder::Ptr{UA_String}

  • endpointUrl::UA_String

  • securityPolicyUri::UA_String

  • userTokenType::UA_UserTokenPolicy

  • requestedKeyCount::UInt16

  • retryInterval::Float64

  • pushTargetPropertiesSize::UInt64

  • pushTargetProperties::Ptr{UA_KeyValuePair}

  • securityGroupsSize::UInt64

  • securityGroups::Ptr{UA_String}

source
Open62541.UA_PublishRequestType
struct UA_PublishRequest

Fields:

  • requestHeader::UA_RequestHeader

  • subscriptionAcknowledgementsSize::UInt64

  • subscriptionAcknowledgements::Ptr{UA_SubscriptionAcknowledgement}

source
Open62541.UA_PublishResponseType
struct UA_PublishResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • subscriptionId::UInt32

  • availableSequenceNumbersSize::UInt64

  • availableSequenceNumbers::Ptr{UInt32}

  • moreNotifications::Bool

  • notificationMessage::UA_NotificationMessage

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_PublishedDataSetDataTypeType
struct UA_PublishedDataSetDataType

Fields:

  • name::UA_String

  • dataSetFolderSize::UInt64

  • dataSetFolder::Ptr{UA_String}

  • dataSetMetaData::UA_DataSetMetaDataType

  • extensionFieldsSize::UInt64

  • extensionFields::Ptr{UA_KeyValuePair}

  • dataSetSource::UA_ExtensionObject

source
Open62541.UA_PublishedEventTemplateConfigType
struct UA_PublishedEventTemplateConfig

Fields:

  • metaData::UA_DataSetMetaDataType

  • eventNotfier::UA_NodeId

  • selectedFieldsSize::UInt64

  • selectedFields::Ptr{UA_SimpleAttributeOperand}

  • filter::UA_ContentFilter

source
Open62541.UA_PublishedEventsDataTypeType
struct UA_PublishedEventsDataType

Fields:

  • eventNotifier::UA_NodeId

  • selectedFieldsSize::UInt64

  • selectedFields::Ptr{UA_SimpleAttributeOperand}

  • filter::UA_ContentFilter

source
Open62541.UA_PublishedVariableDataTypeType
struct UA_PublishedVariableDataType

Fields:

  • publishedVariable::UA_NodeId

  • attributeId::UInt32

  • samplingIntervalHint::Float64

  • deadbandType::UInt32

  • deadbandValue::Float64

  • indexRange::UA_String

  • substituteValue::UA_Variant

  • metaDataPropertiesSize::UInt64

  • metaDataProperties::Ptr{UA_QualifiedName}

source
Open62541.UA_QueryDataSetType
struct UA_QueryDataSet

Fields:

  • nodeId::UA_ExpandedNodeId

  • typeDefinitionNode::UA_ExpandedNodeId

  • valuesSize::UInt64

  • values::Ptr{UA_Variant}

source
Open62541.UA_QueryFirstRequestType
struct UA_QueryFirstRequest

Fields:

  • requestHeader::UA_RequestHeader

  • view::UA_ViewDescription

  • nodeTypesSize::UInt64

  • nodeTypes::Ptr{UA_NodeTypeDescription}

  • filter::UA_ContentFilter

  • maxDataSetsToReturn::UInt32

  • maxReferencesToReturn::UInt32

source
Open62541.UA_QueryFirstResponseType
struct UA_QueryFirstResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • queryDataSetsSize::UInt64

  • queryDataSets::Ptr{UA_QueryDataSet}

  • continuationPoint::UA_String

  • parsingResultsSize::UInt64

  • parsingResults::Ptr{UA_ParsingResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

  • filterResult::UA_ContentFilterResult

source
Open62541.UA_QueryNextResponseType
struct UA_QueryNextResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • queryDataSetsSize::UInt64

  • queryDataSets::Ptr{UA_QueryDataSet}

  • revisedContinuationPoint::UA_String

source
Open62541.UA_ReadProcessedDetailsType
struct UA_ReadProcessedDetails

Fields:

  • startTime::Int64

  • endTime::Int64

  • processingInterval::Float64

  • aggregateTypeSize::UInt64

  • aggregateType::Ptr{UA_NodeId}

  • aggregateConfiguration::UA_AggregateConfiguration

source
Open62541.UA_ReadRequestType
struct UA_ReadRequest

Fields:

  • requestHeader::UA_RequestHeader

  • maxAge::Float64

  • timestampsToReturn::UA_TimestampsToReturn

  • nodesToReadSize::UInt64

  • nodesToRead::Ptr{UA_ReadValueId}

source
Open62541.UA_ReadResponseType
struct UA_ReadResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_DataValue}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_ReadValueIdType
struct UA_ReadValueId

Fields:

  • nodeId::UA_NodeId

  • attributeId::UInt32

  • indexRange::UA_String

  • dataEncoding::UA_QualifiedName

source
Open62541.UA_ReaderGroupConfigType
struct UA_ReaderGroupConfig

Fields:

  • name::UA_String

  • rtLevel::UA_PubSubRTLevel

  • groupProperties::UA_KeyValueMap

  • encodingMimeType::UA_PubSubEncodingType

  • transportSettings::UA_ExtensionObject

  • securityMode::UA_MessageSecurityMode

source
Open62541.UA_ReaderGroupDataTypeType
struct UA_ReaderGroupDataType

Fields:

  • name::UA_String

  • enabled::Bool

  • securityMode::UA_MessageSecurityMode

  • securityGroupId::UA_String

  • securityKeyServicesSize::UInt64

  • securityKeyServices::Ptr{UA_EndpointDescription}

  • maxNetworkMessageSize::UInt32

  • groupPropertiesSize::UInt64

  • groupProperties::Ptr{UA_KeyValuePair}

  • transportSettings::UA_ExtensionObject

  • messageSettings::UA_ExtensionObject

  • dataSetReadersSize::UInt64

  • dataSetReaders::Ptr{UA_DataSetReaderDataType}

source
Open62541.UA_ReferenceDescriptionType
struct UA_ReferenceDescription

Fields:

  • referenceTypeId::UA_NodeId

  • isForward::Bool

  • nodeId::UA_ExpandedNodeId

  • browseName::UA_QualifiedName

  • displayName::UA_LocalizedText

  • nodeClass::UA_NodeClass

  • typeDefinition::UA_ExpandedNodeId

source
Open62541.UA_ReferenceTypeAttributesType
struct UA_ReferenceTypeAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • isAbstract::Bool

  • symmetric::Bool

  • inverseName::UA_LocalizedText

source
Open62541.UA_ReferenceTypeNodeType
struct UA_ReferenceTypeNode

Fields:

  • head::UA_NodeHead

  • isAbstract::Bool

  • symmetric::Bool

  • inverseName::UA_LocalizedText

  • referenceTypeIndex::UInt8

  • subTypes::UA_ReferenceTypeSet

source
Open62541.UA_RegisterServer2RequestType
struct UA_RegisterServer2Request

Fields:

  • requestHeader::UA_RequestHeader

  • server::UA_RegisteredServer

  • discoveryConfigurationSize::UInt64

  • discoveryConfiguration::Ptr{UA_ExtensionObject}

source
Open62541.UA_RegisterServer2ResponseType
struct UA_RegisterServer2Response

Fields:

  • responseHeader::UA_ResponseHeader

  • configurationResultsSize::UInt64

  • configurationResults::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_RegisteredServerType
struct UA_RegisteredServer

Fields:

  • serverUri::UA_String

  • productUri::UA_String

  • serverNamesSize::UInt64

  • serverNames::Ptr{UA_LocalizedText}

  • serverType::UA_ApplicationType

  • gatewayServerUri::UA_String

  • discoveryUrlsSize::UInt64

  • discoveryUrls::Ptr{UA_String}

  • semaphoreFilePath::UA_String

  • isOnline::Bool

source
Open62541.UA_RequestHeaderType
struct UA_RequestHeader

Fields:

  • authenticationToken::UA_NodeId

  • timestamp::Int64

  • requestHandle::UInt32

  • returnDiagnostics::UInt32

  • auditEntryId::UA_String

  • timeoutHint::UInt32

  • additionalHeader::UA_ExtensionObject

source
Open62541.UA_ResponseHeaderType
struct UA_ResponseHeader

Fields:

  • timestamp::Int64

  • requestHandle::UInt32

  • serviceResult::UInt32

  • serviceDiagnostics::UA_DiagnosticInfo

  • stringTableSize::UInt64

  • stringTable::Ptr{UA_String}

  • additionalHeader::UA_ExtensionObject

source
Open62541.UA_SecureChannelStatisticsType
struct UA_SecureChannelStatistics

Fields:

  • currentChannelCount::UInt64

  • cumulatedChannelCount::UInt64

  • rejectedChannelCount::UInt64

  • channelTimeoutCount::UInt64

  • channelAbortCount::UInt64

  • channelPurgeCount::UInt64

source
Open62541.UA_SecurityGroupDataTypeType
struct UA_SecurityGroupDataType

Fields:

  • name::UA_String

  • securityGroupFolderSize::UInt64

  • securityGroupFolder::Ptr{UA_String}

  • keyLifetime::Float64

  • securityPolicyUri::UA_String

  • maxFutureKeyCount::UInt32

  • maxPastKeyCount::UInt32

  • securityGroupId::UA_String

  • rolePermissionsSize::UInt64

  • rolePermissions::Ptr{UA_RolePermissionType}

  • groupPropertiesSize::UInt64

  • groupProperties::Ptr{UA_KeyValuePair}

source
Open62541.UA_SecurityPolicyType
struct UA_SecurityPolicy

Fields:

  • policyContext::Ptr{Nothing}

  • policyUri::UA_String

  • localCertificate::UA_String

  • asymmetricModule::UA_SecurityPolicyAsymmetricModule

  • symmetricModule::UA_SecurityPolicySymmetricModule

  • certificateSigningAlgorithm::UA_SecurityPolicySignatureAlgorithm

  • channelModule::UA_SecurityPolicyChannelModule

  • logger::Ptr{UA_Logger}

  • updateCertificateAndPrivateKey::Ptr{Nothing}

  • clear::Ptr{Nothing}

source
Open62541.UA_SecurityPolicyChannelModuleType
struct UA_SecurityPolicyChannelModule

Fields:

  • newContext::Ptr{Nothing}

  • deleteContext::Ptr{Nothing}

  • setLocalSymEncryptingKey::Ptr{Nothing}

  • setLocalSymSigningKey::Ptr{Nothing}

  • setLocalSymIv::Ptr{Nothing}

  • setRemoteSymEncryptingKey::Ptr{Nothing}

  • setRemoteSymSigningKey::Ptr{Nothing}

  • setRemoteSymIv::Ptr{Nothing}

  • compareCertificate::Ptr{Nothing}

source
Open62541.UA_SecurityPolicyEncryptionAlgorithmType
struct UA_SecurityPolicyEncryptionAlgorithm

Fields:

  • uri::UA_String

  • encrypt::Ptr{Nothing}

  • decrypt::Ptr{Nothing}

  • getLocalKeyLength::Ptr{Nothing}

  • getRemoteKeyLength::Ptr{Nothing}

  • getRemoteBlockSize::Ptr{Nothing}

  • getRemotePlainTextBlockSize::Ptr{Nothing}

source
Open62541.UA_SecurityPolicySignatureAlgorithmType
struct UA_SecurityPolicySignatureAlgorithm

Fields:

  • uri::UA_String

  • verify::Ptr{Nothing}

  • sign::Ptr{Nothing}

  • getLocalSignatureSize::Ptr{Nothing}

  • getRemoteSignatureSize::Ptr{Nothing}

  • getLocalKeyLength::Ptr{Nothing}

  • getRemoteKeyLength::Ptr{Nothing}

source
Open62541.UA_ServerConfigType
struct UA_ServerConfig

Fields:

  • context::Ptr{Nothing}

  • logging::Ptr{UA_Logger}

  • buildInfo::UA_BuildInfo

  • applicationDescription::UA_ApplicationDescription

  • shutdownDelay::Float64

  • notifyLifecycleState::Ptr{Nothing}

  • verifyRequestTimestamp::UA_RuleHandling

  • allowEmptyVariables::UA_RuleHandling

  • customDataTypes::Ptr{UA_DataTypeArray}

  • eventLoop::Ptr{UA_EventLoop}

  • externalEventLoop::Bool

  • serverUrls::Ptr{UA_String}

  • serverUrlsSize::UInt64

  • tcpEnabled::Bool

  • tcpBufSize::UInt32

  • tcpMaxMsgSize::UInt32

  • tcpMaxChunks::UInt32

  • tcpReuseAddr::Bool

  • securityPoliciesSize::UInt64

  • securityPolicies::Ptr{UA_SecurityPolicy}

  • endpointsSize::UInt64

  • endpoints::Ptr{UA_EndpointDescription}

  • securityPolicyNoneDiscoveryOnly::Bool

  • allowNonePolicyPassword::Bool

  • secureChannelPKI::UA_CertificateVerification

  • sessionPKI::UA_CertificateVerification

  • accessControl::UA_AccessControl

  • nodestore::UA_Nodestore

  • nodeLifecycle::UA_GlobalNodeLifecycle

  • modellingRulesOnInstances::Bool

  • maxSecureChannels::UInt16

  • maxSecurityTokenLifetime::UInt32

  • maxSessions::UInt16

  • maxSessionTimeout::Float64

  • maxNodesPerRead::UInt32

  • maxNodesPerWrite::UInt32

  • maxNodesPerMethodCall::UInt32

  • maxNodesPerBrowse::UInt32

  • maxNodesPerRegisterNodes::UInt32

  • maxNodesPerTranslateBrowsePathsToNodeIds::UInt32

  • maxNodesPerNodeManagement::UInt32

  • maxMonitoredItemsPerCall::UInt32

  • maxReferencesPerNode::UInt32

  • asyncOperationTimeout::Float64

  • maxAsyncOperationQueueSize::UInt64

  • asyncOperationNotifyCallback::Ptr{Nothing}

  • discoveryCleanupTimeout::UInt32

  • subscriptionsEnabled::Bool

  • maxSubscriptions::UInt32

  • maxSubscriptionsPerSession::UInt32

  • publishingIntervalLimits::UA_DurationRange

  • lifeTimeCountLimits::UA_UInt32Range

  • keepAliveCountLimits::UA_UInt32Range

  • maxNotificationsPerPublish::UInt32

  • enableRetransmissionQueue::Bool

  • maxRetransmissionQueueSize::UInt32

  • maxEventsPerNode::UInt32

  • maxMonitoredItems::UInt32

  • maxMonitoredItemsPerSubscription::UInt32

  • samplingIntervalLimits::UA_DurationRange

  • queueSizeLimits::UA_UInt32Range

  • maxPublishReqPerSession::UInt32

  • monitoredItemRegisterCallback::Ptr{Nothing}

  • pubsubEnabled::Bool

  • pubSubConfig::UA_PubSubConfiguration

  • historizingEnabled::Bool

  • historyDatabase::UA_HistoryDatabase

  • accessHistoryDataCapability::Bool

  • maxReturnDataValues::UInt32

  • accessHistoryEventsCapability::Bool

  • maxReturnEventValues::UInt32

  • insertDataCapability::Bool

  • insertEventCapability::Bool

  • insertAnnotationsCapability::Bool

  • replaceDataCapability::Bool

  • replaceEventCapability::Bool

  • updateDataCapability::Bool

  • updateEventCapability::Bool

  • deleteRawCapability::Bool

  • deleteEventCapability::Bool

  • deleteAtTimeDataCapability::Bool

  • reverseReconnectInterval::UInt32

  • privateKeyPasswordCallback::Ptr{Nothing}

source
Open62541.UA_ServerDiagnosticsSummaryDataTypeType
struct UA_ServerDiagnosticsSummaryDataType

Fields:

  • serverViewCount::UInt32

  • currentSessionCount::UInt32

  • cumulatedSessionCount::UInt32

  • securityRejectedSessionCount::UInt32

  • rejectedSessionCount::UInt32

  • sessionTimeoutCount::UInt32

  • sessionAbortCount::UInt32

  • currentSubscriptionCount::UInt32

  • cumulatedSubscriptionCount::UInt32

  • publishingIntervalCount::UInt32

  • securityRejectedRequestsCount::UInt32

  • rejectedRequestsCount::UInt32

source
Open62541.UA_ServerOnNetworkType
struct UA_ServerOnNetwork

Fields:

  • recordId::UInt32

  • serverName::UA_String

  • discoveryUrl::UA_String

  • serverCapabilitiesSize::UInt64

  • serverCapabilities::Ptr{UA_String}

source
Open62541.UA_ServerStatusDataTypeType
struct UA_ServerStatusDataType

Fields:

  • startTime::Int64

  • currentTime::Int64

  • state::UA_ServerState

  • buildInfo::UA_BuildInfo

  • secondsTillShutdown::UInt32

  • shutdownReason::UA_LocalizedText

source
Open62541.UA_SessionDiagnosticsDataTypeType
struct UA_SessionDiagnosticsDataType

Fields:

  • sessionId::UA_NodeId

  • sessionName::UA_String

  • clientDescription::UA_ApplicationDescription

  • serverUri::UA_String

  • endpointUrl::UA_String

  • localeIdsSize::UInt64

  • localeIds::Ptr{UA_String}

  • actualSessionTimeout::Float64

  • maxResponseMessageSize::UInt32

  • clientConnectionTime::Int64

  • clientLastContactTime::Int64

  • currentSubscriptionsCount::UInt32

  • currentMonitoredItemsCount::UInt32

  • currentPublishRequestsInQueue::UInt32

  • totalRequestCount::UA_ServiceCounterDataType

  • unauthorizedRequestCount::UInt32

  • readCount::UA_ServiceCounterDataType

  • historyReadCount::UA_ServiceCounterDataType

  • writeCount::UA_ServiceCounterDataType

  • historyUpdateCount::UA_ServiceCounterDataType

  • callCount::UA_ServiceCounterDataType

  • createMonitoredItemsCount::UA_ServiceCounterDataType

  • modifyMonitoredItemsCount::UA_ServiceCounterDataType

  • setMonitoringModeCount::UA_ServiceCounterDataType

  • setTriggeringCount::UA_ServiceCounterDataType

  • deleteMonitoredItemsCount::UA_ServiceCounterDataType

  • createSubscriptionCount::UA_ServiceCounterDataType

  • modifySubscriptionCount::UA_ServiceCounterDataType

  • setPublishingModeCount::UA_ServiceCounterDataType

  • publishCount::UA_ServiceCounterDataType

  • republishCount::UA_ServiceCounterDataType

  • transferSubscriptionsCount::UA_ServiceCounterDataType

  • deleteSubscriptionsCount::UA_ServiceCounterDataType

  • addNodesCount::UA_ServiceCounterDataType

  • addReferencesCount::UA_ServiceCounterDataType

  • deleteNodesCount::UA_ServiceCounterDataType

  • deleteReferencesCount::UA_ServiceCounterDataType

  • browseCount::UA_ServiceCounterDataType

  • browseNextCount::UA_ServiceCounterDataType

  • translateBrowsePathsToNodeIdsCount::UA_ServiceCounterDataType

  • queryFirstCount::UA_ServiceCounterDataType

  • queryNextCount::UA_ServiceCounterDataType

  • registerNodesCount::UA_ServiceCounterDataType

  • unregisterNodesCount::UA_ServiceCounterDataType

source
Open62541.UA_SessionSecurityDiagnosticsDataTypeType
struct UA_SessionSecurityDiagnosticsDataType

Fields:

  • sessionId::UA_NodeId

  • clientUserIdOfSession::UA_String

  • clientUserIdHistorySize::UInt64

  • clientUserIdHistory::Ptr{UA_String}

  • authenticationMechanism::UA_String

  • encoding::UA_String

  • transportProtocol::UA_String

  • securityMode::UA_MessageSecurityMode

  • securityPolicyUri::UA_String

  • clientCertificate::UA_String

source
Open62541.UA_SessionStatisticsType
struct UA_SessionStatistics

Fields:

  • currentSessionCount::UInt64

  • cumulatedSessionCount::UInt64

  • securityRejectedSessionCount::UInt64

  • rejectedSessionCount::UInt64

  • sessionTimeoutCount::UInt64

  • sessionAbortCount::UInt64

source
Open62541.UA_SessionlessInvokeRequestTypeType
struct UA_SessionlessInvokeRequestType

Fields:

  • urisVersion::UInt32

  • namespaceUrisSize::UInt64

  • namespaceUris::Ptr{UA_String}

  • serverUrisSize::UInt64

  • serverUris::Ptr{UA_String}

  • localeIdsSize::UInt64

  • localeIds::Ptr{UA_String}

  • serviceId::UInt32

source
Open62541.UA_SetMonitoringModeRequestType
struct UA_SetMonitoringModeRequest

Fields:

  • requestHeader::UA_RequestHeader

  • subscriptionId::UInt32

  • monitoringMode::UA_MonitoringMode

  • monitoredItemIdsSize::UInt64

  • monitoredItemIds::Ptr{UInt32}

source
Open62541.UA_SetMonitoringModeResponseType
struct UA_SetMonitoringModeResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_SetPublishingModeResponseType
struct UA_SetPublishingModeResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_SetTriggeringRequestType
struct UA_SetTriggeringRequest

Fields:

  • requestHeader::UA_RequestHeader

  • subscriptionId::UInt32

  • triggeringItemId::UInt32

  • linksToAddSize::UInt64

  • linksToAdd::Ptr{UInt32}

  • linksToRemoveSize::UInt64

  • linksToRemove::Ptr{UInt32}

source
Open62541.UA_SetTriggeringResponseType
struct UA_SetTriggeringResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • addResultsSize::UInt64

  • addResults::Ptr{UInt32}

  • addDiagnosticInfosSize::UInt64

  • addDiagnosticInfos::Ptr{UA_DiagnosticInfo}

  • removeResultsSize::UInt64

  • removeResults::Ptr{UInt32}

  • removeDiagnosticInfosSize::UInt64

  • removeDiagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_SimpleAttributeOperandType
struct UA_SimpleAttributeOperand

Fields:

  • typeDefinitionId::UA_NodeId

  • browsePathSize::UInt64

  • browsePath::Ptr{UA_QualifiedName}

  • attributeId::UInt32

  • indexRange::UA_String

source
Open62541.UA_StructureDefinitionType
struct UA_StructureDefinition

Fields:

  • defaultEncodingId::UA_NodeId

  • baseDataType::UA_NodeId

  • structureType::UA_StructureType

  • fieldsSize::UInt64

  • fields::Ptr{UA_StructureField}

source
Open62541.UA_StructureFieldType
struct UA_StructureField

Fields:

  • name::UA_String

  • description::UA_LocalizedText

  • dataType::UA_NodeId

  • valueRank::Int32

  • arrayDimensionsSize::UInt64

  • arrayDimensions::Ptr{UInt32}

  • maxStringLength::UInt32

  • isOptional::Bool

source
Open62541.UA_SubscriptionDiagnosticsDataTypeType
struct UA_SubscriptionDiagnosticsDataType

Fields:

  • sessionId::UA_NodeId

  • subscriptionId::UInt32

  • priority::UInt8

  • publishingInterval::Float64

  • maxKeepAliveCount::UInt32

  • maxLifetimeCount::UInt32

  • maxNotificationsPerPublish::UInt32

  • publishingEnabled::Bool

  • modifyCount::UInt32

  • enableCount::UInt32

  • disableCount::UInt32

  • republishRequestCount::UInt32

  • republishMessageRequestCount::UInt32

  • republishMessageCount::UInt32

  • transferRequestCount::UInt32

  • transferredToAltClientCount::UInt32

  • transferredToSameClientCount::UInt32

  • publishRequestCount::UInt32

  • dataChangeNotificationsCount::UInt32

  • eventNotificationsCount::UInt32

  • notificationsCount::UInt32

  • latePublishRequestCount::UInt32

  • currentKeepAliveCount::UInt32

  • currentLifetimeCount::UInt32

  • unacknowledgedMessageCount::UInt32

  • discardedMessageCount::UInt32

  • monitoredItemCount::UInt32

  • disabledMonitoredItemCount::UInt32

  • monitoringQueueOverflowCount::UInt32

  • nextSequenceNumber::UInt32

  • eventQueueOverFlowCount::UInt32

source
Open62541.UA_ThreeDFrameType
struct UA_ThreeDFrame

Fields:

  • cartesianCoordinates::UA_ThreeDCartesianCoordinates

  • orientation::UA_ThreeDOrientation

source
Open62541.UA_TransferSubscriptionsResponseType
struct UA_TransferSubscriptionsResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UA_TransferResult}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_TrustListDataTypeType
struct UA_TrustListDataType

Fields:

  • specifiedLists::UInt32

  • trustedCertificatesSize::UInt64

  • trustedCertificates::Ptr{UA_String}

  • trustedCrlsSize::UInt64

  • trustedCrls::Ptr{UA_String}

  • issuerCertificatesSize::UInt64

  • issuerCertificates::Ptr{UA_String}

  • issuerCrlsSize::UInt64

  • issuerCrls::Ptr{UA_String}

source
Open62541.UA_UABinaryFileDataTypeType
struct UA_UABinaryFileDataType

Fields:

  • namespacesSize::UInt64

  • namespaces::Ptr{UA_String}

  • structureDataTypesSize::UInt64

  • structureDataTypes::Ptr{UA_StructureDescription}

  • enumDataTypesSize::UInt64

  • enumDataTypes::Ptr{UA_EnumDescription}

  • simpleDataTypesSize::UInt64

  • simpleDataTypes::Ptr{UA_SimpleTypeDescription}

  • schemaLocation::UA_String

  • fileHeaderSize::UInt64

  • fileHeader::Ptr{UA_KeyValuePair}

  • body::UA_Variant

source
Open62541.UA_UadpDataSetReaderMessageDataTypeType
struct UA_UadpDataSetReaderMessageDataType

Fields:

  • groupVersion::UInt32

  • networkMessageNumber::UInt16

  • dataSetOffset::UInt16

  • dataSetClassId::UA_Guid

  • networkMessageContentMask::UInt32

  • dataSetMessageContentMask::UInt32

  • publishingInterval::Float64

  • receiveOffset::Float64

  • processingOffset::Float64

source
Open62541.UA_UadpWriterGroupMessageDataTypeType
struct UA_UadpWriterGroupMessageDataType

Fields:

  • groupVersion::UInt32

  • dataSetOrdering::UA_DataSetOrderingType

  • networkMessageContentMask::UInt32

  • samplingOffset::Float64

  • publishingOffsetSize::UInt64

  • publishingOffset::Ptr{Float64}

source
Open62541.UA_UpdateDataDetailsType
struct UA_UpdateDataDetails

Fields:

  • nodeId::UA_NodeId

  • performInsertReplace::UA_PerformUpdateType

  • updateValuesSize::UInt64

  • updateValues::Ptr{UA_DataValue}

source
Open62541.UA_UpdateEventDetailsType
struct UA_UpdateEventDetails

Fields:

  • nodeId::UA_NodeId

  • performInsertReplace::UA_PerformUpdateType

  • filter::UA_EventFilter

  • eventDataSize::UInt64

  • eventData::Ptr{UA_HistoryEventFieldList}

source
Open62541.UA_UserTokenPolicyType
struct UA_UserTokenPolicy

Fields:

  • policyId::UA_String

  • tokenType::UA_UserTokenType

  • issuedTokenType::UA_String

  • issuerEndpointUrl::UA_String

  • securityPolicyUri::UA_String

source
Open62541.UA_ValueBackendType
struct UA_ValueBackend

Fields:

  • backendType

  • backend

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_VariableAttributesType
struct UA_VariableAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • value::UA_Variant

  • dataType::UA_NodeId

  • valueRank::Int32

  • arrayDimensionsSize::UInt64

  • arrayDimensions::Ptr{UInt32}

  • accessLevel::UInt8

  • userAccessLevel::UInt8

  • minimumSamplingInterval::Float64

  • historizing::Bool

source
Open62541.UA_VariableNodeType
struct UA_VariableNode

Fields:

  • head

  • dataType

  • valueRank

  • arrayDimensionsSize

  • arrayDimensions

  • valueBackend

  • valueSource

  • value

  • accessLevel

  • minimumSamplingInterval

  • historizing

  • isDynamic

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_VariableTypeAttributesType
struct UA_VariableTypeAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • value::UA_Variant

  • dataType::UA_NodeId

  • valueRank::Int32

  • arrayDimensionsSize::UInt64

  • arrayDimensions::Ptr{UInt32}

  • isAbstract::Bool

source
Open62541.UA_VariableTypeNodeType
struct UA_VariableTypeNode

Fields:

  • head

  • dataType

  • valueRank

  • arrayDimensionsSize

  • arrayDimensions

  • valueBackend

  • valueSource

  • value

  • isAbstract

  • lifecycle

Note that this type is defined as a union type in C; therefore, setting fields of a Ptr of this type requires special care.

source
Open62541.UA_VariantType
struct UA_Variant

Fields:

  • type::Ptr{UA_DataType}

  • storageType::UA_VariantStorageType

  • arrayLength::UInt64

  • data::Ptr{Nothing}

  • arrayDimensionsSize::UInt64

  • arrayDimensions::Ptr{UInt32}

source
Open62541.UA_ViewAttributesType
struct UA_ViewAttributes

Fields:

  • specifiedAttributes::UInt32

  • displayName::UA_LocalizedText

  • description::UA_LocalizedText

  • writeMask::UInt32

  • userWriteMask::UInt32

  • containsNoLoops::Bool

  • eventNotifier::UInt8

source
Open62541.UA_WriteRequestType
struct UA_WriteRequest

Fields:

  • requestHeader::UA_RequestHeader

  • nodesToWriteSize::UInt64

  • nodesToWrite::Ptr{UA_WriteValue}

source
Open62541.UA_WriteResponseType
struct UA_WriteResponse

Fields:

  • responseHeader::UA_ResponseHeader

  • resultsSize::UInt64

  • results::Ptr{UInt32}

  • diagnosticInfosSize::UInt64

  • diagnosticInfos::Ptr{UA_DiagnosticInfo}

source
Open62541.UA_WriterGroupConfigType
struct UA_WriterGroupConfig

Fields:

  • name::UA_String

  • enabled::Bool

  • writerGroupId::UInt16

  • publishingInterval::Float64

  • keepAliveTime::Float64

  • priority::UInt8

  • transportSettings::UA_ExtensionObject

  • messageSettings::UA_ExtensionObject

  • groupProperties::UA_KeyValueMap

  • encodingMimeType::UA_PubSubEncodingType

  • pubsubManagerCallback::UA_PubSub_CallbackLifecycle

  • maxEncapsulatedDataSetMessageCount::UInt16

  • rtLevel::UA_PubSubRTLevel

  • securityMode::UA_MessageSecurityMode

source
Open62541.UA_WriterGroupDataTypeType
struct UA_WriterGroupDataType

Fields:

  • name::UA_String

  • enabled::Bool

  • securityMode::UA_MessageSecurityMode

  • securityGroupId::UA_String

  • securityKeyServicesSize::UInt64

  • securityKeyServices::Ptr{UA_EndpointDescription}

  • maxNetworkMessageSize::UInt32

  • groupPropertiesSize::UInt64

  • groupProperties::Ptr{UA_KeyValuePair}

  • writerGroupId::UInt16

  • publishingInterval::Float64

  • keepAliveTime::Float64

  • priority::UInt8

  • localeIdsSize::UInt64

  • localeIds::Ptr{UA_String}

  • headerLayoutUri::UA_String

  • transportSettings::UA_ExtensionObject

  • messageSettings::UA_ExtensionObject

  • dataSetWritersSize::UInt64

  • dataSetWriters::Ptr{UA_DataSetWriterDataType}

source

Memory allocation and management for open62541 types

These are low level functions allowing to allocate and free (etc.) memory for open62541 types ("UA_...") on the C-side.

Open62541.UA_AccessLevelExType_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AccessLevelExType_deleteMembersMethod
UInt32_deleteMembers(x::Ptr{UInt32})

(deprecated, use UInt32_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_AccessLevelExType_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_AccessLevelType_copyMethod
UInt8_copy(src::Ptr{UInt8}, dst::Ptr{UInt8})::UA_STATUSCODE
UInt8_copy(src::UInt8, dst::Ptr{UInt8})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AccessLevelType_deleteMembersMethod
UInt8_deleteMembers(x::Ptr{UInt8})

(deprecated, use UInt8_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt8_init(x) to reset the type and its memory.

source
Open62541.UA_AccessLevelType_newMethod
UInt8_new()::Ptr{UInt8}

creates and initializes ("zeros") a UInt8 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt8_delete(x::Ptr{UInt8})

source
Open62541.UA_AccessRestrictionType_copyMethod
UInt16_copy(src::Ptr{UInt16}, dst::Ptr{UInt16})::UA_STATUSCODE
UInt16_copy(src::UInt16, dst::Ptr{UInt16})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AccessRestrictionType_newMethod
UInt16_new()::Ptr{UInt16}

creates and initializes ("zeros") a UInt16 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt16_delete(x::Ptr{UInt16})

source
Open62541.UA_ActivateSessionRequest_clearMethod
UA_ActivateSessionRequest_clear(x::Ptr{UA_ActivateSessionRequest})

deletes the dynamically allocated content of the object x and calls UA_ActivateSessionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ActivateSessionRequest_copyMethod
UA_ActivateSessionRequest_copy(src::Ptr{UA_ActivateSessionRequest}, dst::Ptr{UA_ActivateSessionRequest})::UA_STATUSCODE
UA_ActivateSessionRequest_copy(src::UA_ActivateSessionRequest, dst::Ptr{UA_ActivateSessionRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ActivateSessionRequest_deleteMembersMethod
UA_ActivateSessionRequest_deleteMembers(x::Ptr{UA_ActivateSessionRequest})

(deprecated, use UA_ActivateSessionRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ActivateSessionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ActivateSessionRequest_newMethod
UA_ActivateSessionRequest_new()::Ptr{UA_ActivateSessionRequest}

creates and initializes ("zeros") a UA_ActivateSessionRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ActivateSessionRequest_delete(x::Ptr{UA_ActivateSessionRequest})

source
Open62541.UA_ActivateSessionResponse_clearMethod
UA_ActivateSessionResponse_clear(x::Ptr{UA_ActivateSessionResponse})

deletes the dynamically allocated content of the object x and calls UA_ActivateSessionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ActivateSessionResponse_copyMethod
UA_ActivateSessionResponse_copy(src::Ptr{UA_ActivateSessionResponse}, dst::Ptr{UA_ActivateSessionResponse})::UA_STATUSCODE
UA_ActivateSessionResponse_copy(src::UA_ActivateSessionResponse, dst::Ptr{UA_ActivateSessionResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ActivateSessionResponse_deleteMembersMethod
UA_ActivateSessionResponse_deleteMembers(x::Ptr{UA_ActivateSessionResponse})

(deprecated, use UA_ActivateSessionResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ActivateSessionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ActivateSessionResponse_newMethod
UA_ActivateSessionResponse_new()::Ptr{UA_ActivateSessionResponse}

creates and initializes ("zeros") a UA_ActivateSessionResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ActivateSessionResponse_delete(x::Ptr{UA_ActivateSessionResponse})

source
Open62541.UA_AddNodesItem_clearMethod
UA_AddNodesItem_clear(x::Ptr{UA_AddNodesItem})

deletes the dynamically allocated content of the object x and calls UA_AddNodesItem_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesItem_copyMethod
UA_AddNodesItem_copy(src::Ptr{UA_AddNodesItem}, dst::Ptr{UA_AddNodesItem})::UA_STATUSCODE
UA_AddNodesItem_copy(src::UA_AddNodesItem, dst::Ptr{UA_AddNodesItem})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AddNodesItem_deleteMembersMethod
UA_AddNodesItem_deleteMembers(x::Ptr{UA_AddNodesItem})

(deprecated, use UA_AddNodesItem_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AddNodesItem_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesItem_newMethod
UA_AddNodesItem_new()::Ptr{UA_AddNodesItem}

creates and initializes ("zeros") a UA_AddNodesItem object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AddNodesItem_delete(x::Ptr{UA_AddNodesItem})

source
Open62541.UA_AddNodesRequest_clearMethod
UA_AddNodesRequest_clear(x::Ptr{UA_AddNodesRequest})

deletes the dynamically allocated content of the object x and calls UA_AddNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesRequest_copyMethod
UA_AddNodesRequest_copy(src::Ptr{UA_AddNodesRequest}, dst::Ptr{UA_AddNodesRequest})::UA_STATUSCODE
UA_AddNodesRequest_copy(src::UA_AddNodesRequest, dst::Ptr{UA_AddNodesRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AddNodesRequest_deleteMembersMethod
UA_AddNodesRequest_deleteMembers(x::Ptr{UA_AddNodesRequest})

(deprecated, use UA_AddNodesRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AddNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesRequest_newMethod
UA_AddNodesRequest_new()::Ptr{UA_AddNodesRequest}

creates and initializes ("zeros") a UA_AddNodesRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AddNodesRequest_delete(x::Ptr{UA_AddNodesRequest})

source
Open62541.UA_AddNodesResponse_clearMethod
UA_AddNodesResponse_clear(x::Ptr{UA_AddNodesResponse})

deletes the dynamically allocated content of the object x and calls UA_AddNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesResponse_copyMethod
UA_AddNodesResponse_copy(src::Ptr{UA_AddNodesResponse}, dst::Ptr{UA_AddNodesResponse})::UA_STATUSCODE
UA_AddNodesResponse_copy(src::UA_AddNodesResponse, dst::Ptr{UA_AddNodesResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AddNodesResponse_deleteMembersMethod
UA_AddNodesResponse_deleteMembers(x::Ptr{UA_AddNodesResponse})

(deprecated, use UA_AddNodesResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AddNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesResponse_newMethod
UA_AddNodesResponse_new()::Ptr{UA_AddNodesResponse}

creates and initializes ("zeros") a UA_AddNodesResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AddNodesResponse_delete(x::Ptr{UA_AddNodesResponse})

source
Open62541.UA_AddNodesResult_clearMethod
UA_AddNodesResult_clear(x::Ptr{UA_AddNodesResult})

deletes the dynamically allocated content of the object x and calls UA_AddNodesResult_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesResult_copyMethod
UA_AddNodesResult_copy(src::Ptr{UA_AddNodesResult}, dst::Ptr{UA_AddNodesResult})::UA_STATUSCODE
UA_AddNodesResult_copy(src::UA_AddNodesResult, dst::Ptr{UA_AddNodesResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AddNodesResult_deleteMembersMethod
UA_AddNodesResult_deleteMembers(x::Ptr{UA_AddNodesResult})

(deprecated, use UA_AddNodesResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AddNodesResult_init(x) to reset the type and its memory.

source
Open62541.UA_AddNodesResult_newMethod
UA_AddNodesResult_new()::Ptr{UA_AddNodesResult}

creates and initializes ("zeros") a UA_AddNodesResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AddNodesResult_delete(x::Ptr{UA_AddNodesResult})

source
Open62541.UA_AddReferencesItem_clearMethod
UA_AddReferencesItem_clear(x::Ptr{UA_AddReferencesItem})

deletes the dynamically allocated content of the object x and calls UA_AddReferencesItem_init(x) to reset the type and its memory.

source
Open62541.UA_AddReferencesItem_copyMethod
UA_AddReferencesItem_copy(src::Ptr{UA_AddReferencesItem}, dst::Ptr{UA_AddReferencesItem})::UA_STATUSCODE
UA_AddReferencesItem_copy(src::UA_AddReferencesItem, dst::Ptr{UA_AddReferencesItem})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AddReferencesItem_deleteMembersMethod
UA_AddReferencesItem_deleteMembers(x::Ptr{UA_AddReferencesItem})

(deprecated, use UA_AddReferencesItem_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AddReferencesItem_init(x) to reset the type and its memory.

source
Open62541.UA_AddReferencesItem_newMethod
UA_AddReferencesItem_new()::Ptr{UA_AddReferencesItem}

creates and initializes ("zeros") a UA_AddReferencesItem object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AddReferencesItem_delete(x::Ptr{UA_AddReferencesItem})

source
Open62541.UA_AddReferencesRequest_clearMethod
UA_AddReferencesRequest_clear(x::Ptr{UA_AddReferencesRequest})

deletes the dynamically allocated content of the object x and calls UA_AddReferencesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_AddReferencesRequest_copyMethod
UA_AddReferencesRequest_copy(src::Ptr{UA_AddReferencesRequest}, dst::Ptr{UA_AddReferencesRequest})::UA_STATUSCODE
UA_AddReferencesRequest_copy(src::UA_AddReferencesRequest, dst::Ptr{UA_AddReferencesRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AddReferencesRequest_deleteMembersMethod
UA_AddReferencesRequest_deleteMembers(x::Ptr{UA_AddReferencesRequest})

(deprecated, use UA_AddReferencesRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AddReferencesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_AddReferencesRequest_newMethod
UA_AddReferencesRequest_new()::Ptr{UA_AddReferencesRequest}

creates and initializes ("zeros") a UA_AddReferencesRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AddReferencesRequest_delete(x::Ptr{UA_AddReferencesRequest})

source
Open62541.UA_AddReferencesResponse_clearMethod
UA_AddReferencesResponse_clear(x::Ptr{UA_AddReferencesResponse})

deletes the dynamically allocated content of the object x and calls UA_AddReferencesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_AddReferencesResponse_copyMethod
UA_AddReferencesResponse_copy(src::Ptr{UA_AddReferencesResponse}, dst::Ptr{UA_AddReferencesResponse})::UA_STATUSCODE
UA_AddReferencesResponse_copy(src::UA_AddReferencesResponse, dst::Ptr{UA_AddReferencesResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AddReferencesResponse_deleteMembersMethod
UA_AddReferencesResponse_deleteMembers(x::Ptr{UA_AddReferencesResponse})

(deprecated, use UA_AddReferencesResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AddReferencesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_AddReferencesResponse_newMethod
UA_AddReferencesResponse_new()::Ptr{UA_AddReferencesResponse}

creates and initializes ("zeros") a UA_AddReferencesResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AddReferencesResponse_delete(x::Ptr{UA_AddReferencesResponse})

source
Open62541.UA_AdditionalParametersType_clearMethod
UA_AdditionalParametersType_clear(x::Ptr{UA_AdditionalParametersType})

deletes the dynamically allocated content of the object x and calls UA_AdditionalParametersType_init(x) to reset the type and its memory.

source
Open62541.UA_AdditionalParametersType_copyMethod
UA_AdditionalParametersType_copy(src::Ptr{UA_AdditionalParametersType}, dst::Ptr{UA_AdditionalParametersType})::UA_STATUSCODE
UA_AdditionalParametersType_copy(src::UA_AdditionalParametersType, dst::Ptr{UA_AdditionalParametersType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AdditionalParametersType_deleteMembersMethod
UA_AdditionalParametersType_deleteMembers(x::Ptr{UA_AdditionalParametersType})

(deprecated, use UA_AdditionalParametersType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AdditionalParametersType_init(x) to reset the type and its memory.

source
Open62541.UA_AdditionalParametersType_newMethod
UA_AdditionalParametersType_new()::Ptr{UA_AdditionalParametersType}

creates and initializes ("zeros") a UA_AdditionalParametersType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AdditionalParametersType_delete(x::Ptr{UA_AdditionalParametersType})

source
Open62541.UA_AggregateConfiguration_clearMethod
UA_AggregateConfiguration_clear(x::Ptr{UA_AggregateConfiguration})

deletes the dynamically allocated content of the object x and calls UA_AggregateConfiguration_init(x) to reset the type and its memory.

source
Open62541.UA_AggregateConfiguration_copyMethod
UA_AggregateConfiguration_copy(src::Ptr{UA_AggregateConfiguration}, dst::Ptr{UA_AggregateConfiguration})::UA_STATUSCODE
UA_AggregateConfiguration_copy(src::UA_AggregateConfiguration, dst::Ptr{UA_AggregateConfiguration})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AggregateConfiguration_deleteMembersMethod
UA_AggregateConfiguration_deleteMembers(x::Ptr{UA_AggregateConfiguration})

(deprecated, use UA_AggregateConfiguration_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AggregateConfiguration_init(x) to reset the type and its memory.

source
Open62541.UA_AggregateConfiguration_newMethod
UA_AggregateConfiguration_new()::Ptr{UA_AggregateConfiguration}

creates and initializes ("zeros") a UA_AggregateConfiguration object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AggregateConfiguration_delete(x::Ptr{UA_AggregateConfiguration})

source
Open62541.UA_AggregateFilterResult_clearMethod
UA_AggregateFilterResult_clear(x::Ptr{UA_AggregateFilterResult})

deletes the dynamically allocated content of the object x and calls UA_AggregateFilterResult_init(x) to reset the type and its memory.

source
Open62541.UA_AggregateFilterResult_copyMethod
UA_AggregateFilterResult_copy(src::Ptr{UA_AggregateFilterResult}, dst::Ptr{UA_AggregateFilterResult})::UA_STATUSCODE
UA_AggregateFilterResult_copy(src::UA_AggregateFilterResult, dst::Ptr{UA_AggregateFilterResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AggregateFilterResult_deleteMembersMethod
UA_AggregateFilterResult_deleteMembers(x::Ptr{UA_AggregateFilterResult})

(deprecated, use UA_AggregateFilterResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AggregateFilterResult_init(x) to reset the type and its memory.

source
Open62541.UA_AggregateFilterResult_newMethod
UA_AggregateFilterResult_new()::Ptr{UA_AggregateFilterResult}

creates and initializes ("zeros") a UA_AggregateFilterResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AggregateFilterResult_delete(x::Ptr{UA_AggregateFilterResult})

source
Open62541.UA_AggregateFilter_clearMethod
UA_AggregateFilter_clear(x::Ptr{UA_AggregateFilter})

deletes the dynamically allocated content of the object x and calls UA_AggregateFilter_init(x) to reset the type and its memory.

source
Open62541.UA_AggregateFilter_copyMethod
UA_AggregateFilter_copy(src::Ptr{UA_AggregateFilter}, dst::Ptr{UA_AggregateFilter})::UA_STATUSCODE
UA_AggregateFilter_copy(src::UA_AggregateFilter, dst::Ptr{UA_AggregateFilter})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AggregateFilter_deleteMembersMethod
UA_AggregateFilter_deleteMembers(x::Ptr{UA_AggregateFilter})

(deprecated, use UA_AggregateFilter_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AggregateFilter_init(x) to reset the type and its memory.

source
Open62541.UA_AggregateFilter_newMethod
UA_AggregateFilter_new()::Ptr{UA_AggregateFilter}

creates and initializes ("zeros") a UA_AggregateFilter object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AggregateFilter_delete(x::Ptr{UA_AggregateFilter})

source
Open62541.UA_AliasNameDataType_clearMethod
UA_AliasNameDataType_clear(x::Ptr{UA_AliasNameDataType})

deletes the dynamically allocated content of the object x and calls UA_AliasNameDataType_init(x) to reset the type and its memory.

source
Open62541.UA_AliasNameDataType_copyMethod
UA_AliasNameDataType_copy(src::Ptr{UA_AliasNameDataType}, dst::Ptr{UA_AliasNameDataType})::UA_STATUSCODE
UA_AliasNameDataType_copy(src::UA_AliasNameDataType, dst::Ptr{UA_AliasNameDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AliasNameDataType_deleteMembersMethod
UA_AliasNameDataType_deleteMembers(x::Ptr{UA_AliasNameDataType})

(deprecated, use UA_AliasNameDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AliasNameDataType_init(x) to reset the type and its memory.

source
Open62541.UA_AliasNameDataType_newMethod
UA_AliasNameDataType_new()::Ptr{UA_AliasNameDataType}

creates and initializes ("zeros") a UA_AliasNameDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AliasNameDataType_delete(x::Ptr{UA_AliasNameDataType})

source
Open62541.UA_Annotation_clearMethod
UA_Annotation_clear(x::Ptr{UA_Annotation})

deletes the dynamically allocated content of the object x and calls UA_Annotation_init(x) to reset the type and its memory.

source
Open62541.UA_Annotation_copyMethod
UA_Annotation_copy(src::Ptr{UA_Annotation}, dst::Ptr{UA_Annotation})::UA_STATUSCODE
UA_Annotation_copy(src::UA_Annotation, dst::Ptr{UA_Annotation})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Annotation_deleteMembersMethod
UA_Annotation_deleteMembers(x::Ptr{UA_Annotation})

(deprecated, use UA_Annotation_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_Annotation_init(x) to reset the type and its memory.

source
Open62541.UA_Annotation_initMethod
UA_Annotation_init(x::Ptr{UA_Annotation})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Annotation_newMethod
UA_Annotation_new()::Ptr{UA_Annotation}

creates and initializes ("zeros") a UA_Annotation object whose memory is allocated by C. After use, it needs to be cleaned up with UA_Annotation_delete(x::Ptr{UA_Annotation})

source
Open62541.UA_AnonymousIdentityToken_clearMethod
UA_AnonymousIdentityToken_clear(x::Ptr{UA_AnonymousIdentityToken})

deletes the dynamically allocated content of the object x and calls UA_AnonymousIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_AnonymousIdentityToken_copyMethod
UA_AnonymousIdentityToken_copy(src::Ptr{UA_AnonymousIdentityToken}, dst::Ptr{UA_AnonymousIdentityToken})::UA_STATUSCODE
UA_AnonymousIdentityToken_copy(src::UA_AnonymousIdentityToken, dst::Ptr{UA_AnonymousIdentityToken})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AnonymousIdentityToken_deleteMembersMethod
UA_AnonymousIdentityToken_deleteMembers(x::Ptr{UA_AnonymousIdentityToken})

(deprecated, use UA_AnonymousIdentityToken_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AnonymousIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_AnonymousIdentityToken_newMethod
UA_AnonymousIdentityToken_new()::Ptr{UA_AnonymousIdentityToken}

creates and initializes ("zeros") a UA_AnonymousIdentityToken object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AnonymousIdentityToken_delete(x::Ptr{UA_AnonymousIdentityToken})

source
Open62541.UA_ApplicationDescription_clearMethod
UA_ApplicationDescription_clear(x::Ptr{UA_ApplicationDescription})

deletes the dynamically allocated content of the object x and calls UA_ApplicationDescription_init(x) to reset the type and its memory.

source
Open62541.UA_ApplicationDescription_copyMethod
UA_ApplicationDescription_copy(src::Ptr{UA_ApplicationDescription}, dst::Ptr{UA_ApplicationDescription})::UA_STATUSCODE
UA_ApplicationDescription_copy(src::UA_ApplicationDescription, dst::Ptr{UA_ApplicationDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ApplicationDescription_deleteMembersMethod
UA_ApplicationDescription_deleteMembers(x::Ptr{UA_ApplicationDescription})

(deprecated, use UA_ApplicationDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ApplicationDescription_init(x) to reset the type and its memory.

source
Open62541.UA_ApplicationDescription_newMethod
UA_ApplicationDescription_new()::Ptr{UA_ApplicationDescription}

creates and initializes ("zeros") a UA_ApplicationDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ApplicationDescription_delete(x::Ptr{UA_ApplicationDescription})

source
Open62541.UA_ApplicationInstanceCertificate_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ApplicationType_clearMethod
UA_ApplicationType_clear(x::Ptr{UA_ApplicationType})

deletes the dynamically allocated content of the object x and calls UA_ApplicationType_init(x) to reset the type and its memory.

source
Open62541.UA_ApplicationType_copyMethod
UA_ApplicationType_copy(src::Ptr{UA_ApplicationType}, dst::Ptr{UA_ApplicationType})::UA_STATUSCODE
UA_ApplicationType_copy(src::UA_ApplicationType, dst::Ptr{UA_ApplicationType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ApplicationType_deleteMembersMethod
UA_ApplicationType_deleteMembers(x::Ptr{UA_ApplicationType})

(deprecated, use UA_ApplicationType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ApplicationType_init(x) to reset the type and its memory.

source
Open62541.UA_ApplicationType_newMethod
UA_ApplicationType_new()::Ptr{UA_ApplicationType}

creates and initializes ("zeros") a UA_ApplicationType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ApplicationType_delete(x::Ptr{UA_ApplicationType})

source
Open62541.UA_Argument_clearMethod
UA_Argument_clear(x::Ptr{UA_Argument})

deletes the dynamically allocated content of the object x and calls UA_Argument_init(x) to reset the type and its memory.

source
Open62541.UA_Argument_copyMethod
UA_Argument_copy(src::Ptr{UA_Argument}, dst::Ptr{UA_Argument})::UA_STATUSCODE
UA_Argument_copy(src::UA_Argument, dst::Ptr{UA_Argument})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Argument_deleteMembersMethod
UA_Argument_deleteMembers(x::Ptr{UA_Argument})

(deprecated, use UA_Argument_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_Argument_init(x) to reset the type and its memory.

source
Open62541.UA_Argument_initMethod
UA_Argument_init(x::Ptr{UA_Argument})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Argument_newMethod
UA_Argument_new()::Ptr{UA_Argument}

creates and initializes ("zeros") a UA_Argument object whose memory is allocated by C. After use, it needs to be cleaned up with UA_Argument_delete(x::Ptr{UA_Argument})

source
Open62541.UA_AttributeOperand_clearMethod
UA_AttributeOperand_clear(x::Ptr{UA_AttributeOperand})

deletes the dynamically allocated content of the object x and calls UA_AttributeOperand_init(x) to reset the type and its memory.

source
Open62541.UA_AttributeOperand_copyMethod
UA_AttributeOperand_copy(src::Ptr{UA_AttributeOperand}, dst::Ptr{UA_AttributeOperand})::UA_STATUSCODE
UA_AttributeOperand_copy(src::UA_AttributeOperand, dst::Ptr{UA_AttributeOperand})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AttributeOperand_deleteMembersMethod
UA_AttributeOperand_deleteMembers(x::Ptr{UA_AttributeOperand})

(deprecated, use UA_AttributeOperand_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AttributeOperand_init(x) to reset the type and its memory.

source
Open62541.UA_AttributeOperand_newMethod
UA_AttributeOperand_new()::Ptr{UA_AttributeOperand}

creates and initializes ("zeros") a UA_AttributeOperand object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AttributeOperand_delete(x::Ptr{UA_AttributeOperand})

source
Open62541.UA_AttributeWriteMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AttributeWriteMask_deleteMembersMethod
UInt32_deleteMembers(x::Ptr{UInt32})

(deprecated, use UInt32_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_AttributeWriteMask_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_AudioDataType_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_AudioDataType_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AudioDataType_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_AudioDataType_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_AxisInformation_clearMethod
UA_AxisInformation_clear(x::Ptr{UA_AxisInformation})

deletes the dynamically allocated content of the object x and calls UA_AxisInformation_init(x) to reset the type and its memory.

source
Open62541.UA_AxisInformation_copyMethod
UA_AxisInformation_copy(src::Ptr{UA_AxisInformation}, dst::Ptr{UA_AxisInformation})::UA_STATUSCODE
UA_AxisInformation_copy(src::UA_AxisInformation, dst::Ptr{UA_AxisInformation})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AxisInformation_deleteMembersMethod
UA_AxisInformation_deleteMembers(x::Ptr{UA_AxisInformation})

(deprecated, use UA_AxisInformation_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AxisInformation_init(x) to reset the type and its memory.

source
Open62541.UA_AxisInformation_newMethod
UA_AxisInformation_new()::Ptr{UA_AxisInformation}

creates and initializes ("zeros") a UA_AxisInformation object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AxisInformation_delete(x::Ptr{UA_AxisInformation})

source
Open62541.UA_AxisScaleEnumeration_clearMethod
UA_AxisScaleEnumeration_clear(x::Ptr{UA_AxisScaleEnumeration})

deletes the dynamically allocated content of the object x and calls UA_AxisScaleEnumeration_init(x) to reset the type and its memory.

source
Open62541.UA_AxisScaleEnumeration_copyMethod
UA_AxisScaleEnumeration_copy(src::Ptr{UA_AxisScaleEnumeration}, dst::Ptr{UA_AxisScaleEnumeration})::UA_STATUSCODE
UA_AxisScaleEnumeration_copy(src::UA_AxisScaleEnumeration, dst::Ptr{UA_AxisScaleEnumeration})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_AxisScaleEnumeration_deleteMembersMethod
UA_AxisScaleEnumeration_deleteMembers(x::Ptr{UA_AxisScaleEnumeration})

(deprecated, use UA_AxisScaleEnumeration_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_AxisScaleEnumeration_init(x) to reset the type and its memory.

source
Open62541.UA_AxisScaleEnumeration_newMethod
UA_AxisScaleEnumeration_new()::Ptr{UA_AxisScaleEnumeration}

creates and initializes ("zeros") a UA_AxisScaleEnumeration object whose memory is allocated by C. After use, it needs to be cleaned up with UA_AxisScaleEnumeration_delete(x::Ptr{UA_AxisScaleEnumeration})

source
Open62541.UA_BitFieldMaskDataType_copyMethod
UInt64_copy(src::Ptr{UInt64}, dst::Ptr{UInt64})::UA_STATUSCODE
UInt64_copy(src::UInt64, dst::Ptr{UInt64})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BitFieldMaskDataType_newMethod
UInt64_new()::Ptr{UInt64}

creates and initializes ("zeros") a UInt64 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt64_delete(x::Ptr{UInt64})

source
Open62541.UA_Boolean_clearMethod
Bool_clear(x::Ptr{Bool})

deletes the dynamically allocated content of the object x and calls Bool_init(x) to reset the type and its memory.

source
Open62541.UA_Boolean_copyMethod
Bool_copy(src::Ptr{Bool}, dst::Ptr{Bool})::UA_STATUSCODE
Bool_copy(src::Bool, dst::Ptr{Bool})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Boolean_deleteMembersMethod
Bool_deleteMembers(x::Ptr{Bool})

(deprecated, use Bool_clear(x) instead) deletes the dynamically allocated content of the object x and calls Bool_init(x) to reset the type and its memory.

source
Open62541.UA_Boolean_newMethod
Bool_new()::Ptr{Bool}

creates and initializes ("zeros") a Bool object whose memory is allocated by C. After use, it needs to be cleaned up with Bool_delete(x::Ptr{Bool})

source
Open62541.UA_BrokerConnectionTransportDataType_clearMethod
UA_BrokerConnectionTransportDataType_clear(x::Ptr{UA_BrokerConnectionTransportDataType})

deletes the dynamically allocated content of the object x and calls UA_BrokerConnectionTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerConnectionTransportDataType_copyMethod
UA_BrokerConnectionTransportDataType_copy(src::Ptr{UA_BrokerConnectionTransportDataType}, dst::Ptr{UA_BrokerConnectionTransportDataType})::UA_STATUSCODE
UA_BrokerConnectionTransportDataType_copy(src::UA_BrokerConnectionTransportDataType, dst::Ptr{UA_BrokerConnectionTransportDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrokerConnectionTransportDataType_deleteMembersMethod
UA_BrokerConnectionTransportDataType_deleteMembers(x::Ptr{UA_BrokerConnectionTransportDataType})

(deprecated, use UA_BrokerConnectionTransportDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrokerConnectionTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerConnectionTransportDataType_newMethod
UA_BrokerConnectionTransportDataType_new()::Ptr{UA_BrokerConnectionTransportDataType}

creates and initializes ("zeros") a UA_BrokerConnectionTransportDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrokerConnectionTransportDataType_delete(x::Ptr{UA_BrokerConnectionTransportDataType})

source
Open62541.UA_BrokerDataSetReaderTransportDataType_clearMethod
UA_BrokerDataSetReaderTransportDataType_clear(x::Ptr{UA_BrokerDataSetReaderTransportDataType})

deletes the dynamically allocated content of the object x and calls UA_BrokerDataSetReaderTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerDataSetReaderTransportDataType_copyMethod
UA_BrokerDataSetReaderTransportDataType_copy(src::Ptr{UA_BrokerDataSetReaderTransportDataType}, dst::Ptr{UA_BrokerDataSetReaderTransportDataType})::UA_STATUSCODE
UA_BrokerDataSetReaderTransportDataType_copy(src::UA_BrokerDataSetReaderTransportDataType, dst::Ptr{UA_BrokerDataSetReaderTransportDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrokerDataSetReaderTransportDataType_deleteMembersMethod
UA_BrokerDataSetReaderTransportDataType_deleteMembers(x::Ptr{UA_BrokerDataSetReaderTransportDataType})

(deprecated, use UA_BrokerDataSetReaderTransportDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrokerDataSetReaderTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerDataSetReaderTransportDataType_newMethod
UA_BrokerDataSetReaderTransportDataType_new()::Ptr{UA_BrokerDataSetReaderTransportDataType}

creates and initializes ("zeros") a UA_BrokerDataSetReaderTransportDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrokerDataSetReaderTransportDataType_delete(x::Ptr{UA_BrokerDataSetReaderTransportDataType})

source
Open62541.UA_BrokerDataSetWriterTransportDataType_clearMethod
UA_BrokerDataSetWriterTransportDataType_clear(x::Ptr{UA_BrokerDataSetWriterTransportDataType})

deletes the dynamically allocated content of the object x and calls UA_BrokerDataSetWriterTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerDataSetWriterTransportDataType_copyMethod
UA_BrokerDataSetWriterTransportDataType_copy(src::Ptr{UA_BrokerDataSetWriterTransportDataType}, dst::Ptr{UA_BrokerDataSetWriterTransportDataType})::UA_STATUSCODE
UA_BrokerDataSetWriterTransportDataType_copy(src::UA_BrokerDataSetWriterTransportDataType, dst::Ptr{UA_BrokerDataSetWriterTransportDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrokerDataSetWriterTransportDataType_deleteMembersMethod
UA_BrokerDataSetWriterTransportDataType_deleteMembers(x::Ptr{UA_BrokerDataSetWriterTransportDataType})

(deprecated, use UA_BrokerDataSetWriterTransportDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrokerDataSetWriterTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerDataSetWriterTransportDataType_newMethod
UA_BrokerDataSetWriterTransportDataType_new()::Ptr{UA_BrokerDataSetWriterTransportDataType}

creates and initializes ("zeros") a UA_BrokerDataSetWriterTransportDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrokerDataSetWriterTransportDataType_delete(x::Ptr{UA_BrokerDataSetWriterTransportDataType})

source
Open62541.UA_BrokerTransportQualityOfService_clearMethod
UA_BrokerTransportQualityOfService_clear(x::Ptr{UA_BrokerTransportQualityOfService})

deletes the dynamically allocated content of the object x and calls UA_BrokerTransportQualityOfService_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerTransportQualityOfService_copyMethod
UA_BrokerTransportQualityOfService_copy(src::Ptr{UA_BrokerTransportQualityOfService}, dst::Ptr{UA_BrokerTransportQualityOfService})::UA_STATUSCODE
UA_BrokerTransportQualityOfService_copy(src::UA_BrokerTransportQualityOfService, dst::Ptr{UA_BrokerTransportQualityOfService})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrokerTransportQualityOfService_deleteMembersMethod
UA_BrokerTransportQualityOfService_deleteMembers(x::Ptr{UA_BrokerTransportQualityOfService})

(deprecated, use UA_BrokerTransportQualityOfService_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrokerTransportQualityOfService_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerTransportQualityOfService_newMethod
UA_BrokerTransportQualityOfService_new()::Ptr{UA_BrokerTransportQualityOfService}

creates and initializes ("zeros") a UA_BrokerTransportQualityOfService object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrokerTransportQualityOfService_delete(x::Ptr{UA_BrokerTransportQualityOfService})

source
Open62541.UA_BrokerWriterGroupTransportDataType_clearMethod
UA_BrokerWriterGroupTransportDataType_clear(x::Ptr{UA_BrokerWriterGroupTransportDataType})

deletes the dynamically allocated content of the object x and calls UA_BrokerWriterGroupTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerWriterGroupTransportDataType_copyMethod
UA_BrokerWriterGroupTransportDataType_copy(src::Ptr{UA_BrokerWriterGroupTransportDataType}, dst::Ptr{UA_BrokerWriterGroupTransportDataType})::UA_STATUSCODE
UA_BrokerWriterGroupTransportDataType_copy(src::UA_BrokerWriterGroupTransportDataType, dst::Ptr{UA_BrokerWriterGroupTransportDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrokerWriterGroupTransportDataType_deleteMembersMethod
UA_BrokerWriterGroupTransportDataType_deleteMembers(x::Ptr{UA_BrokerWriterGroupTransportDataType})

(deprecated, use UA_BrokerWriterGroupTransportDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrokerWriterGroupTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_BrokerWriterGroupTransportDataType_newMethod
UA_BrokerWriterGroupTransportDataType_new()::Ptr{UA_BrokerWriterGroupTransportDataType}

creates and initializes ("zeros") a UA_BrokerWriterGroupTransportDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrokerWriterGroupTransportDataType_delete(x::Ptr{UA_BrokerWriterGroupTransportDataType})

source
Open62541.UA_BrowseDescription_clearMethod
UA_BrowseDescription_clear(x::Ptr{UA_BrowseDescription})

deletes the dynamically allocated content of the object x and calls UA_BrowseDescription_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseDescription_copyMethod
UA_BrowseDescription_copy(src::Ptr{UA_BrowseDescription}, dst::Ptr{UA_BrowseDescription})::UA_STATUSCODE
UA_BrowseDescription_copy(src::UA_BrowseDescription, dst::Ptr{UA_BrowseDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseDescription_deleteMembersMethod
UA_BrowseDescription_deleteMembers(x::Ptr{UA_BrowseDescription})

(deprecated, use UA_BrowseDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseDescription_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseDescription_newMethod
UA_BrowseDescription_new()::Ptr{UA_BrowseDescription}

creates and initializes ("zeros") a UA_BrowseDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseDescription_delete(x::Ptr{UA_BrowseDescription})

source
Open62541.UA_BrowseDirection_clearMethod
UA_BrowseDirection_clear(x::Ptr{UA_BrowseDirection})

deletes the dynamically allocated content of the object x and calls UA_BrowseDirection_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseDirection_copyMethod
UA_BrowseDirection_copy(src::Ptr{UA_BrowseDirection}, dst::Ptr{UA_BrowseDirection})::UA_STATUSCODE
UA_BrowseDirection_copy(src::UA_BrowseDirection, dst::Ptr{UA_BrowseDirection})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseDirection_deleteMembersMethod
UA_BrowseDirection_deleteMembers(x::Ptr{UA_BrowseDirection})

(deprecated, use UA_BrowseDirection_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseDirection_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseDirection_newMethod
UA_BrowseDirection_new()::Ptr{UA_BrowseDirection}

creates and initializes ("zeros") a UA_BrowseDirection object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseDirection_delete(x::Ptr{UA_BrowseDirection})

source
Open62541.UA_BrowseNextRequest_clearMethod
UA_BrowseNextRequest_clear(x::Ptr{UA_BrowseNextRequest})

deletes the dynamically allocated content of the object x and calls UA_BrowseNextRequest_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseNextRequest_copyMethod
UA_BrowseNextRequest_copy(src::Ptr{UA_BrowseNextRequest}, dst::Ptr{UA_BrowseNextRequest})::UA_STATUSCODE
UA_BrowseNextRequest_copy(src::UA_BrowseNextRequest, dst::Ptr{UA_BrowseNextRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseNextRequest_deleteMembersMethod
UA_BrowseNextRequest_deleteMembers(x::Ptr{UA_BrowseNextRequest})

(deprecated, use UA_BrowseNextRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseNextRequest_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseNextRequest_newMethod
UA_BrowseNextRequest_new()::Ptr{UA_BrowseNextRequest}

creates and initializes ("zeros") a UA_BrowseNextRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseNextRequest_delete(x::Ptr{UA_BrowseNextRequest})

source
Open62541.UA_BrowseNextResponse_clearMethod
UA_BrowseNextResponse_clear(x::Ptr{UA_BrowseNextResponse})

deletes the dynamically allocated content of the object x and calls UA_BrowseNextResponse_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseNextResponse_copyMethod
UA_BrowseNextResponse_copy(src::Ptr{UA_BrowseNextResponse}, dst::Ptr{UA_BrowseNextResponse})::UA_STATUSCODE
UA_BrowseNextResponse_copy(src::UA_BrowseNextResponse, dst::Ptr{UA_BrowseNextResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseNextResponse_deleteMembersMethod
UA_BrowseNextResponse_deleteMembers(x::Ptr{UA_BrowseNextResponse})

(deprecated, use UA_BrowseNextResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseNextResponse_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseNextResponse_newMethod
UA_BrowseNextResponse_new()::Ptr{UA_BrowseNextResponse}

creates and initializes ("zeros") a UA_BrowseNextResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseNextResponse_delete(x::Ptr{UA_BrowseNextResponse})

source
Open62541.UA_BrowsePathResult_clearMethod
UA_BrowsePathResult_clear(x::Ptr{UA_BrowsePathResult})

deletes the dynamically allocated content of the object x and calls UA_BrowsePathResult_init(x) to reset the type and its memory.

source
Open62541.UA_BrowsePathResult_copyMethod
UA_BrowsePathResult_copy(src::Ptr{UA_BrowsePathResult}, dst::Ptr{UA_BrowsePathResult})::UA_STATUSCODE
UA_BrowsePathResult_copy(src::UA_BrowsePathResult, dst::Ptr{UA_BrowsePathResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowsePathResult_deleteMembersMethod
UA_BrowsePathResult_deleteMembers(x::Ptr{UA_BrowsePathResult})

(deprecated, use UA_BrowsePathResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowsePathResult_init(x) to reset the type and its memory.

source
Open62541.UA_BrowsePathResult_newMethod
UA_BrowsePathResult_new()::Ptr{UA_BrowsePathResult}

creates and initializes ("zeros") a UA_BrowsePathResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowsePathResult_delete(x::Ptr{UA_BrowsePathResult})

source
Open62541.UA_BrowsePathTarget_clearMethod
UA_BrowsePathTarget_clear(x::Ptr{UA_BrowsePathTarget})

deletes the dynamically allocated content of the object x and calls UA_BrowsePathTarget_init(x) to reset the type and its memory.

source
Open62541.UA_BrowsePathTarget_copyMethod
UA_BrowsePathTarget_copy(src::Ptr{UA_BrowsePathTarget}, dst::Ptr{UA_BrowsePathTarget})::UA_STATUSCODE
UA_BrowsePathTarget_copy(src::UA_BrowsePathTarget, dst::Ptr{UA_BrowsePathTarget})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowsePathTarget_deleteMembersMethod
UA_BrowsePathTarget_deleteMembers(x::Ptr{UA_BrowsePathTarget})

(deprecated, use UA_BrowsePathTarget_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowsePathTarget_init(x) to reset the type and its memory.

source
Open62541.UA_BrowsePathTarget_newMethod
UA_BrowsePathTarget_new()::Ptr{UA_BrowsePathTarget}

creates and initializes ("zeros") a UA_BrowsePathTarget object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowsePathTarget_delete(x::Ptr{UA_BrowsePathTarget})

source
Open62541.UA_BrowsePath_clearMethod
UA_BrowsePath_clear(x::Ptr{UA_BrowsePath})

deletes the dynamically allocated content of the object x and calls UA_BrowsePath_init(x) to reset the type and its memory.

source
Open62541.UA_BrowsePath_copyMethod
UA_BrowsePath_copy(src::Ptr{UA_BrowsePath}, dst::Ptr{UA_BrowsePath})::UA_STATUSCODE
UA_BrowsePath_copy(src::UA_BrowsePath, dst::Ptr{UA_BrowsePath})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowsePath_deleteMembersMethod
UA_BrowsePath_deleteMembers(x::Ptr{UA_BrowsePath})

(deprecated, use UA_BrowsePath_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowsePath_init(x) to reset the type and its memory.

source
Open62541.UA_BrowsePath_initMethod
UA_BrowsePath_init(x::Ptr{UA_BrowsePath})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_BrowsePath_newMethod
UA_BrowsePath_new()::Ptr{UA_BrowsePath}

creates and initializes ("zeros") a UA_BrowsePath object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowsePath_delete(x::Ptr{UA_BrowsePath})

source
Open62541.UA_BrowseRequest_clearMethod
UA_BrowseRequest_clear(x::Ptr{UA_BrowseRequest})

deletes the dynamically allocated content of the object x and calls UA_BrowseRequest_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseRequest_copyMethod
UA_BrowseRequest_copy(src::Ptr{UA_BrowseRequest}, dst::Ptr{UA_BrowseRequest})::UA_STATUSCODE
UA_BrowseRequest_copy(src::UA_BrowseRequest, dst::Ptr{UA_BrowseRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseRequest_deleteMembersMethod
UA_BrowseRequest_deleteMembers(x::Ptr{UA_BrowseRequest})

(deprecated, use UA_BrowseRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseRequest_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseRequest_newMethod
UA_BrowseRequest_new()::Ptr{UA_BrowseRequest}

creates and initializes ("zeros") a UA_BrowseRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseRequest_delete(x::Ptr{UA_BrowseRequest})

source
Open62541.UA_BrowseResponse_clearMethod
UA_BrowseResponse_clear(x::Ptr{UA_BrowseResponse})

deletes the dynamically allocated content of the object x and calls UA_BrowseResponse_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseResponse_copyMethod
UA_BrowseResponse_copy(src::Ptr{UA_BrowseResponse}, dst::Ptr{UA_BrowseResponse})::UA_STATUSCODE
UA_BrowseResponse_copy(src::UA_BrowseResponse, dst::Ptr{UA_BrowseResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseResponse_deleteMembersMethod
UA_BrowseResponse_deleteMembers(x::Ptr{UA_BrowseResponse})

(deprecated, use UA_BrowseResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseResponse_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseResponse_newMethod
UA_BrowseResponse_new()::Ptr{UA_BrowseResponse}

creates and initializes ("zeros") a UA_BrowseResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseResponse_delete(x::Ptr{UA_BrowseResponse})

source
Open62541.UA_BrowseResultMask_clearMethod
UA_BrowseResultMask_clear(x::Ptr{UA_BrowseResultMask})

deletes the dynamically allocated content of the object x and calls UA_BrowseResultMask_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseResultMask_copyMethod
UA_BrowseResultMask_copy(src::Ptr{UA_BrowseResultMask}, dst::Ptr{UA_BrowseResultMask})::UA_STATUSCODE
UA_BrowseResultMask_copy(src::UA_BrowseResultMask, dst::Ptr{UA_BrowseResultMask})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseResultMask_deleteMembersMethod
UA_BrowseResultMask_deleteMembers(x::Ptr{UA_BrowseResultMask})

(deprecated, use UA_BrowseResultMask_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseResultMask_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseResultMask_newMethod
UA_BrowseResultMask_new()::Ptr{UA_BrowseResultMask}

creates and initializes ("zeros") a UA_BrowseResultMask object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseResultMask_delete(x::Ptr{UA_BrowseResultMask})

source
Open62541.UA_BrowseResult_clearMethod
UA_BrowseResult_clear(x::Ptr{UA_BrowseResult})

deletes the dynamically allocated content of the object x and calls UA_BrowseResult_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseResult_copyMethod
UA_BrowseResult_copy(src::Ptr{UA_BrowseResult}, dst::Ptr{UA_BrowseResult})::UA_STATUSCODE
UA_BrowseResult_copy(src::UA_BrowseResult, dst::Ptr{UA_BrowseResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BrowseResult_deleteMembersMethod
UA_BrowseResult_deleteMembers(x::Ptr{UA_BrowseResult})

(deprecated, use UA_BrowseResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BrowseResult_init(x) to reset the type and its memory.

source
Open62541.UA_BrowseResult_newMethod
UA_BrowseResult_new()::Ptr{UA_BrowseResult}

creates and initializes ("zeros") a UA_BrowseResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BrowseResult_delete(x::Ptr{UA_BrowseResult})

source
Open62541.UA_BuildInfo_clearMethod
UA_BuildInfo_clear(x::Ptr{UA_BuildInfo})

deletes the dynamically allocated content of the object x and calls UA_BuildInfo_init(x) to reset the type and its memory.

source
Open62541.UA_BuildInfo_copyMethod
UA_BuildInfo_copy(src::Ptr{UA_BuildInfo}, dst::Ptr{UA_BuildInfo})::UA_STATUSCODE
UA_BuildInfo_copy(src::UA_BuildInfo, dst::Ptr{UA_BuildInfo})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_BuildInfo_deleteMembersMethod
UA_BuildInfo_deleteMembers(x::Ptr{UA_BuildInfo})

(deprecated, use UA_BuildInfo_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_BuildInfo_init(x) to reset the type and its memory.

source
Open62541.UA_BuildInfo_initMethod
UA_BuildInfo_init(x::Ptr{UA_BuildInfo})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_BuildInfo_newMethod
UA_BuildInfo_new()::Ptr{UA_BuildInfo}

creates and initializes ("zeros") a UA_BuildInfo object whose memory is allocated by C. After use, it needs to be cleaned up with UA_BuildInfo_delete(x::Ptr{UA_BuildInfo})

source
Open62541.UA_ByteString_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ByteString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ByteString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ByteString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_Byte_clearMethod
UInt8_clear(x::Ptr{UInt8})

deletes the dynamically allocated content of the object x and calls UInt8_init(x) to reset the type and its memory.

source
Open62541.UA_Byte_copyMethod
UInt8_copy(src::Ptr{UInt8}, dst::Ptr{UInt8})::UA_STATUSCODE
UInt8_copy(src::UInt8, dst::Ptr{UInt8})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Byte_deleteMembersMethod
UInt8_deleteMembers(x::Ptr{UInt8})

(deprecated, use UInt8_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt8_init(x) to reset the type and its memory.

source
Open62541.UA_Byte_initMethod
UInt8_init(x::Ptr{UInt8})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Byte_newMethod
UInt8_new()::Ptr{UInt8}

creates and initializes ("zeros") a UInt8 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt8_delete(x::Ptr{UInt8})

source
Open62541.UA_CallMethodRequest_clearMethod
UA_CallMethodRequest_clear(x::Ptr{UA_CallMethodRequest})

deletes the dynamically allocated content of the object x and calls UA_CallMethodRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CallMethodRequest_copyMethod
UA_CallMethodRequest_copy(src::Ptr{UA_CallMethodRequest}, dst::Ptr{UA_CallMethodRequest})::UA_STATUSCODE
UA_CallMethodRequest_copy(src::UA_CallMethodRequest, dst::Ptr{UA_CallMethodRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CallMethodRequest_deleteMembersMethod
UA_CallMethodRequest_deleteMembers(x::Ptr{UA_CallMethodRequest})

(deprecated, use UA_CallMethodRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CallMethodRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CallMethodRequest_newMethod
UA_CallMethodRequest_new()::Ptr{UA_CallMethodRequest}

creates and initializes ("zeros") a UA_CallMethodRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CallMethodRequest_delete(x::Ptr{UA_CallMethodRequest})

source
Open62541.UA_CallMethodResult_clearMethod
UA_CallMethodResult_clear(x::Ptr{UA_CallMethodResult})

deletes the dynamically allocated content of the object x and calls UA_CallMethodResult_init(x) to reset the type and its memory.

source
Open62541.UA_CallMethodResult_copyMethod
UA_CallMethodResult_copy(src::Ptr{UA_CallMethodResult}, dst::Ptr{UA_CallMethodResult})::UA_STATUSCODE
UA_CallMethodResult_copy(src::UA_CallMethodResult, dst::Ptr{UA_CallMethodResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CallMethodResult_deleteMembersMethod
UA_CallMethodResult_deleteMembers(x::Ptr{UA_CallMethodResult})

(deprecated, use UA_CallMethodResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CallMethodResult_init(x) to reset the type and its memory.

source
Open62541.UA_CallMethodResult_newMethod
UA_CallMethodResult_new()::Ptr{UA_CallMethodResult}

creates and initializes ("zeros") a UA_CallMethodResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CallMethodResult_delete(x::Ptr{UA_CallMethodResult})

source
Open62541.UA_CallRequest_clearMethod
UA_CallRequest_clear(x::Ptr{UA_CallRequest})

deletes the dynamically allocated content of the object x and calls UA_CallRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CallRequest_copyMethod
UA_CallRequest_copy(src::Ptr{UA_CallRequest}, dst::Ptr{UA_CallRequest})::UA_STATUSCODE
UA_CallRequest_copy(src::UA_CallRequest, dst::Ptr{UA_CallRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CallRequest_deleteMembersMethod
UA_CallRequest_deleteMembers(x::Ptr{UA_CallRequest})

(deprecated, use UA_CallRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CallRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CallRequest_newMethod
UA_CallRequest_new()::Ptr{UA_CallRequest}

creates and initializes ("zeros") a UA_CallRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CallRequest_delete(x::Ptr{UA_CallRequest})

source
Open62541.UA_CallResponse_clearMethod
UA_CallResponse_clear(x::Ptr{UA_CallResponse})

deletes the dynamically allocated content of the object x and calls UA_CallResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CallResponse_copyMethod
UA_CallResponse_copy(src::Ptr{UA_CallResponse}, dst::Ptr{UA_CallResponse})::UA_STATUSCODE
UA_CallResponse_copy(src::UA_CallResponse, dst::Ptr{UA_CallResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CallResponse_deleteMembersMethod
UA_CallResponse_deleteMembers(x::Ptr{UA_CallResponse})

(deprecated, use UA_CallResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CallResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CallResponse_newMethod
UA_CallResponse_new()::Ptr{UA_CallResponse}

creates and initializes ("zeros") a UA_CallResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CallResponse_delete(x::Ptr{UA_CallResponse})

source
Open62541.UA_CancelRequest_clearMethod
UA_CancelRequest_clear(x::Ptr{UA_CancelRequest})

deletes the dynamically allocated content of the object x and calls UA_CancelRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CancelRequest_copyMethod
UA_CancelRequest_copy(src::Ptr{UA_CancelRequest}, dst::Ptr{UA_CancelRequest})::UA_STATUSCODE
UA_CancelRequest_copy(src::UA_CancelRequest, dst::Ptr{UA_CancelRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CancelRequest_deleteMembersMethod
UA_CancelRequest_deleteMembers(x::Ptr{UA_CancelRequest})

(deprecated, use UA_CancelRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CancelRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CancelRequest_newMethod
UA_CancelRequest_new()::Ptr{UA_CancelRequest}

creates and initializes ("zeros") a UA_CancelRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CancelRequest_delete(x::Ptr{UA_CancelRequest})

source
Open62541.UA_CancelResponse_clearMethod
UA_CancelResponse_clear(x::Ptr{UA_CancelResponse})

deletes the dynamically allocated content of the object x and calls UA_CancelResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CancelResponse_copyMethod
UA_CancelResponse_copy(src::Ptr{UA_CancelResponse}, dst::Ptr{UA_CancelResponse})::UA_STATUSCODE
UA_CancelResponse_copy(src::UA_CancelResponse, dst::Ptr{UA_CancelResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CancelResponse_deleteMembersMethod
UA_CancelResponse_deleteMembers(x::Ptr{UA_CancelResponse})

(deprecated, use UA_CancelResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CancelResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CancelResponse_newMethod
UA_CancelResponse_new()::Ptr{UA_CancelResponse}

creates and initializes ("zeros") a UA_CancelResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CancelResponse_delete(x::Ptr{UA_CancelResponse})

source
Open62541.UA_ChannelSecurityToken_clearMethod
UA_ChannelSecurityToken_clear(x::Ptr{UA_ChannelSecurityToken})

deletes the dynamically allocated content of the object x and calls UA_ChannelSecurityToken_init(x) to reset the type and its memory.

source
Open62541.UA_ChannelSecurityToken_copyMethod
UA_ChannelSecurityToken_copy(src::Ptr{UA_ChannelSecurityToken}, dst::Ptr{UA_ChannelSecurityToken})::UA_STATUSCODE
UA_ChannelSecurityToken_copy(src::UA_ChannelSecurityToken, dst::Ptr{UA_ChannelSecurityToken})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ChannelSecurityToken_deleteMembersMethod
UA_ChannelSecurityToken_deleteMembers(x::Ptr{UA_ChannelSecurityToken})

(deprecated, use UA_ChannelSecurityToken_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ChannelSecurityToken_init(x) to reset the type and its memory.

source
Open62541.UA_ChannelSecurityToken_newMethod
UA_ChannelSecurityToken_new()::Ptr{UA_ChannelSecurityToken}

creates and initializes ("zeros") a UA_ChannelSecurityToken object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ChannelSecurityToken_delete(x::Ptr{UA_ChannelSecurityToken})

source
Open62541.UA_CloseSecureChannelRequest_clearMethod
UA_CloseSecureChannelRequest_clear(x::Ptr{UA_CloseSecureChannelRequest})

deletes the dynamically allocated content of the object x and calls UA_CloseSecureChannelRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSecureChannelRequest_copyMethod
UA_CloseSecureChannelRequest_copy(src::Ptr{UA_CloseSecureChannelRequest}, dst::Ptr{UA_CloseSecureChannelRequest})::UA_STATUSCODE
UA_CloseSecureChannelRequest_copy(src::UA_CloseSecureChannelRequest, dst::Ptr{UA_CloseSecureChannelRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CloseSecureChannelRequest_deleteMembersMethod
UA_CloseSecureChannelRequest_deleteMembers(x::Ptr{UA_CloseSecureChannelRequest})

(deprecated, use UA_CloseSecureChannelRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CloseSecureChannelRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSecureChannelRequest_newMethod
UA_CloseSecureChannelRequest_new()::Ptr{UA_CloseSecureChannelRequest}

creates and initializes ("zeros") a UA_CloseSecureChannelRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CloseSecureChannelRequest_delete(x::Ptr{UA_CloseSecureChannelRequest})

source
Open62541.UA_CloseSecureChannelResponse_clearMethod
UA_CloseSecureChannelResponse_clear(x::Ptr{UA_CloseSecureChannelResponse})

deletes the dynamically allocated content of the object x and calls UA_CloseSecureChannelResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSecureChannelResponse_copyMethod
UA_CloseSecureChannelResponse_copy(src::Ptr{UA_CloseSecureChannelResponse}, dst::Ptr{UA_CloseSecureChannelResponse})::UA_STATUSCODE
UA_CloseSecureChannelResponse_copy(src::UA_CloseSecureChannelResponse, dst::Ptr{UA_CloseSecureChannelResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CloseSecureChannelResponse_deleteMembersMethod
UA_CloseSecureChannelResponse_deleteMembers(x::Ptr{UA_CloseSecureChannelResponse})

(deprecated, use UA_CloseSecureChannelResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CloseSecureChannelResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSecureChannelResponse_newMethod
UA_CloseSecureChannelResponse_new()::Ptr{UA_CloseSecureChannelResponse}

creates and initializes ("zeros") a UA_CloseSecureChannelResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CloseSecureChannelResponse_delete(x::Ptr{UA_CloseSecureChannelResponse})

source
Open62541.UA_CloseSessionRequest_clearMethod
UA_CloseSessionRequest_clear(x::Ptr{UA_CloseSessionRequest})

deletes the dynamically allocated content of the object x and calls UA_CloseSessionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSessionRequest_copyMethod
UA_CloseSessionRequest_copy(src::Ptr{UA_CloseSessionRequest}, dst::Ptr{UA_CloseSessionRequest})::UA_STATUSCODE
UA_CloseSessionRequest_copy(src::UA_CloseSessionRequest, dst::Ptr{UA_CloseSessionRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CloseSessionRequest_deleteMembersMethod
UA_CloseSessionRequest_deleteMembers(x::Ptr{UA_CloseSessionRequest})

(deprecated, use UA_CloseSessionRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CloseSessionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSessionRequest_newMethod
UA_CloseSessionRequest_new()::Ptr{UA_CloseSessionRequest}

creates and initializes ("zeros") a UA_CloseSessionRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CloseSessionRequest_delete(x::Ptr{UA_CloseSessionRequest})

source
Open62541.UA_CloseSessionResponse_clearMethod
UA_CloseSessionResponse_clear(x::Ptr{UA_CloseSessionResponse})

deletes the dynamically allocated content of the object x and calls UA_CloseSessionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSessionResponse_copyMethod
UA_CloseSessionResponse_copy(src::Ptr{UA_CloseSessionResponse}, dst::Ptr{UA_CloseSessionResponse})::UA_STATUSCODE
UA_CloseSessionResponse_copy(src::UA_CloseSessionResponse, dst::Ptr{UA_CloseSessionResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CloseSessionResponse_deleteMembersMethod
UA_CloseSessionResponse_deleteMembers(x::Ptr{UA_CloseSessionResponse})

(deprecated, use UA_CloseSessionResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CloseSessionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CloseSessionResponse_newMethod
UA_CloseSessionResponse_new()::Ptr{UA_CloseSessionResponse}

creates and initializes ("zeros") a UA_CloseSessionResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CloseSessionResponse_delete(x::Ptr{UA_CloseSessionResponse})

source
Open62541.UA_ComplexNumberType_clearMethod
UA_ComplexNumberType_clear(x::Ptr{UA_ComplexNumberType})

deletes the dynamically allocated content of the object x and calls UA_ComplexNumberType_init(x) to reset the type and its memory.

source
Open62541.UA_ComplexNumberType_copyMethod
UA_ComplexNumberType_copy(src::Ptr{UA_ComplexNumberType}, dst::Ptr{UA_ComplexNumberType})::UA_STATUSCODE
UA_ComplexNumberType_copy(src::UA_ComplexNumberType, dst::Ptr{UA_ComplexNumberType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ComplexNumberType_deleteMembersMethod
UA_ComplexNumberType_deleteMembers(x::Ptr{UA_ComplexNumberType})

(deprecated, use UA_ComplexNumberType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ComplexNumberType_init(x) to reset the type and its memory.

source
Open62541.UA_ComplexNumberType_newMethod
UA_ComplexNumberType_new()::Ptr{UA_ComplexNumberType}

creates and initializes ("zeros") a UA_ComplexNumberType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ComplexNumberType_delete(x::Ptr{UA_ComplexNumberType})

source
Open62541.UA_ConfigurationVersionDataType_clearMethod
UA_ConfigurationVersionDataType_clear(x::Ptr{UA_ConfigurationVersionDataType})

deletes the dynamically allocated content of the object x and calls UA_ConfigurationVersionDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ConfigurationVersionDataType_copyMethod
UA_ConfigurationVersionDataType_copy(src::Ptr{UA_ConfigurationVersionDataType}, dst::Ptr{UA_ConfigurationVersionDataType})::UA_STATUSCODE
UA_ConfigurationVersionDataType_copy(src::UA_ConfigurationVersionDataType, dst::Ptr{UA_ConfigurationVersionDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ConfigurationVersionDataType_deleteMembersMethod
UA_ConfigurationVersionDataType_deleteMembers(x::Ptr{UA_ConfigurationVersionDataType})

(deprecated, use UA_ConfigurationVersionDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ConfigurationVersionDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ConfigurationVersionDataType_newMethod
UA_ConfigurationVersionDataType_new()::Ptr{UA_ConfigurationVersionDataType}

creates and initializes ("zeros") a UA_ConfigurationVersionDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ConfigurationVersionDataType_delete(x::Ptr{UA_ConfigurationVersionDataType})

source
Open62541.UA_ContentFilterElementResult_clearMethod
UA_ContentFilterElementResult_clear(x::Ptr{UA_ContentFilterElementResult})

deletes the dynamically allocated content of the object x and calls UA_ContentFilterElementResult_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilterElementResult_copyMethod
UA_ContentFilterElementResult_copy(src::Ptr{UA_ContentFilterElementResult}, dst::Ptr{UA_ContentFilterElementResult})::UA_STATUSCODE
UA_ContentFilterElementResult_copy(src::UA_ContentFilterElementResult, dst::Ptr{UA_ContentFilterElementResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ContentFilterElementResult_deleteMembersMethod
UA_ContentFilterElementResult_deleteMembers(x::Ptr{UA_ContentFilterElementResult})

(deprecated, use UA_ContentFilterElementResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ContentFilterElementResult_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilterElementResult_newMethod
UA_ContentFilterElementResult_new()::Ptr{UA_ContentFilterElementResult}

creates and initializes ("zeros") a UA_ContentFilterElementResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ContentFilterElementResult_delete(x::Ptr{UA_ContentFilterElementResult})

source
Open62541.UA_ContentFilterElement_clearMethod
UA_ContentFilterElement_clear(x::Ptr{UA_ContentFilterElement})

deletes the dynamically allocated content of the object x and calls UA_ContentFilterElement_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilterElement_copyMethod
UA_ContentFilterElement_copy(src::Ptr{UA_ContentFilterElement}, dst::Ptr{UA_ContentFilterElement})::UA_STATUSCODE
UA_ContentFilterElement_copy(src::UA_ContentFilterElement, dst::Ptr{UA_ContentFilterElement})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ContentFilterElement_deleteMembersMethod
UA_ContentFilterElement_deleteMembers(x::Ptr{UA_ContentFilterElement})

(deprecated, use UA_ContentFilterElement_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ContentFilterElement_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilterElement_newMethod
UA_ContentFilterElement_new()::Ptr{UA_ContentFilterElement}

creates and initializes ("zeros") a UA_ContentFilterElement object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ContentFilterElement_delete(x::Ptr{UA_ContentFilterElement})

source
Open62541.UA_ContentFilterResult_clearMethod
UA_ContentFilterResult_clear(x::Ptr{UA_ContentFilterResult})

deletes the dynamically allocated content of the object x and calls UA_ContentFilterResult_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilterResult_copyMethod
UA_ContentFilterResult_copy(src::Ptr{UA_ContentFilterResult}, dst::Ptr{UA_ContentFilterResult})::UA_STATUSCODE
UA_ContentFilterResult_copy(src::UA_ContentFilterResult, dst::Ptr{UA_ContentFilterResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ContentFilterResult_deleteMembersMethod
UA_ContentFilterResult_deleteMembers(x::Ptr{UA_ContentFilterResult})

(deprecated, use UA_ContentFilterResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ContentFilterResult_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilterResult_newMethod
UA_ContentFilterResult_new()::Ptr{UA_ContentFilterResult}

creates and initializes ("zeros") a UA_ContentFilterResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ContentFilterResult_delete(x::Ptr{UA_ContentFilterResult})

source
Open62541.UA_ContentFilter_clearMethod
UA_ContentFilter_clear(x::Ptr{UA_ContentFilter})

deletes the dynamically allocated content of the object x and calls UA_ContentFilter_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilter_copyMethod
UA_ContentFilter_copy(src::Ptr{UA_ContentFilter}, dst::Ptr{UA_ContentFilter})::UA_STATUSCODE
UA_ContentFilter_copy(src::UA_ContentFilter, dst::Ptr{UA_ContentFilter})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ContentFilter_deleteMembersMethod
UA_ContentFilter_deleteMembers(x::Ptr{UA_ContentFilter})

(deprecated, use UA_ContentFilter_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ContentFilter_init(x) to reset the type and its memory.

source
Open62541.UA_ContentFilter_newMethod
UA_ContentFilter_new()::Ptr{UA_ContentFilter}

creates and initializes ("zeros") a UA_ContentFilter object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ContentFilter_delete(x::Ptr{UA_ContentFilter})

source
Open62541.UA_ContinuationPoint_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ContinuationPoint_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ContinuationPoint_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_Counter_clearMethod
UInt32_clear(x::Ptr{UInt32})

deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_Counter_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Counter_deleteMembersMethod
UInt32_deleteMembers(x::Ptr{UInt32})

(deprecated, use UInt32_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_Counter_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_CreateMonitoredItemsRequest_clearMethod
UA_CreateMonitoredItemsRequest_clear(x::Ptr{UA_CreateMonitoredItemsRequest})

deletes the dynamically allocated content of the object x and calls UA_CreateMonitoredItemsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CreateMonitoredItemsRequest_copyMethod
UA_CreateMonitoredItemsRequest_copy(src::Ptr{UA_CreateMonitoredItemsRequest}, dst::Ptr{UA_CreateMonitoredItemsRequest})::UA_STATUSCODE
UA_CreateMonitoredItemsRequest_copy(src::UA_CreateMonitoredItemsRequest, dst::Ptr{UA_CreateMonitoredItemsRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CreateMonitoredItemsRequest_deleteMembersMethod
UA_CreateMonitoredItemsRequest_deleteMembers(x::Ptr{UA_CreateMonitoredItemsRequest})

(deprecated, use UA_CreateMonitoredItemsRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CreateMonitoredItemsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CreateMonitoredItemsRequest_newMethod
UA_CreateMonitoredItemsRequest_new()::Ptr{UA_CreateMonitoredItemsRequest}

creates and initializes ("zeros") a UA_CreateMonitoredItemsRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CreateMonitoredItemsRequest_delete(x::Ptr{UA_CreateMonitoredItemsRequest})

source
Open62541.UA_CreateMonitoredItemsResponse_clearMethod
UA_CreateMonitoredItemsResponse_clear(x::Ptr{UA_CreateMonitoredItemsResponse})

deletes the dynamically allocated content of the object x and calls UA_CreateMonitoredItemsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CreateMonitoredItemsResponse_copyMethod
UA_CreateMonitoredItemsResponse_copy(src::Ptr{UA_CreateMonitoredItemsResponse}, dst::Ptr{UA_CreateMonitoredItemsResponse})::UA_STATUSCODE
UA_CreateMonitoredItemsResponse_copy(src::UA_CreateMonitoredItemsResponse, dst::Ptr{UA_CreateMonitoredItemsResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CreateMonitoredItemsResponse_deleteMembersMethod
UA_CreateMonitoredItemsResponse_deleteMembers(x::Ptr{UA_CreateMonitoredItemsResponse})

(deprecated, use UA_CreateMonitoredItemsResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CreateMonitoredItemsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CreateMonitoredItemsResponse_newMethod
UA_CreateMonitoredItemsResponse_new()::Ptr{UA_CreateMonitoredItemsResponse}

creates and initializes ("zeros") a UA_CreateMonitoredItemsResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CreateMonitoredItemsResponse_delete(x::Ptr{UA_CreateMonitoredItemsResponse})

source
Open62541.UA_CreateSessionRequest_clearMethod
UA_CreateSessionRequest_clear(x::Ptr{UA_CreateSessionRequest})

deletes the dynamically allocated content of the object x and calls UA_CreateSessionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSessionRequest_copyMethod
UA_CreateSessionRequest_copy(src::Ptr{UA_CreateSessionRequest}, dst::Ptr{UA_CreateSessionRequest})::UA_STATUSCODE
UA_CreateSessionRequest_copy(src::UA_CreateSessionRequest, dst::Ptr{UA_CreateSessionRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CreateSessionRequest_deleteMembersMethod
UA_CreateSessionRequest_deleteMembers(x::Ptr{UA_CreateSessionRequest})

(deprecated, use UA_CreateSessionRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CreateSessionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSessionRequest_newMethod
UA_CreateSessionRequest_new()::Ptr{UA_CreateSessionRequest}

creates and initializes ("zeros") a UA_CreateSessionRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CreateSessionRequest_delete(x::Ptr{UA_CreateSessionRequest})

source
Open62541.UA_CreateSessionResponse_clearMethod
UA_CreateSessionResponse_clear(x::Ptr{UA_CreateSessionResponse})

deletes the dynamically allocated content of the object x and calls UA_CreateSessionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSessionResponse_copyMethod
UA_CreateSessionResponse_copy(src::Ptr{UA_CreateSessionResponse}, dst::Ptr{UA_CreateSessionResponse})::UA_STATUSCODE
UA_CreateSessionResponse_copy(src::UA_CreateSessionResponse, dst::Ptr{UA_CreateSessionResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CreateSessionResponse_deleteMembersMethod
UA_CreateSessionResponse_deleteMembers(x::Ptr{UA_CreateSessionResponse})

(deprecated, use UA_CreateSessionResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CreateSessionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSessionResponse_newMethod
UA_CreateSessionResponse_new()::Ptr{UA_CreateSessionResponse}

creates and initializes ("zeros") a UA_CreateSessionResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CreateSessionResponse_delete(x::Ptr{UA_CreateSessionResponse})

source
Open62541.UA_CreateSubscriptionRequest_clearMethod
UA_CreateSubscriptionRequest_clear(x::Ptr{UA_CreateSubscriptionRequest})

deletes the dynamically allocated content of the object x and calls UA_CreateSubscriptionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSubscriptionRequest_copyMethod
UA_CreateSubscriptionRequest_copy(src::Ptr{UA_CreateSubscriptionRequest}, dst::Ptr{UA_CreateSubscriptionRequest})::UA_STATUSCODE
UA_CreateSubscriptionRequest_copy(src::UA_CreateSubscriptionRequest, dst::Ptr{UA_CreateSubscriptionRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CreateSubscriptionRequest_deleteMembersMethod
UA_CreateSubscriptionRequest_deleteMembers(x::Ptr{UA_CreateSubscriptionRequest})

(deprecated, use UA_CreateSubscriptionRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CreateSubscriptionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSubscriptionRequest_newMethod
UA_CreateSubscriptionRequest_new()::Ptr{UA_CreateSubscriptionRequest}

creates and initializes ("zeros") a UA_CreateSubscriptionRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CreateSubscriptionRequest_delete(x::Ptr{UA_CreateSubscriptionRequest})

source
Open62541.UA_CreateSubscriptionResponse_clearMethod
UA_CreateSubscriptionResponse_clear(x::Ptr{UA_CreateSubscriptionResponse})

deletes the dynamically allocated content of the object x and calls UA_CreateSubscriptionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSubscriptionResponse_copyMethod
UA_CreateSubscriptionResponse_copy(src::Ptr{UA_CreateSubscriptionResponse}, dst::Ptr{UA_CreateSubscriptionResponse})::UA_STATUSCODE
UA_CreateSubscriptionResponse_copy(src::UA_CreateSubscriptionResponse, dst::Ptr{UA_CreateSubscriptionResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CreateSubscriptionResponse_deleteMembersMethod
UA_CreateSubscriptionResponse_deleteMembers(x::Ptr{UA_CreateSubscriptionResponse})

(deprecated, use UA_CreateSubscriptionResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CreateSubscriptionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_CreateSubscriptionResponse_newMethod
UA_CreateSubscriptionResponse_new()::Ptr{UA_CreateSubscriptionResponse}

creates and initializes ("zeros") a UA_CreateSubscriptionResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CreateSubscriptionResponse_delete(x::Ptr{UA_CreateSubscriptionResponse})

source
Open62541.UA_CurrencyUnitType_clearMethod
UA_CurrencyUnitType_clear(x::Ptr{UA_CurrencyUnitType})

deletes the dynamically allocated content of the object x and calls UA_CurrencyUnitType_init(x) to reset the type and its memory.

source
Open62541.UA_CurrencyUnitType_copyMethod
UA_CurrencyUnitType_copy(src::Ptr{UA_CurrencyUnitType}, dst::Ptr{UA_CurrencyUnitType})::UA_STATUSCODE
UA_CurrencyUnitType_copy(src::UA_CurrencyUnitType, dst::Ptr{UA_CurrencyUnitType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_CurrencyUnitType_deleteMembersMethod
UA_CurrencyUnitType_deleteMembers(x::Ptr{UA_CurrencyUnitType})

(deprecated, use UA_CurrencyUnitType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_CurrencyUnitType_init(x) to reset the type and its memory.

source
Open62541.UA_CurrencyUnitType_newMethod
UA_CurrencyUnitType_new()::Ptr{UA_CurrencyUnitType}

creates and initializes ("zeros") a UA_CurrencyUnitType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_CurrencyUnitType_delete(x::Ptr{UA_CurrencyUnitType})

source
Open62541.UA_DataChangeFilter_clearMethod
UA_DataChangeFilter_clear(x::Ptr{UA_DataChangeFilter})

deletes the dynamically allocated content of the object x and calls UA_DataChangeFilter_init(x) to reset the type and its memory.

source
Open62541.UA_DataChangeFilter_copyMethod
UA_DataChangeFilter_copy(src::Ptr{UA_DataChangeFilter}, dst::Ptr{UA_DataChangeFilter})::UA_STATUSCODE
UA_DataChangeFilter_copy(src::UA_DataChangeFilter, dst::Ptr{UA_DataChangeFilter})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataChangeFilter_deleteMembersMethod
UA_DataChangeFilter_deleteMembers(x::Ptr{UA_DataChangeFilter})

(deprecated, use UA_DataChangeFilter_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataChangeFilter_init(x) to reset the type and its memory.

source
Open62541.UA_DataChangeFilter_newMethod
UA_DataChangeFilter_new()::Ptr{UA_DataChangeFilter}

creates and initializes ("zeros") a UA_DataChangeFilter object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataChangeFilter_delete(x::Ptr{UA_DataChangeFilter})

source
Open62541.UA_DataChangeNotification_clearMethod
UA_DataChangeNotification_clear(x::Ptr{UA_DataChangeNotification})

deletes the dynamically allocated content of the object x and calls UA_DataChangeNotification_init(x) to reset the type and its memory.

source
Open62541.UA_DataChangeNotification_copyMethod
UA_DataChangeNotification_copy(src::Ptr{UA_DataChangeNotification}, dst::Ptr{UA_DataChangeNotification})::UA_STATUSCODE
UA_DataChangeNotification_copy(src::UA_DataChangeNotification, dst::Ptr{UA_DataChangeNotification})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataChangeNotification_deleteMembersMethod
UA_DataChangeNotification_deleteMembers(x::Ptr{UA_DataChangeNotification})

(deprecated, use UA_DataChangeNotification_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataChangeNotification_init(x) to reset the type and its memory.

source
Open62541.UA_DataChangeNotification_newMethod
UA_DataChangeNotification_new()::Ptr{UA_DataChangeNotification}

creates and initializes ("zeros") a UA_DataChangeNotification object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataChangeNotification_delete(x::Ptr{UA_DataChangeNotification})

source
Open62541.UA_DataChangeTrigger_clearMethod
UA_DataChangeTrigger_clear(x::Ptr{UA_DataChangeTrigger})

deletes the dynamically allocated content of the object x and calls UA_DataChangeTrigger_init(x) to reset the type and its memory.

source
Open62541.UA_DataChangeTrigger_copyMethod
UA_DataChangeTrigger_copy(src::Ptr{UA_DataChangeTrigger}, dst::Ptr{UA_DataChangeTrigger})::UA_STATUSCODE
UA_DataChangeTrigger_copy(src::UA_DataChangeTrigger, dst::Ptr{UA_DataChangeTrigger})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataChangeTrigger_deleteMembersMethod
UA_DataChangeTrigger_deleteMembers(x::Ptr{UA_DataChangeTrigger})

(deprecated, use UA_DataChangeTrigger_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataChangeTrigger_init(x) to reset the type and its memory.

source
Open62541.UA_DataChangeTrigger_newMethod
UA_DataChangeTrigger_new()::Ptr{UA_DataChangeTrigger}

creates and initializes ("zeros") a UA_DataChangeTrigger object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataChangeTrigger_delete(x::Ptr{UA_DataChangeTrigger})

source
Open62541.UA_DataSetFieldContentMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataSetFieldContentMask_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_DataSetFieldFlags_copyMethod
UInt16_copy(src::Ptr{UInt16}, dst::Ptr{UInt16})::UA_STATUSCODE
UInt16_copy(src::UInt16, dst::Ptr{UInt16})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataSetFieldFlags_deleteMembersMethod
UInt16_deleteMembers(x::Ptr{UInt16})

(deprecated, use UInt16_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt16_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetFieldFlags_newMethod
UInt16_new()::Ptr{UInt16}

creates and initializes ("zeros") a UInt16 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt16_delete(x::Ptr{UInt16})

source
Open62541.UA_DataSetMetaDataType_clearMethod
UA_DataSetMetaDataType_clear(x::Ptr{UA_DataSetMetaDataType})

deletes the dynamically allocated content of the object x and calls UA_DataSetMetaDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetMetaDataType_copyMethod
UA_DataSetMetaDataType_copy(src::Ptr{UA_DataSetMetaDataType}, dst::Ptr{UA_DataSetMetaDataType})::UA_STATUSCODE
UA_DataSetMetaDataType_copy(src::UA_DataSetMetaDataType, dst::Ptr{UA_DataSetMetaDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataSetMetaDataType_deleteMembersMethod
UA_DataSetMetaDataType_deleteMembers(x::Ptr{UA_DataSetMetaDataType})

(deprecated, use UA_DataSetMetaDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataSetMetaDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetMetaDataType_newMethod
UA_DataSetMetaDataType_new()::Ptr{UA_DataSetMetaDataType}

creates and initializes ("zeros") a UA_DataSetMetaDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataSetMetaDataType_delete(x::Ptr{UA_DataSetMetaDataType})

source
Open62541.UA_DataSetOrderingType_clearMethod
UA_DataSetOrderingType_clear(x::Ptr{UA_DataSetOrderingType})

deletes the dynamically allocated content of the object x and calls UA_DataSetOrderingType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetOrderingType_copyMethod
UA_DataSetOrderingType_copy(src::Ptr{UA_DataSetOrderingType}, dst::Ptr{UA_DataSetOrderingType})::UA_STATUSCODE
UA_DataSetOrderingType_copy(src::UA_DataSetOrderingType, dst::Ptr{UA_DataSetOrderingType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataSetOrderingType_deleteMembersMethod
UA_DataSetOrderingType_deleteMembers(x::Ptr{UA_DataSetOrderingType})

(deprecated, use UA_DataSetOrderingType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataSetOrderingType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetOrderingType_newMethod
UA_DataSetOrderingType_new()::Ptr{UA_DataSetOrderingType}

creates and initializes ("zeros") a UA_DataSetOrderingType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataSetOrderingType_delete(x::Ptr{UA_DataSetOrderingType})

source
Open62541.UA_DataSetReaderDataType_clearMethod
UA_DataSetReaderDataType_clear(x::Ptr{UA_DataSetReaderDataType})

deletes the dynamically allocated content of the object x and calls UA_DataSetReaderDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetReaderDataType_copyMethod
UA_DataSetReaderDataType_copy(src::Ptr{UA_DataSetReaderDataType}, dst::Ptr{UA_DataSetReaderDataType})::UA_STATUSCODE
UA_DataSetReaderDataType_copy(src::UA_DataSetReaderDataType, dst::Ptr{UA_DataSetReaderDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataSetReaderDataType_deleteMembersMethod
UA_DataSetReaderDataType_deleteMembers(x::Ptr{UA_DataSetReaderDataType})

(deprecated, use UA_DataSetReaderDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataSetReaderDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetReaderDataType_newMethod
UA_DataSetReaderDataType_new()::Ptr{UA_DataSetReaderDataType}

creates and initializes ("zeros") a UA_DataSetReaderDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataSetReaderDataType_delete(x::Ptr{UA_DataSetReaderDataType})

source
Open62541.UA_DataSetWriterDataType_clearMethod
UA_DataSetWriterDataType_clear(x::Ptr{UA_DataSetWriterDataType})

deletes the dynamically allocated content of the object x and calls UA_DataSetWriterDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetWriterDataType_copyMethod
UA_DataSetWriterDataType_copy(src::Ptr{UA_DataSetWriterDataType}, dst::Ptr{UA_DataSetWriterDataType})::UA_STATUSCODE
UA_DataSetWriterDataType_copy(src::UA_DataSetWriterDataType, dst::Ptr{UA_DataSetWriterDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataSetWriterDataType_deleteMembersMethod
UA_DataSetWriterDataType_deleteMembers(x::Ptr{UA_DataSetWriterDataType})

(deprecated, use UA_DataSetWriterDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataSetWriterDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DataSetWriterDataType_newMethod
UA_DataSetWriterDataType_new()::Ptr{UA_DataSetWriterDataType}

creates and initializes ("zeros") a UA_DataSetWriterDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataSetWriterDataType_delete(x::Ptr{UA_DataSetWriterDataType})

source
Open62541.UA_DataTypeAttributes_clearMethod
UA_DataTypeAttributes_clear(x::Ptr{UA_DataTypeAttributes})

deletes the dynamically allocated content of the object x and calls UA_DataTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_DataTypeAttributes_copyMethod
UA_DataTypeAttributes_copy(src::Ptr{UA_DataTypeAttributes}, dst::Ptr{UA_DataTypeAttributes})::UA_STATUSCODE
UA_DataTypeAttributes_copy(src::UA_DataTypeAttributes, dst::Ptr{UA_DataTypeAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataTypeAttributes_deleteMembersMethod
UA_DataTypeAttributes_deleteMembers(x::Ptr{UA_DataTypeAttributes})

(deprecated, use UA_DataTypeAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_DataTypeAttributes_newMethod
UA_DataTypeAttributes_new()::Ptr{UA_DataTypeAttributes}

creates and initializes ("zeros") a UA_DataTypeAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataTypeAttributes_delete(x::Ptr{UA_DataTypeAttributes})

source
Open62541.UA_DataTypeDescription_clearMethod
UA_DataTypeDescription_clear(x::Ptr{UA_DataTypeDescription})

deletes the dynamically allocated content of the object x and calls UA_DataTypeDescription_init(x) to reset the type and its memory.

source
Open62541.UA_DataTypeDescription_copyMethod
UA_DataTypeDescription_copy(src::Ptr{UA_DataTypeDescription}, dst::Ptr{UA_DataTypeDescription})::UA_STATUSCODE
UA_DataTypeDescription_copy(src::UA_DataTypeDescription, dst::Ptr{UA_DataTypeDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataTypeDescription_deleteMembersMethod
UA_DataTypeDescription_deleteMembers(x::Ptr{UA_DataTypeDescription})

(deprecated, use UA_DataTypeDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataTypeDescription_init(x) to reset the type and its memory.

source
Open62541.UA_DataTypeDescription_newMethod
UA_DataTypeDescription_new()::Ptr{UA_DataTypeDescription}

creates and initializes ("zeros") a UA_DataTypeDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataTypeDescription_delete(x::Ptr{UA_DataTypeDescription})

source
Open62541.UA_DataTypeSchemaHeader_clearMethod
UA_DataTypeSchemaHeader_clear(x::Ptr{UA_DataTypeSchemaHeader})

deletes the dynamically allocated content of the object x and calls UA_DataTypeSchemaHeader_init(x) to reset the type and its memory.

source
Open62541.UA_DataTypeSchemaHeader_copyMethod
UA_DataTypeSchemaHeader_copy(src::Ptr{UA_DataTypeSchemaHeader}, dst::Ptr{UA_DataTypeSchemaHeader})::UA_STATUSCODE
UA_DataTypeSchemaHeader_copy(src::UA_DataTypeSchemaHeader, dst::Ptr{UA_DataTypeSchemaHeader})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataTypeSchemaHeader_deleteMembersMethod
UA_DataTypeSchemaHeader_deleteMembers(x::Ptr{UA_DataTypeSchemaHeader})

(deprecated, use UA_DataTypeSchemaHeader_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataTypeSchemaHeader_init(x) to reset the type and its memory.

source
Open62541.UA_DataTypeSchemaHeader_newMethod
UA_DataTypeSchemaHeader_new()::Ptr{UA_DataTypeSchemaHeader}

creates and initializes ("zeros") a UA_DataTypeSchemaHeader object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataTypeSchemaHeader_delete(x::Ptr{UA_DataTypeSchemaHeader})

source
Open62541.UA_DataValue_clearMethod
UA_DataValue_clear(x::Ptr{UA_DataValue})

deletes the dynamically allocated content of the object x and calls UA_DataValue_init(x) to reset the type and its memory.

source
Open62541.UA_DataValue_copyMethod
UA_DataValue_copy(src::Ptr{UA_DataValue}, dst::Ptr{UA_DataValue})::UA_STATUSCODE
UA_DataValue_copy(src::UA_DataValue, dst::Ptr{UA_DataValue})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DataValue_deleteMembersMethod
UA_DataValue_deleteMembers(x::Ptr{UA_DataValue})

(deprecated, use UA_DataValue_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DataValue_init(x) to reset the type and its memory.

source
Open62541.UA_DataValue_initMethod
UA_DataValue_init(x::Ptr{UA_DataValue})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_DataValue_newMethod
UA_DataValue_new()::Ptr{UA_DataValue}

creates and initializes ("zeros") a UA_DataValue object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DataValue_delete(x::Ptr{UA_DataValue})

source
Open62541.UA_DatagramConnectionTransport2DataType_clearMethod
UA_DatagramConnectionTransport2DataType_clear(x::Ptr{UA_DatagramConnectionTransport2DataType})

deletes the dynamically allocated content of the object x and calls UA_DatagramConnectionTransport2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramConnectionTransport2DataType_copyMethod
UA_DatagramConnectionTransport2DataType_copy(src::Ptr{UA_DatagramConnectionTransport2DataType}, dst::Ptr{UA_DatagramConnectionTransport2DataType})::UA_STATUSCODE
UA_DatagramConnectionTransport2DataType_copy(src::UA_DatagramConnectionTransport2DataType, dst::Ptr{UA_DatagramConnectionTransport2DataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DatagramConnectionTransport2DataType_deleteMembersMethod
UA_DatagramConnectionTransport2DataType_deleteMembers(x::Ptr{UA_DatagramConnectionTransport2DataType})

(deprecated, use UA_DatagramConnectionTransport2DataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DatagramConnectionTransport2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramConnectionTransport2DataType_newMethod
UA_DatagramConnectionTransport2DataType_new()::Ptr{UA_DatagramConnectionTransport2DataType}

creates and initializes ("zeros") a UA_DatagramConnectionTransport2DataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DatagramConnectionTransport2DataType_delete(x::Ptr{UA_DatagramConnectionTransport2DataType})

source
Open62541.UA_DatagramConnectionTransportDataType_clearMethod
UA_DatagramConnectionTransportDataType_clear(x::Ptr{UA_DatagramConnectionTransportDataType})

deletes the dynamically allocated content of the object x and calls UA_DatagramConnectionTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramConnectionTransportDataType_copyMethod
UA_DatagramConnectionTransportDataType_copy(src::Ptr{UA_DatagramConnectionTransportDataType}, dst::Ptr{UA_DatagramConnectionTransportDataType})::UA_STATUSCODE
UA_DatagramConnectionTransportDataType_copy(src::UA_DatagramConnectionTransportDataType, dst::Ptr{UA_DatagramConnectionTransportDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DatagramConnectionTransportDataType_deleteMembersMethod
UA_DatagramConnectionTransportDataType_deleteMembers(x::Ptr{UA_DatagramConnectionTransportDataType})

(deprecated, use UA_DatagramConnectionTransportDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DatagramConnectionTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramConnectionTransportDataType_newMethod
UA_DatagramConnectionTransportDataType_new()::Ptr{UA_DatagramConnectionTransportDataType}

creates and initializes ("zeros") a UA_DatagramConnectionTransportDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DatagramConnectionTransportDataType_delete(x::Ptr{UA_DatagramConnectionTransportDataType})

source
Open62541.UA_DatagramDataSetReaderTransportDataType_clearMethod
UA_DatagramDataSetReaderTransportDataType_clear(x::Ptr{UA_DatagramDataSetReaderTransportDataType})

deletes the dynamically allocated content of the object x and calls UA_DatagramDataSetReaderTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramDataSetReaderTransportDataType_copyMethod
UA_DatagramDataSetReaderTransportDataType_copy(src::Ptr{UA_DatagramDataSetReaderTransportDataType}, dst::Ptr{UA_DatagramDataSetReaderTransportDataType})::UA_STATUSCODE
UA_DatagramDataSetReaderTransportDataType_copy(src::UA_DatagramDataSetReaderTransportDataType, dst::Ptr{UA_DatagramDataSetReaderTransportDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DatagramDataSetReaderTransportDataType_deleteMembersMethod
UA_DatagramDataSetReaderTransportDataType_deleteMembers(x::Ptr{UA_DatagramDataSetReaderTransportDataType})

(deprecated, use UA_DatagramDataSetReaderTransportDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DatagramDataSetReaderTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramDataSetReaderTransportDataType_newMethod
UA_DatagramDataSetReaderTransportDataType_new()::Ptr{UA_DatagramDataSetReaderTransportDataType}

creates and initializes ("zeros") a UA_DatagramDataSetReaderTransportDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DatagramDataSetReaderTransportDataType_delete(x::Ptr{UA_DatagramDataSetReaderTransportDataType})

source
Open62541.UA_DatagramWriterGroupTransport2DataType_clearMethod
UA_DatagramWriterGroupTransport2DataType_clear(x::Ptr{UA_DatagramWriterGroupTransport2DataType})

deletes the dynamically allocated content of the object x and calls UA_DatagramWriterGroupTransport2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramWriterGroupTransport2DataType_copyMethod
UA_DatagramWriterGroupTransport2DataType_copy(src::Ptr{UA_DatagramWriterGroupTransport2DataType}, dst::Ptr{UA_DatagramWriterGroupTransport2DataType})::UA_STATUSCODE
UA_DatagramWriterGroupTransport2DataType_copy(src::UA_DatagramWriterGroupTransport2DataType, dst::Ptr{UA_DatagramWriterGroupTransport2DataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DatagramWriterGroupTransport2DataType_deleteMembersMethod
UA_DatagramWriterGroupTransport2DataType_deleteMembers(x::Ptr{UA_DatagramWriterGroupTransport2DataType})

(deprecated, use UA_DatagramWriterGroupTransport2DataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DatagramWriterGroupTransport2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramWriterGroupTransport2DataType_newMethod
UA_DatagramWriterGroupTransport2DataType_new()::Ptr{UA_DatagramWriterGroupTransport2DataType}

creates and initializes ("zeros") a UA_DatagramWriterGroupTransport2DataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DatagramWriterGroupTransport2DataType_delete(x::Ptr{UA_DatagramWriterGroupTransport2DataType})

source
Open62541.UA_DatagramWriterGroupTransportDataType_clearMethod
UA_DatagramWriterGroupTransportDataType_clear(x::Ptr{UA_DatagramWriterGroupTransportDataType})

deletes the dynamically allocated content of the object x and calls UA_DatagramWriterGroupTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramWriterGroupTransportDataType_copyMethod
UA_DatagramWriterGroupTransportDataType_copy(src::Ptr{UA_DatagramWriterGroupTransportDataType}, dst::Ptr{UA_DatagramWriterGroupTransportDataType})::UA_STATUSCODE
UA_DatagramWriterGroupTransportDataType_copy(src::UA_DatagramWriterGroupTransportDataType, dst::Ptr{UA_DatagramWriterGroupTransportDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DatagramWriterGroupTransportDataType_deleteMembersMethod
UA_DatagramWriterGroupTransportDataType_deleteMembers(x::Ptr{UA_DatagramWriterGroupTransportDataType})

(deprecated, use UA_DatagramWriterGroupTransportDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DatagramWriterGroupTransportDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DatagramWriterGroupTransportDataType_newMethod
UA_DatagramWriterGroupTransportDataType_new()::Ptr{UA_DatagramWriterGroupTransportDataType}

creates and initializes ("zeros") a UA_DatagramWriterGroupTransportDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DatagramWriterGroupTransportDataType_delete(x::Ptr{UA_DatagramWriterGroupTransportDataType})

source
Open62541.UA_DateString_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_DateString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DateString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_DateString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_DateTime_clearMethod
Int64_clear(x::Ptr{Int64})

deletes the dynamically allocated content of the object x and calls Int64_init(x) to reset the type and its memory.

source
Open62541.UA_DateTime_copyMethod
Int64_copy(src::Ptr{Int64}, dst::Ptr{Int64})::UA_STATUSCODE
Int64_copy(src::Int64, dst::Ptr{Int64})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DateTime_deleteMembersMethod
Int64_deleteMembers(x::Ptr{Int64})

(deprecated, use Int64_clear(x) instead) deletes the dynamically allocated content of the object x and calls Int64_init(x) to reset the type and its memory.

source
Open62541.UA_DateTime_newMethod
Int64_new()::Ptr{Int64}

creates and initializes ("zeros") a Int64 object whose memory is allocated by C. After use, it needs to be cleaned up with Int64_delete(x::Ptr{Int64})

source
Open62541.UA_DeadbandType_clearMethod
UA_DeadbandType_clear(x::Ptr{UA_DeadbandType})

deletes the dynamically allocated content of the object x and calls UA_DeadbandType_init(x) to reset the type and its memory.

source
Open62541.UA_DeadbandType_copyMethod
UA_DeadbandType_copy(src::Ptr{UA_DeadbandType}, dst::Ptr{UA_DeadbandType})::UA_STATUSCODE
UA_DeadbandType_copy(src::UA_DeadbandType, dst::Ptr{UA_DeadbandType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeadbandType_deleteMembersMethod
UA_DeadbandType_deleteMembers(x::Ptr{UA_DeadbandType})

(deprecated, use UA_DeadbandType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeadbandType_init(x) to reset the type and its memory.

source
Open62541.UA_DeadbandType_newMethod
UA_DeadbandType_new()::Ptr{UA_DeadbandType}

creates and initializes ("zeros") a UA_DeadbandType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeadbandType_delete(x::Ptr{UA_DeadbandType})

source
Open62541.UA_DecimalDataType_clearMethod
UA_DecimalDataType_clear(x::Ptr{UA_DecimalDataType})

deletes the dynamically allocated content of the object x and calls UA_DecimalDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DecimalDataType_copyMethod
UA_DecimalDataType_copy(src::Ptr{UA_DecimalDataType}, dst::Ptr{UA_DecimalDataType})::UA_STATUSCODE
UA_DecimalDataType_copy(src::UA_DecimalDataType, dst::Ptr{UA_DecimalDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DecimalDataType_deleteMembersMethod
UA_DecimalDataType_deleteMembers(x::Ptr{UA_DecimalDataType})

(deprecated, use UA_DecimalDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DecimalDataType_init(x) to reset the type and its memory.

source
Open62541.UA_DecimalDataType_newMethod
UA_DecimalDataType_new()::Ptr{UA_DecimalDataType}

creates and initializes ("zeros") a UA_DecimalDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DecimalDataType_delete(x::Ptr{UA_DecimalDataType})

source
Open62541.UA_DecimalString_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_DecimalString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DecimalString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_DecimalString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_DeleteAtTimeDetails_clearMethod
UA_DeleteAtTimeDetails_clear(x::Ptr{UA_DeleteAtTimeDetails})

deletes the dynamically allocated content of the object x and calls UA_DeleteAtTimeDetails_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteAtTimeDetails_copyMethod
UA_DeleteAtTimeDetails_copy(src::Ptr{UA_DeleteAtTimeDetails}, dst::Ptr{UA_DeleteAtTimeDetails})::UA_STATUSCODE
UA_DeleteAtTimeDetails_copy(src::UA_DeleteAtTimeDetails, dst::Ptr{UA_DeleteAtTimeDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteAtTimeDetails_deleteMembersMethod
UA_DeleteAtTimeDetails_deleteMembers(x::Ptr{UA_DeleteAtTimeDetails})

(deprecated, use UA_DeleteAtTimeDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteAtTimeDetails_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteAtTimeDetails_newMethod
UA_DeleteAtTimeDetails_new()::Ptr{UA_DeleteAtTimeDetails}

creates and initializes ("zeros") a UA_DeleteAtTimeDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteAtTimeDetails_delete(x::Ptr{UA_DeleteAtTimeDetails})

source
Open62541.UA_DeleteEventDetails_clearMethod
UA_DeleteEventDetails_clear(x::Ptr{UA_DeleteEventDetails})

deletes the dynamically allocated content of the object x and calls UA_DeleteEventDetails_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteEventDetails_copyMethod
UA_DeleteEventDetails_copy(src::Ptr{UA_DeleteEventDetails}, dst::Ptr{UA_DeleteEventDetails})::UA_STATUSCODE
UA_DeleteEventDetails_copy(src::UA_DeleteEventDetails, dst::Ptr{UA_DeleteEventDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteEventDetails_deleteMembersMethod
UA_DeleteEventDetails_deleteMembers(x::Ptr{UA_DeleteEventDetails})

(deprecated, use UA_DeleteEventDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteEventDetails_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteEventDetails_newMethod
UA_DeleteEventDetails_new()::Ptr{UA_DeleteEventDetails}

creates and initializes ("zeros") a UA_DeleteEventDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteEventDetails_delete(x::Ptr{UA_DeleteEventDetails})

source
Open62541.UA_DeleteMonitoredItemsRequest_clearMethod
UA_DeleteMonitoredItemsRequest_clear(x::Ptr{UA_DeleteMonitoredItemsRequest})

deletes the dynamically allocated content of the object x and calls UA_DeleteMonitoredItemsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteMonitoredItemsRequest_copyMethod
UA_DeleteMonitoredItemsRequest_copy(src::Ptr{UA_DeleteMonitoredItemsRequest}, dst::Ptr{UA_DeleteMonitoredItemsRequest})::UA_STATUSCODE
UA_DeleteMonitoredItemsRequest_copy(src::UA_DeleteMonitoredItemsRequest, dst::Ptr{UA_DeleteMonitoredItemsRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteMonitoredItemsRequest_deleteMembersMethod
UA_DeleteMonitoredItemsRequest_deleteMembers(x::Ptr{UA_DeleteMonitoredItemsRequest})

(deprecated, use UA_DeleteMonitoredItemsRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteMonitoredItemsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteMonitoredItemsRequest_newMethod
UA_DeleteMonitoredItemsRequest_new()::Ptr{UA_DeleteMonitoredItemsRequest}

creates and initializes ("zeros") a UA_DeleteMonitoredItemsRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteMonitoredItemsRequest_delete(x::Ptr{UA_DeleteMonitoredItemsRequest})

source
Open62541.UA_DeleteMonitoredItemsResponse_clearMethod
UA_DeleteMonitoredItemsResponse_clear(x::Ptr{UA_DeleteMonitoredItemsResponse})

deletes the dynamically allocated content of the object x and calls UA_DeleteMonitoredItemsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteMonitoredItemsResponse_copyMethod
UA_DeleteMonitoredItemsResponse_copy(src::Ptr{UA_DeleteMonitoredItemsResponse}, dst::Ptr{UA_DeleteMonitoredItemsResponse})::UA_STATUSCODE
UA_DeleteMonitoredItemsResponse_copy(src::UA_DeleteMonitoredItemsResponse, dst::Ptr{UA_DeleteMonitoredItemsResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteMonitoredItemsResponse_deleteMembersMethod
UA_DeleteMonitoredItemsResponse_deleteMembers(x::Ptr{UA_DeleteMonitoredItemsResponse})

(deprecated, use UA_DeleteMonitoredItemsResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteMonitoredItemsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteMonitoredItemsResponse_newMethod
UA_DeleteMonitoredItemsResponse_new()::Ptr{UA_DeleteMonitoredItemsResponse}

creates and initializes ("zeros") a UA_DeleteMonitoredItemsResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteMonitoredItemsResponse_delete(x::Ptr{UA_DeleteMonitoredItemsResponse})

source
Open62541.UA_DeleteNodesItem_clearMethod
UA_DeleteNodesItem_clear(x::Ptr{UA_DeleteNodesItem})

deletes the dynamically allocated content of the object x and calls UA_DeleteNodesItem_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteNodesItem_copyMethod
UA_DeleteNodesItem_copy(src::Ptr{UA_DeleteNodesItem}, dst::Ptr{UA_DeleteNodesItem})::UA_STATUSCODE
UA_DeleteNodesItem_copy(src::UA_DeleteNodesItem, dst::Ptr{UA_DeleteNodesItem})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteNodesItem_deleteMembersMethod
UA_DeleteNodesItem_deleteMembers(x::Ptr{UA_DeleteNodesItem})

(deprecated, use UA_DeleteNodesItem_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteNodesItem_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteNodesItem_newMethod
UA_DeleteNodesItem_new()::Ptr{UA_DeleteNodesItem}

creates and initializes ("zeros") a UA_DeleteNodesItem object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteNodesItem_delete(x::Ptr{UA_DeleteNodesItem})

source
Open62541.UA_DeleteNodesRequest_clearMethod
UA_DeleteNodesRequest_clear(x::Ptr{UA_DeleteNodesRequest})

deletes the dynamically allocated content of the object x and calls UA_DeleteNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteNodesRequest_copyMethod
UA_DeleteNodesRequest_copy(src::Ptr{UA_DeleteNodesRequest}, dst::Ptr{UA_DeleteNodesRequest})::UA_STATUSCODE
UA_DeleteNodesRequest_copy(src::UA_DeleteNodesRequest, dst::Ptr{UA_DeleteNodesRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteNodesRequest_deleteMembersMethod
UA_DeleteNodesRequest_deleteMembers(x::Ptr{UA_DeleteNodesRequest})

(deprecated, use UA_DeleteNodesRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteNodesRequest_newMethod
UA_DeleteNodesRequest_new()::Ptr{UA_DeleteNodesRequest}

creates and initializes ("zeros") a UA_DeleteNodesRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteNodesRequest_delete(x::Ptr{UA_DeleteNodesRequest})

source
Open62541.UA_DeleteNodesResponse_clearMethod
UA_DeleteNodesResponse_clear(x::Ptr{UA_DeleteNodesResponse})

deletes the dynamically allocated content of the object x and calls UA_DeleteNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteNodesResponse_copyMethod
UA_DeleteNodesResponse_copy(src::Ptr{UA_DeleteNodesResponse}, dst::Ptr{UA_DeleteNodesResponse})::UA_STATUSCODE
UA_DeleteNodesResponse_copy(src::UA_DeleteNodesResponse, dst::Ptr{UA_DeleteNodesResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteNodesResponse_deleteMembersMethod
UA_DeleteNodesResponse_deleteMembers(x::Ptr{UA_DeleteNodesResponse})

(deprecated, use UA_DeleteNodesResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteNodesResponse_newMethod
UA_DeleteNodesResponse_new()::Ptr{UA_DeleteNodesResponse}

creates and initializes ("zeros") a UA_DeleteNodesResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteNodesResponse_delete(x::Ptr{UA_DeleteNodesResponse})

source
Open62541.UA_DeleteRawModifiedDetails_clearMethod
UA_DeleteRawModifiedDetails_clear(x::Ptr{UA_DeleteRawModifiedDetails})

deletes the dynamically allocated content of the object x and calls UA_DeleteRawModifiedDetails_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteRawModifiedDetails_copyMethod
UA_DeleteRawModifiedDetails_copy(src::Ptr{UA_DeleteRawModifiedDetails}, dst::Ptr{UA_DeleteRawModifiedDetails})::UA_STATUSCODE
UA_DeleteRawModifiedDetails_copy(src::UA_DeleteRawModifiedDetails, dst::Ptr{UA_DeleteRawModifiedDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteRawModifiedDetails_deleteMembersMethod
UA_DeleteRawModifiedDetails_deleteMembers(x::Ptr{UA_DeleteRawModifiedDetails})

(deprecated, use UA_DeleteRawModifiedDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteRawModifiedDetails_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteRawModifiedDetails_newMethod
UA_DeleteRawModifiedDetails_new()::Ptr{UA_DeleteRawModifiedDetails}

creates and initializes ("zeros") a UA_DeleteRawModifiedDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteRawModifiedDetails_delete(x::Ptr{UA_DeleteRawModifiedDetails})

source
Open62541.UA_DeleteReferencesItem_clearMethod
UA_DeleteReferencesItem_clear(x::Ptr{UA_DeleteReferencesItem})

deletes the dynamically allocated content of the object x and calls UA_DeleteReferencesItem_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteReferencesItem_copyMethod
UA_DeleteReferencesItem_copy(src::Ptr{UA_DeleteReferencesItem}, dst::Ptr{UA_DeleteReferencesItem})::UA_STATUSCODE
UA_DeleteReferencesItem_copy(src::UA_DeleteReferencesItem, dst::Ptr{UA_DeleteReferencesItem})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteReferencesItem_deleteMembersMethod
UA_DeleteReferencesItem_deleteMembers(x::Ptr{UA_DeleteReferencesItem})

(deprecated, use UA_DeleteReferencesItem_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteReferencesItem_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteReferencesItem_newMethod
UA_DeleteReferencesItem_new()::Ptr{UA_DeleteReferencesItem}

creates and initializes ("zeros") a UA_DeleteReferencesItem object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteReferencesItem_delete(x::Ptr{UA_DeleteReferencesItem})

source
Open62541.UA_DeleteReferencesRequest_clearMethod
UA_DeleteReferencesRequest_clear(x::Ptr{UA_DeleteReferencesRequest})

deletes the dynamically allocated content of the object x and calls UA_DeleteReferencesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteReferencesRequest_copyMethod
UA_DeleteReferencesRequest_copy(src::Ptr{UA_DeleteReferencesRequest}, dst::Ptr{UA_DeleteReferencesRequest})::UA_STATUSCODE
UA_DeleteReferencesRequest_copy(src::UA_DeleteReferencesRequest, dst::Ptr{UA_DeleteReferencesRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteReferencesRequest_deleteMembersMethod
UA_DeleteReferencesRequest_deleteMembers(x::Ptr{UA_DeleteReferencesRequest})

(deprecated, use UA_DeleteReferencesRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteReferencesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteReferencesRequest_newMethod
UA_DeleteReferencesRequest_new()::Ptr{UA_DeleteReferencesRequest}

creates and initializes ("zeros") a UA_DeleteReferencesRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteReferencesRequest_delete(x::Ptr{UA_DeleteReferencesRequest})

source
Open62541.UA_DeleteReferencesResponse_clearMethod
UA_DeleteReferencesResponse_clear(x::Ptr{UA_DeleteReferencesResponse})

deletes the dynamically allocated content of the object x and calls UA_DeleteReferencesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteReferencesResponse_copyMethod
UA_DeleteReferencesResponse_copy(src::Ptr{UA_DeleteReferencesResponse}, dst::Ptr{UA_DeleteReferencesResponse})::UA_STATUSCODE
UA_DeleteReferencesResponse_copy(src::UA_DeleteReferencesResponse, dst::Ptr{UA_DeleteReferencesResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteReferencesResponse_deleteMembersMethod
UA_DeleteReferencesResponse_deleteMembers(x::Ptr{UA_DeleteReferencesResponse})

(deprecated, use UA_DeleteReferencesResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteReferencesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteReferencesResponse_newMethod
UA_DeleteReferencesResponse_new()::Ptr{UA_DeleteReferencesResponse}

creates and initializes ("zeros") a UA_DeleteReferencesResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteReferencesResponse_delete(x::Ptr{UA_DeleteReferencesResponse})

source
Open62541.UA_DeleteSubscriptionsRequest_clearMethod
UA_DeleteSubscriptionsRequest_clear(x::Ptr{UA_DeleteSubscriptionsRequest})

deletes the dynamically allocated content of the object x and calls UA_DeleteSubscriptionsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteSubscriptionsRequest_copyMethod
UA_DeleteSubscriptionsRequest_copy(src::Ptr{UA_DeleteSubscriptionsRequest}, dst::Ptr{UA_DeleteSubscriptionsRequest})::UA_STATUSCODE
UA_DeleteSubscriptionsRequest_copy(src::UA_DeleteSubscriptionsRequest, dst::Ptr{UA_DeleteSubscriptionsRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteSubscriptionsRequest_deleteMembersMethod
UA_DeleteSubscriptionsRequest_deleteMembers(x::Ptr{UA_DeleteSubscriptionsRequest})

(deprecated, use UA_DeleteSubscriptionsRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteSubscriptionsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteSubscriptionsRequest_newMethod
UA_DeleteSubscriptionsRequest_new()::Ptr{UA_DeleteSubscriptionsRequest}

creates and initializes ("zeros") a UA_DeleteSubscriptionsRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteSubscriptionsRequest_delete(x::Ptr{UA_DeleteSubscriptionsRequest})

source
Open62541.UA_DeleteSubscriptionsResponse_clearMethod
UA_DeleteSubscriptionsResponse_clear(x::Ptr{UA_DeleteSubscriptionsResponse})

deletes the dynamically allocated content of the object x and calls UA_DeleteSubscriptionsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteSubscriptionsResponse_copyMethod
UA_DeleteSubscriptionsResponse_copy(src::Ptr{UA_DeleteSubscriptionsResponse}, dst::Ptr{UA_DeleteSubscriptionsResponse})::UA_STATUSCODE
UA_DeleteSubscriptionsResponse_copy(src::UA_DeleteSubscriptionsResponse, dst::Ptr{UA_DeleteSubscriptionsResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DeleteSubscriptionsResponse_deleteMembersMethod
UA_DeleteSubscriptionsResponse_deleteMembers(x::Ptr{UA_DeleteSubscriptionsResponse})

(deprecated, use UA_DeleteSubscriptionsResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DeleteSubscriptionsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_DeleteSubscriptionsResponse_newMethod
UA_DeleteSubscriptionsResponse_new()::Ptr{UA_DeleteSubscriptionsResponse}

creates and initializes ("zeros") a UA_DeleteSubscriptionsResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DeleteSubscriptionsResponse_delete(x::Ptr{UA_DeleteSubscriptionsResponse})

source
Open62541.UA_DiagnosticInfo_clearMethod
UA_DiagnosticInfo_clear(x::Ptr{UA_DiagnosticInfo})

deletes the dynamically allocated content of the object x and calls UA_DiagnosticInfo_init(x) to reset the type and its memory.

source
Open62541.UA_DiagnosticInfo_copyMethod
UA_DiagnosticInfo_copy(src::Ptr{UA_DiagnosticInfo}, dst::Ptr{UA_DiagnosticInfo})::UA_STATUSCODE
UA_DiagnosticInfo_copy(src::UA_DiagnosticInfo, dst::Ptr{UA_DiagnosticInfo})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DiagnosticInfo_deleteMembersMethod
UA_DiagnosticInfo_deleteMembers(x::Ptr{UA_DiagnosticInfo})

(deprecated, use UA_DiagnosticInfo_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DiagnosticInfo_init(x) to reset the type and its memory.

source
Open62541.UA_DiagnosticInfo_newMethod
UA_DiagnosticInfo_new()::Ptr{UA_DiagnosticInfo}

creates and initializes ("zeros") a UA_DiagnosticInfo object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DiagnosticInfo_delete(x::Ptr{UA_DiagnosticInfo})

source
Open62541.UA_DiagnosticsLevel_clearMethod
UA_DiagnosticsLevel_clear(x::Ptr{UA_DiagnosticsLevel})

deletes the dynamically allocated content of the object x and calls UA_DiagnosticsLevel_init(x) to reset the type and its memory.

source
Open62541.UA_DiagnosticsLevel_copyMethod
UA_DiagnosticsLevel_copy(src::Ptr{UA_DiagnosticsLevel}, dst::Ptr{UA_DiagnosticsLevel})::UA_STATUSCODE
UA_DiagnosticsLevel_copy(src::UA_DiagnosticsLevel, dst::Ptr{UA_DiagnosticsLevel})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DiagnosticsLevel_deleteMembersMethod
UA_DiagnosticsLevel_deleteMembers(x::Ptr{UA_DiagnosticsLevel})

(deprecated, use UA_DiagnosticsLevel_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DiagnosticsLevel_init(x) to reset the type and its memory.

source
Open62541.UA_DiagnosticsLevel_newMethod
UA_DiagnosticsLevel_new()::Ptr{UA_DiagnosticsLevel}

creates and initializes ("zeros") a UA_DiagnosticsLevel object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DiagnosticsLevel_delete(x::Ptr{UA_DiagnosticsLevel})

source
Open62541.UA_DoubleComplexNumberType_clearMethod
UA_DoubleComplexNumberType_clear(x::Ptr{UA_DoubleComplexNumberType})

deletes the dynamically allocated content of the object x and calls UA_DoubleComplexNumberType_init(x) to reset the type and its memory.

source
Open62541.UA_DoubleComplexNumberType_copyMethod
UA_DoubleComplexNumberType_copy(src::Ptr{UA_DoubleComplexNumberType}, dst::Ptr{UA_DoubleComplexNumberType})::UA_STATUSCODE
UA_DoubleComplexNumberType_copy(src::UA_DoubleComplexNumberType, dst::Ptr{UA_DoubleComplexNumberType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DoubleComplexNumberType_deleteMembersMethod
UA_DoubleComplexNumberType_deleteMembers(x::Ptr{UA_DoubleComplexNumberType})

(deprecated, use UA_DoubleComplexNumberType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_DoubleComplexNumberType_init(x) to reset the type and its memory.

source
Open62541.UA_DoubleComplexNumberType_newMethod
UA_DoubleComplexNumberType_new()::Ptr{UA_DoubleComplexNumberType}

creates and initializes ("zeros") a UA_DoubleComplexNumberType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_DoubleComplexNumberType_delete(x::Ptr{UA_DoubleComplexNumberType})

source
Open62541.UA_Double_clearMethod
Float64_clear(x::Ptr{Float64})

deletes the dynamically allocated content of the object x and calls Float64_init(x) to reset the type and its memory.

source
Open62541.UA_Double_copyMethod
Float64_copy(src::Ptr{Float64}, dst::Ptr{Float64})::UA_STATUSCODE
Float64_copy(src::Float64, dst::Ptr{Float64})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Double_deleteMembersMethod
Float64_deleteMembers(x::Ptr{Float64})

(deprecated, use Float64_clear(x) instead) deletes the dynamically allocated content of the object x and calls Float64_init(x) to reset the type and its memory.

source
Open62541.UA_Double_initMethod
Float64_init(x::Ptr{Float64})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Double_newMethod
Float64_new()::Ptr{Float64}

creates and initializes ("zeros") a Float64 object whose memory is allocated by C. After use, it needs to be cleaned up with Float64_delete(x::Ptr{Float64})

source
Open62541.UA_Duplex_clearMethod
UA_Duplex_clear(x::Ptr{UA_Duplex})

deletes the dynamically allocated content of the object x and calls UA_Duplex_init(x) to reset the type and its memory.

source
Open62541.UA_Duplex_copyMethod
UA_Duplex_copy(src::Ptr{UA_Duplex}, dst::Ptr{UA_Duplex})::UA_STATUSCODE
UA_Duplex_copy(src::UA_Duplex, dst::Ptr{UA_Duplex})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Duplex_deleteMembersMethod
UA_Duplex_deleteMembers(x::Ptr{UA_Duplex})

(deprecated, use UA_Duplex_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_Duplex_init(x) to reset the type and its memory.

source
Open62541.UA_Duplex_initMethod
UA_Duplex_init(x::Ptr{UA_Duplex})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Duplex_newMethod
UA_Duplex_new()::Ptr{UA_Duplex}

creates and initializes ("zeros") a UA_Duplex object whose memory is allocated by C. After use, it needs to be cleaned up with UA_Duplex_delete(x::Ptr{UA_Duplex})

source
Open62541.UA_DurationString_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_DurationString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_DurationString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_DurationString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_Duration_clearMethod
Float64_clear(x::Ptr{Float64})

deletes the dynamically allocated content of the object x and calls Float64_init(x) to reset the type and its memory.

source
Open62541.UA_Duration_copyMethod
Float64_copy(src::Ptr{Float64}, dst::Ptr{Float64})::UA_STATUSCODE
Float64_copy(src::Float64, dst::Ptr{Float64})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Duration_deleteMembersMethod
Float64_deleteMembers(x::Ptr{Float64})

(deprecated, use Float64_clear(x) instead) deletes the dynamically allocated content of the object x and calls Float64_init(x) to reset the type and its memory.

source
Open62541.UA_Duration_newMethod
Float64_new()::Ptr{Float64}

creates and initializes ("zeros") a Float64 object whose memory is allocated by C. After use, it needs to be cleaned up with Float64_delete(x::Ptr{Float64})

source
Open62541.UA_EUInformation_clearMethod
UA_EUInformation_clear(x::Ptr{UA_EUInformation})

deletes the dynamically allocated content of the object x and calls UA_EUInformation_init(x) to reset the type and its memory.

source
Open62541.UA_EUInformation_copyMethod
UA_EUInformation_copy(src::Ptr{UA_EUInformation}, dst::Ptr{UA_EUInformation})::UA_STATUSCODE
UA_EUInformation_copy(src::UA_EUInformation, dst::Ptr{UA_EUInformation})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EUInformation_deleteMembersMethod
UA_EUInformation_deleteMembers(x::Ptr{UA_EUInformation})

(deprecated, use UA_EUInformation_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EUInformation_init(x) to reset the type and its memory.

source
Open62541.UA_EUInformation_newMethod
UA_EUInformation_new()::Ptr{UA_EUInformation}

creates and initializes ("zeros") a UA_EUInformation object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EUInformation_delete(x::Ptr{UA_EUInformation})

source
Open62541.UA_EccEncryptedSecret_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EccEncryptedSecret_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_EccEncryptedSecret_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_ElementOperand_clearMethod
UA_ElementOperand_clear(x::Ptr{UA_ElementOperand})

deletes the dynamically allocated content of the object x and calls UA_ElementOperand_init(x) to reset the type and its memory.

source
Open62541.UA_ElementOperand_copyMethod
UA_ElementOperand_copy(src::Ptr{UA_ElementOperand}, dst::Ptr{UA_ElementOperand})::UA_STATUSCODE
UA_ElementOperand_copy(src::UA_ElementOperand, dst::Ptr{UA_ElementOperand})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ElementOperand_deleteMembersMethod
UA_ElementOperand_deleteMembers(x::Ptr{UA_ElementOperand})

(deprecated, use UA_ElementOperand_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ElementOperand_init(x) to reset the type and its memory.

source
Open62541.UA_ElementOperand_newMethod
UA_ElementOperand_new()::Ptr{UA_ElementOperand}

creates and initializes ("zeros") a UA_ElementOperand object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ElementOperand_delete(x::Ptr{UA_ElementOperand})

source
Open62541.UA_EndpointConfiguration_clearMethod
UA_EndpointConfiguration_clear(x::Ptr{UA_EndpointConfiguration})

deletes the dynamically allocated content of the object x and calls UA_EndpointConfiguration_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointConfiguration_copyMethod
UA_EndpointConfiguration_copy(src::Ptr{UA_EndpointConfiguration}, dst::Ptr{UA_EndpointConfiguration})::UA_STATUSCODE
UA_EndpointConfiguration_copy(src::UA_EndpointConfiguration, dst::Ptr{UA_EndpointConfiguration})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EndpointConfiguration_deleteMembersMethod
UA_EndpointConfiguration_deleteMembers(x::Ptr{UA_EndpointConfiguration})

(deprecated, use UA_EndpointConfiguration_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EndpointConfiguration_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointConfiguration_newMethod
UA_EndpointConfiguration_new()::Ptr{UA_EndpointConfiguration}

creates and initializes ("zeros") a UA_EndpointConfiguration object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EndpointConfiguration_delete(x::Ptr{UA_EndpointConfiguration})

source
Open62541.UA_EndpointDescription_clearMethod
UA_EndpointDescription_clear(x::Ptr{UA_EndpointDescription})

deletes the dynamically allocated content of the object x and calls UA_EndpointDescription_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointDescription_copyMethod
UA_EndpointDescription_copy(src::Ptr{UA_EndpointDescription}, dst::Ptr{UA_EndpointDescription})::UA_STATUSCODE
UA_EndpointDescription_copy(src::UA_EndpointDescription, dst::Ptr{UA_EndpointDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EndpointDescription_deleteMembersMethod
UA_EndpointDescription_deleteMembers(x::Ptr{UA_EndpointDescription})

(deprecated, use UA_EndpointDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EndpointDescription_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointDescription_newMethod
UA_EndpointDescription_new()::Ptr{UA_EndpointDescription}

creates and initializes ("zeros") a UA_EndpointDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EndpointDescription_delete(x::Ptr{UA_EndpointDescription})

source
Open62541.UA_EndpointType_clearMethod
UA_EndpointType_clear(x::Ptr{UA_EndpointType})

deletes the dynamically allocated content of the object x and calls UA_EndpointType_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointType_copyMethod
UA_EndpointType_copy(src::Ptr{UA_EndpointType}, dst::Ptr{UA_EndpointType})::UA_STATUSCODE
UA_EndpointType_copy(src::UA_EndpointType, dst::Ptr{UA_EndpointType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EndpointType_deleteMembersMethod
UA_EndpointType_deleteMembers(x::Ptr{UA_EndpointType})

(deprecated, use UA_EndpointType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EndpointType_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointType_newMethod
UA_EndpointType_new()::Ptr{UA_EndpointType}

creates and initializes ("zeros") a UA_EndpointType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EndpointType_delete(x::Ptr{UA_EndpointType})

source
Open62541.UA_EndpointUrlListDataType_clearMethod
UA_EndpointUrlListDataType_clear(x::Ptr{UA_EndpointUrlListDataType})

deletes the dynamically allocated content of the object x and calls UA_EndpointUrlListDataType_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointUrlListDataType_copyMethod
UA_EndpointUrlListDataType_copy(src::Ptr{UA_EndpointUrlListDataType}, dst::Ptr{UA_EndpointUrlListDataType})::UA_STATUSCODE
UA_EndpointUrlListDataType_copy(src::UA_EndpointUrlListDataType, dst::Ptr{UA_EndpointUrlListDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EndpointUrlListDataType_deleteMembersMethod
UA_EndpointUrlListDataType_deleteMembers(x::Ptr{UA_EndpointUrlListDataType})

(deprecated, use UA_EndpointUrlListDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EndpointUrlListDataType_init(x) to reset the type and its memory.

source
Open62541.UA_EndpointUrlListDataType_newMethod
UA_EndpointUrlListDataType_new()::Ptr{UA_EndpointUrlListDataType}

creates and initializes ("zeros") a UA_EndpointUrlListDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EndpointUrlListDataType_delete(x::Ptr{UA_EndpointUrlListDataType})

source
Open62541.UA_EnumDefinition_clearMethod
UA_EnumDefinition_clear(x::Ptr{UA_EnumDefinition})

deletes the dynamically allocated content of the object x and calls UA_EnumDefinition_init(x) to reset the type and its memory.

source
Open62541.UA_EnumDefinition_copyMethod
UA_EnumDefinition_copy(src::Ptr{UA_EnumDefinition}, dst::Ptr{UA_EnumDefinition})::UA_STATUSCODE
UA_EnumDefinition_copy(src::UA_EnumDefinition, dst::Ptr{UA_EnumDefinition})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EnumDefinition_deleteMembersMethod
UA_EnumDefinition_deleteMembers(x::Ptr{UA_EnumDefinition})

(deprecated, use UA_EnumDefinition_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EnumDefinition_init(x) to reset the type and its memory.

source
Open62541.UA_EnumDefinition_newMethod
UA_EnumDefinition_new()::Ptr{UA_EnumDefinition}

creates and initializes ("zeros") a UA_EnumDefinition object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EnumDefinition_delete(x::Ptr{UA_EnumDefinition})

source
Open62541.UA_EnumDescription_clearMethod
UA_EnumDescription_clear(x::Ptr{UA_EnumDescription})

deletes the dynamically allocated content of the object x and calls UA_EnumDescription_init(x) to reset the type and its memory.

source
Open62541.UA_EnumDescription_copyMethod
UA_EnumDescription_copy(src::Ptr{UA_EnumDescription}, dst::Ptr{UA_EnumDescription})::UA_STATUSCODE
UA_EnumDescription_copy(src::UA_EnumDescription, dst::Ptr{UA_EnumDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EnumDescription_deleteMembersMethod
UA_EnumDescription_deleteMembers(x::Ptr{UA_EnumDescription})

(deprecated, use UA_EnumDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EnumDescription_init(x) to reset the type and its memory.

source
Open62541.UA_EnumDescription_newMethod
UA_EnumDescription_new()::Ptr{UA_EnumDescription}

creates and initializes ("zeros") a UA_EnumDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EnumDescription_delete(x::Ptr{UA_EnumDescription})

source
Open62541.UA_EnumField_clearMethod
UA_EnumField_clear(x::Ptr{UA_EnumField})

deletes the dynamically allocated content of the object x and calls UA_EnumField_init(x) to reset the type and its memory.

source
Open62541.UA_EnumField_copyMethod
UA_EnumField_copy(src::Ptr{UA_EnumField}, dst::Ptr{UA_EnumField})::UA_STATUSCODE
UA_EnumField_copy(src::UA_EnumField, dst::Ptr{UA_EnumField})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EnumField_deleteMembersMethod
UA_EnumField_deleteMembers(x::Ptr{UA_EnumField})

(deprecated, use UA_EnumField_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EnumField_init(x) to reset the type and its memory.

source
Open62541.UA_EnumField_initMethod
UA_EnumField_init(x::Ptr{UA_EnumField})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_EnumField_newMethod
UA_EnumField_new()::Ptr{UA_EnumField}

creates and initializes ("zeros") a UA_EnumField object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EnumField_delete(x::Ptr{UA_EnumField})

source
Open62541.UA_EnumValueType_clearMethod
UA_EnumValueType_clear(x::Ptr{UA_EnumValueType})

deletes the dynamically allocated content of the object x and calls UA_EnumValueType_init(x) to reset the type and its memory.

source
Open62541.UA_EnumValueType_copyMethod
UA_EnumValueType_copy(src::Ptr{UA_EnumValueType}, dst::Ptr{UA_EnumValueType})::UA_STATUSCODE
UA_EnumValueType_copy(src::UA_EnumValueType, dst::Ptr{UA_EnumValueType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EnumValueType_deleteMembersMethod
UA_EnumValueType_deleteMembers(x::Ptr{UA_EnumValueType})

(deprecated, use UA_EnumValueType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EnumValueType_init(x) to reset the type and its memory.

source
Open62541.UA_EnumValueType_newMethod
UA_EnumValueType_new()::Ptr{UA_EnumValueType}

creates and initializes ("zeros") a UA_EnumValueType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EnumValueType_delete(x::Ptr{UA_EnumValueType})

source
Open62541.UA_Enumeration_clearMethod
UA_Enumeration_clear(x::Ptr{UA_Enumeration})

deletes the dynamically allocated content of the object x and calls UA_Enumeration_init(x) to reset the type and its memory.

source
Open62541.UA_Enumeration_copyMethod
UA_Enumeration_copy(src::Ptr{UA_Enumeration}, dst::Ptr{UA_Enumeration})::UA_STATUSCODE
UA_Enumeration_copy(src::UA_Enumeration, dst::Ptr{UA_Enumeration})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Enumeration_deleteMembersMethod
UA_Enumeration_deleteMembers(x::Ptr{UA_Enumeration})

(deprecated, use UA_Enumeration_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_Enumeration_init(x) to reset the type and its memory.

source
Open62541.UA_Enumeration_newMethod
UA_Enumeration_new()::Ptr{UA_Enumeration}

creates and initializes ("zeros") a UA_Enumeration object whose memory is allocated by C. After use, it needs to be cleaned up with UA_Enumeration_delete(x::Ptr{UA_Enumeration})

source
Open62541.UA_EphemeralKeyType_clearMethod
UA_EphemeralKeyType_clear(x::Ptr{UA_EphemeralKeyType})

deletes the dynamically allocated content of the object x and calls UA_EphemeralKeyType_init(x) to reset the type and its memory.

source
Open62541.UA_EphemeralKeyType_copyMethod
UA_EphemeralKeyType_copy(src::Ptr{UA_EphemeralKeyType}, dst::Ptr{UA_EphemeralKeyType})::UA_STATUSCODE
UA_EphemeralKeyType_copy(src::UA_EphemeralKeyType, dst::Ptr{UA_EphemeralKeyType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EphemeralKeyType_deleteMembersMethod
UA_EphemeralKeyType_deleteMembers(x::Ptr{UA_EphemeralKeyType})

(deprecated, use UA_EphemeralKeyType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EphemeralKeyType_init(x) to reset the type and its memory.

source
Open62541.UA_EphemeralKeyType_newMethod
UA_EphemeralKeyType_new()::Ptr{UA_EphemeralKeyType}

creates and initializes ("zeros") a UA_EphemeralKeyType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EphemeralKeyType_delete(x::Ptr{UA_EphemeralKeyType})

source
Open62541.UA_EventFieldList_clearMethod
UA_EventFieldList_clear(x::Ptr{UA_EventFieldList})

deletes the dynamically allocated content of the object x and calls UA_EventFieldList_init(x) to reset the type and its memory.

source
Open62541.UA_EventFieldList_copyMethod
UA_EventFieldList_copy(src::Ptr{UA_EventFieldList}, dst::Ptr{UA_EventFieldList})::UA_STATUSCODE
UA_EventFieldList_copy(src::UA_EventFieldList, dst::Ptr{UA_EventFieldList})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EventFieldList_deleteMembersMethod
UA_EventFieldList_deleteMembers(x::Ptr{UA_EventFieldList})

(deprecated, use UA_EventFieldList_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EventFieldList_init(x) to reset the type and its memory.

source
Open62541.UA_EventFieldList_newMethod
UA_EventFieldList_new()::Ptr{UA_EventFieldList}

creates and initializes ("zeros") a UA_EventFieldList object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EventFieldList_delete(x::Ptr{UA_EventFieldList})

source
Open62541.UA_EventFilterResult_clearMethod
UA_EventFilterResult_clear(x::Ptr{UA_EventFilterResult})

deletes the dynamically allocated content of the object x and calls UA_EventFilterResult_init(x) to reset the type and its memory.

source
Open62541.UA_EventFilterResult_copyMethod
UA_EventFilterResult_copy(src::Ptr{UA_EventFilterResult}, dst::Ptr{UA_EventFilterResult})::UA_STATUSCODE
UA_EventFilterResult_copy(src::UA_EventFilterResult, dst::Ptr{UA_EventFilterResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EventFilterResult_deleteMembersMethod
UA_EventFilterResult_deleteMembers(x::Ptr{UA_EventFilterResult})

(deprecated, use UA_EventFilterResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EventFilterResult_init(x) to reset the type and its memory.

source
Open62541.UA_EventFilterResult_newMethod
UA_EventFilterResult_new()::Ptr{UA_EventFilterResult}

creates and initializes ("zeros") a UA_EventFilterResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EventFilterResult_delete(x::Ptr{UA_EventFilterResult})

source
Open62541.UA_EventFilter_clearMethod
UA_EventFilter_clear(x::Ptr{UA_EventFilter})

deletes the dynamically allocated content of the object x and calls UA_EventFilter_init(x) to reset the type and its memory.

source
Open62541.UA_EventFilter_copyMethod
UA_EventFilter_copy(src::Ptr{UA_EventFilter}, dst::Ptr{UA_EventFilter})::UA_STATUSCODE
UA_EventFilter_copy(src::UA_EventFilter, dst::Ptr{UA_EventFilter})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EventFilter_deleteMembersMethod
UA_EventFilter_deleteMembers(x::Ptr{UA_EventFilter})

(deprecated, use UA_EventFilter_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EventFilter_init(x) to reset the type and its memory.

source
Open62541.UA_EventFilter_newMethod
UA_EventFilter_new()::Ptr{UA_EventFilter}

creates and initializes ("zeros") a UA_EventFilter object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EventFilter_delete(x::Ptr{UA_EventFilter})

source
Open62541.UA_EventNotificationList_clearMethod
UA_EventNotificationList_clear(x::Ptr{UA_EventNotificationList})

deletes the dynamically allocated content of the object x and calls UA_EventNotificationList_init(x) to reset the type and its memory.

source
Open62541.UA_EventNotificationList_copyMethod
UA_EventNotificationList_copy(src::Ptr{UA_EventNotificationList}, dst::Ptr{UA_EventNotificationList})::UA_STATUSCODE
UA_EventNotificationList_copy(src::UA_EventNotificationList, dst::Ptr{UA_EventNotificationList})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EventNotificationList_deleteMembersMethod
UA_EventNotificationList_deleteMembers(x::Ptr{UA_EventNotificationList})

(deprecated, use UA_EventNotificationList_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_EventNotificationList_init(x) to reset the type and its memory.

source
Open62541.UA_EventNotificationList_newMethod
UA_EventNotificationList_new()::Ptr{UA_EventNotificationList}

creates and initializes ("zeros") a UA_EventNotificationList object whose memory is allocated by C. After use, it needs to be cleaned up with UA_EventNotificationList_delete(x::Ptr{UA_EventNotificationList})

source
Open62541.UA_EventNotifierType_copyMethod
UInt8_copy(src::Ptr{UInt8}, dst::Ptr{UInt8})::UA_STATUSCODE
UInt8_copy(src::UInt8, dst::Ptr{UInt8})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_EventNotifierType_deleteMembersMethod
UInt8_deleteMembers(x::Ptr{UInt8})

(deprecated, use UInt8_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt8_init(x) to reset the type and its memory.

source
Open62541.UA_EventNotifierType_newMethod
UInt8_new()::Ptr{UInt8}

creates and initializes ("zeros") a UInt8 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt8_delete(x::Ptr{UInt8})

source
Open62541.UA_ExceptionDeviationFormat_clearMethod
UA_ExceptionDeviationFormat_clear(x::Ptr{UA_ExceptionDeviationFormat})

deletes the dynamically allocated content of the object x and calls UA_ExceptionDeviationFormat_init(x) to reset the type and its memory.

source
Open62541.UA_ExceptionDeviationFormat_copyMethod
UA_ExceptionDeviationFormat_copy(src::Ptr{UA_ExceptionDeviationFormat}, dst::Ptr{UA_ExceptionDeviationFormat})::UA_STATUSCODE
UA_ExceptionDeviationFormat_copy(src::UA_ExceptionDeviationFormat, dst::Ptr{UA_ExceptionDeviationFormat})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ExceptionDeviationFormat_deleteMembersMethod
UA_ExceptionDeviationFormat_deleteMembers(x::Ptr{UA_ExceptionDeviationFormat})

(deprecated, use UA_ExceptionDeviationFormat_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ExceptionDeviationFormat_init(x) to reset the type and its memory.

source
Open62541.UA_ExceptionDeviationFormat_newMethod
UA_ExceptionDeviationFormat_new()::Ptr{UA_ExceptionDeviationFormat}

creates and initializes ("zeros") a UA_ExceptionDeviationFormat object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ExceptionDeviationFormat_delete(x::Ptr{UA_ExceptionDeviationFormat})

source
Open62541.UA_ExpandedNodeId_clearMethod
UA_ExpandedNodeId_clear(x::Ptr{UA_ExpandedNodeId})

deletes the dynamically allocated content of the object x and calls UA_ExpandedNodeId_init(x) to reset the type and its memory.

source
Open62541.UA_ExpandedNodeId_copyMethod
UA_ExpandedNodeId_copy(src::Ptr{UA_ExpandedNodeId}, dst::Ptr{UA_ExpandedNodeId})::UA_STATUSCODE
UA_ExpandedNodeId_copy(src::UA_ExpandedNodeId, dst::Ptr{UA_ExpandedNodeId})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ExpandedNodeId_deleteMembersMethod
UA_ExpandedNodeId_deleteMembers(x::Ptr{UA_ExpandedNodeId})

(deprecated, use UA_ExpandedNodeId_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ExpandedNodeId_init(x) to reset the type and its memory.

source
Open62541.UA_ExpandedNodeId_newMethod
UA_ExpandedNodeId_new()::Ptr{UA_ExpandedNodeId}

creates and initializes ("zeros") a UA_ExpandedNodeId object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ExpandedNodeId_delete(x::Ptr{UA_ExpandedNodeId})

source
Open62541.UA_ExtensionObject_clearMethod
UA_ExtensionObject_clear(x::Ptr{UA_ExtensionObject})

deletes the dynamically allocated content of the object x and calls UA_ExtensionObject_init(x) to reset the type and its memory.

source
Open62541.UA_ExtensionObject_copyMethod
UA_ExtensionObject_copy(src::Ptr{UA_ExtensionObject}, dst::Ptr{UA_ExtensionObject})::UA_STATUSCODE
UA_ExtensionObject_copy(src::UA_ExtensionObject, dst::Ptr{UA_ExtensionObject})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ExtensionObject_deleteMembersMethod
UA_ExtensionObject_deleteMembers(x::Ptr{UA_ExtensionObject})

(deprecated, use UA_ExtensionObject_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ExtensionObject_init(x) to reset the type and its memory.

source
Open62541.UA_ExtensionObject_newMethod
UA_ExtensionObject_new()::Ptr{UA_ExtensionObject}

creates and initializes ("zeros") a UA_ExtensionObject object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ExtensionObject_delete(x::Ptr{UA_ExtensionObject})

source
Open62541.UA_FieldMetaData_clearMethod
UA_FieldMetaData_clear(x::Ptr{UA_FieldMetaData})

deletes the dynamically allocated content of the object x and calls UA_FieldMetaData_init(x) to reset the type and its memory.

source
Open62541.UA_FieldMetaData_copyMethod
UA_FieldMetaData_copy(src::Ptr{UA_FieldMetaData}, dst::Ptr{UA_FieldMetaData})::UA_STATUSCODE
UA_FieldMetaData_copy(src::UA_FieldMetaData, dst::Ptr{UA_FieldMetaData})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_FieldMetaData_deleteMembersMethod
UA_FieldMetaData_deleteMembers(x::Ptr{UA_FieldMetaData})

(deprecated, use UA_FieldMetaData_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_FieldMetaData_init(x) to reset the type and its memory.

source
Open62541.UA_FieldMetaData_newMethod
UA_FieldMetaData_new()::Ptr{UA_FieldMetaData}

creates and initializes ("zeros") a UA_FieldMetaData object whose memory is allocated by C. After use, it needs to be cleaned up with UA_FieldMetaData_delete(x::Ptr{UA_FieldMetaData})

source
Open62541.UA_FieldTargetDataType_clearMethod
UA_FieldTargetDataType_clear(x::Ptr{UA_FieldTargetDataType})

deletes the dynamically allocated content of the object x and calls UA_FieldTargetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_FieldTargetDataType_copyMethod
UA_FieldTargetDataType_copy(src::Ptr{UA_FieldTargetDataType}, dst::Ptr{UA_FieldTargetDataType})::UA_STATUSCODE
UA_FieldTargetDataType_copy(src::UA_FieldTargetDataType, dst::Ptr{UA_FieldTargetDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_FieldTargetDataType_deleteMembersMethod
UA_FieldTargetDataType_deleteMembers(x::Ptr{UA_FieldTargetDataType})

(deprecated, use UA_FieldTargetDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_FieldTargetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_FieldTargetDataType_newMethod
UA_FieldTargetDataType_new()::Ptr{UA_FieldTargetDataType}

creates and initializes ("zeros") a UA_FieldTargetDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_FieldTargetDataType_delete(x::Ptr{UA_FieldTargetDataType})

source
Open62541.UA_FilterOperator_clearMethod
UA_FilterOperator_clear(x::Ptr{UA_FilterOperator})

deletes the dynamically allocated content of the object x and calls UA_FilterOperator_init(x) to reset the type and its memory.

source
Open62541.UA_FilterOperator_copyMethod
UA_FilterOperator_copy(src::Ptr{UA_FilterOperator}, dst::Ptr{UA_FilterOperator})::UA_STATUSCODE
UA_FilterOperator_copy(src::UA_FilterOperator, dst::Ptr{UA_FilterOperator})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_FilterOperator_deleteMembersMethod
UA_FilterOperator_deleteMembers(x::Ptr{UA_FilterOperator})

(deprecated, use UA_FilterOperator_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_FilterOperator_init(x) to reset the type and its memory.

source
Open62541.UA_FilterOperator_newMethod
UA_FilterOperator_new()::Ptr{UA_FilterOperator}

creates and initializes ("zeros") a UA_FilterOperator object whose memory is allocated by C. After use, it needs to be cleaned up with UA_FilterOperator_delete(x::Ptr{UA_FilterOperator})

source
Open62541.UA_FindServersOnNetworkRequest_clearMethod
UA_FindServersOnNetworkRequest_clear(x::Ptr{UA_FindServersOnNetworkRequest})

deletes the dynamically allocated content of the object x and calls UA_FindServersOnNetworkRequest_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersOnNetworkRequest_copyMethod
UA_FindServersOnNetworkRequest_copy(src::Ptr{UA_FindServersOnNetworkRequest}, dst::Ptr{UA_FindServersOnNetworkRequest})::UA_STATUSCODE
UA_FindServersOnNetworkRequest_copy(src::UA_FindServersOnNetworkRequest, dst::Ptr{UA_FindServersOnNetworkRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_FindServersOnNetworkRequest_deleteMembersMethod
UA_FindServersOnNetworkRequest_deleteMembers(x::Ptr{UA_FindServersOnNetworkRequest})

(deprecated, use UA_FindServersOnNetworkRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_FindServersOnNetworkRequest_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersOnNetworkRequest_newMethod
UA_FindServersOnNetworkRequest_new()::Ptr{UA_FindServersOnNetworkRequest}

creates and initializes ("zeros") a UA_FindServersOnNetworkRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_FindServersOnNetworkRequest_delete(x::Ptr{UA_FindServersOnNetworkRequest})

source
Open62541.UA_FindServersOnNetworkResponse_clearMethod
UA_FindServersOnNetworkResponse_clear(x::Ptr{UA_FindServersOnNetworkResponse})

deletes the dynamically allocated content of the object x and calls UA_FindServersOnNetworkResponse_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersOnNetworkResponse_copyMethod
UA_FindServersOnNetworkResponse_copy(src::Ptr{UA_FindServersOnNetworkResponse}, dst::Ptr{UA_FindServersOnNetworkResponse})::UA_STATUSCODE
UA_FindServersOnNetworkResponse_copy(src::UA_FindServersOnNetworkResponse, dst::Ptr{UA_FindServersOnNetworkResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_FindServersOnNetworkResponse_deleteMembersMethod
UA_FindServersOnNetworkResponse_deleteMembers(x::Ptr{UA_FindServersOnNetworkResponse})

(deprecated, use UA_FindServersOnNetworkResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_FindServersOnNetworkResponse_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersOnNetworkResponse_newMethod
UA_FindServersOnNetworkResponse_new()::Ptr{UA_FindServersOnNetworkResponse}

creates and initializes ("zeros") a UA_FindServersOnNetworkResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_FindServersOnNetworkResponse_delete(x::Ptr{UA_FindServersOnNetworkResponse})

source
Open62541.UA_FindServersRequest_clearMethod
UA_FindServersRequest_clear(x::Ptr{UA_FindServersRequest})

deletes the dynamically allocated content of the object x and calls UA_FindServersRequest_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersRequest_copyMethod
UA_FindServersRequest_copy(src::Ptr{UA_FindServersRequest}, dst::Ptr{UA_FindServersRequest})::UA_STATUSCODE
UA_FindServersRequest_copy(src::UA_FindServersRequest, dst::Ptr{UA_FindServersRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_FindServersRequest_deleteMembersMethod
UA_FindServersRequest_deleteMembers(x::Ptr{UA_FindServersRequest})

(deprecated, use UA_FindServersRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_FindServersRequest_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersRequest_newMethod
UA_FindServersRequest_new()::Ptr{UA_FindServersRequest}

creates and initializes ("zeros") a UA_FindServersRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_FindServersRequest_delete(x::Ptr{UA_FindServersRequest})

source
Open62541.UA_FindServersResponse_clearMethod
UA_FindServersResponse_clear(x::Ptr{UA_FindServersResponse})

deletes the dynamically allocated content of the object x and calls UA_FindServersResponse_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersResponse_copyMethod
UA_FindServersResponse_copy(src::Ptr{UA_FindServersResponse}, dst::Ptr{UA_FindServersResponse})::UA_STATUSCODE
UA_FindServersResponse_copy(src::UA_FindServersResponse, dst::Ptr{UA_FindServersResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_FindServersResponse_deleteMembersMethod
UA_FindServersResponse_deleteMembers(x::Ptr{UA_FindServersResponse})

(deprecated, use UA_FindServersResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_FindServersResponse_init(x) to reset the type and its memory.

source
Open62541.UA_FindServersResponse_newMethod
UA_FindServersResponse_new()::Ptr{UA_FindServersResponse}

creates and initializes ("zeros") a UA_FindServersResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_FindServersResponse_delete(x::Ptr{UA_FindServersResponse})

source
Open62541.UA_Float_clearMethod
Float32_clear(x::Ptr{Float32})

deletes the dynamically allocated content of the object x and calls Float32_init(x) to reset the type and its memory.

source
Open62541.UA_Float_copyMethod
Float32_copy(src::Ptr{Float32}, dst::Ptr{Float32})::UA_STATUSCODE
Float32_copy(src::Float32, dst::Ptr{Float32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Float_deleteMembersMethod
Float32_deleteMembers(x::Ptr{Float32})

(deprecated, use Float32_clear(x) instead) deletes the dynamically allocated content of the object x and calls Float32_init(x) to reset the type and its memory.

source
Open62541.UA_Float_initMethod
Float32_init(x::Ptr{Float32})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Float_newMethod
Float32_new()::Ptr{Float32}

creates and initializes ("zeros") a Float32 object whose memory is allocated by C. After use, it needs to be cleaned up with Float32_delete(x::Ptr{Float32})

source
Open62541.UA_GenericAttributeValue_clearMethod
UA_GenericAttributeValue_clear(x::Ptr{UA_GenericAttributeValue})

deletes the dynamically allocated content of the object x and calls UA_GenericAttributeValue_init(x) to reset the type and its memory.

source
Open62541.UA_GenericAttributeValue_copyMethod
UA_GenericAttributeValue_copy(src::Ptr{UA_GenericAttributeValue}, dst::Ptr{UA_GenericAttributeValue})::UA_STATUSCODE
UA_GenericAttributeValue_copy(src::UA_GenericAttributeValue, dst::Ptr{UA_GenericAttributeValue})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_GenericAttributeValue_deleteMembersMethod
UA_GenericAttributeValue_deleteMembers(x::Ptr{UA_GenericAttributeValue})

(deprecated, use UA_GenericAttributeValue_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_GenericAttributeValue_init(x) to reset the type and its memory.

source
Open62541.UA_GenericAttributeValue_newMethod
UA_GenericAttributeValue_new()::Ptr{UA_GenericAttributeValue}

creates and initializes ("zeros") a UA_GenericAttributeValue object whose memory is allocated by C. After use, it needs to be cleaned up with UA_GenericAttributeValue_delete(x::Ptr{UA_GenericAttributeValue})

source
Open62541.UA_GenericAttributes_clearMethod
UA_GenericAttributes_clear(x::Ptr{UA_GenericAttributes})

deletes the dynamically allocated content of the object x and calls UA_GenericAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_GenericAttributes_copyMethod
UA_GenericAttributes_copy(src::Ptr{UA_GenericAttributes}, dst::Ptr{UA_GenericAttributes})::UA_STATUSCODE
UA_GenericAttributes_copy(src::UA_GenericAttributes, dst::Ptr{UA_GenericAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_GenericAttributes_deleteMembersMethod
UA_GenericAttributes_deleteMembers(x::Ptr{UA_GenericAttributes})

(deprecated, use UA_GenericAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_GenericAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_GenericAttributes_newMethod
UA_GenericAttributes_new()::Ptr{UA_GenericAttributes}

creates and initializes ("zeros") a UA_GenericAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_GenericAttributes_delete(x::Ptr{UA_GenericAttributes})

source
Open62541.UA_GetEndpointsRequest_clearMethod
UA_GetEndpointsRequest_clear(x::Ptr{UA_GetEndpointsRequest})

deletes the dynamically allocated content of the object x and calls UA_GetEndpointsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_GetEndpointsRequest_copyMethod
UA_GetEndpointsRequest_copy(src::Ptr{UA_GetEndpointsRequest}, dst::Ptr{UA_GetEndpointsRequest})::UA_STATUSCODE
UA_GetEndpointsRequest_copy(src::UA_GetEndpointsRequest, dst::Ptr{UA_GetEndpointsRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_GetEndpointsRequest_deleteMembersMethod
UA_GetEndpointsRequest_deleteMembers(x::Ptr{UA_GetEndpointsRequest})

(deprecated, use UA_GetEndpointsRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_GetEndpointsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_GetEndpointsRequest_newMethod
UA_GetEndpointsRequest_new()::Ptr{UA_GetEndpointsRequest}

creates and initializes ("zeros") a UA_GetEndpointsRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_GetEndpointsRequest_delete(x::Ptr{UA_GetEndpointsRequest})

source
Open62541.UA_GetEndpointsResponse_clearMethod
UA_GetEndpointsResponse_clear(x::Ptr{UA_GetEndpointsResponse})

deletes the dynamically allocated content of the object x and calls UA_GetEndpointsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_GetEndpointsResponse_copyMethod
UA_GetEndpointsResponse_copy(src::Ptr{UA_GetEndpointsResponse}, dst::Ptr{UA_GetEndpointsResponse})::UA_STATUSCODE
UA_GetEndpointsResponse_copy(src::UA_GetEndpointsResponse, dst::Ptr{UA_GetEndpointsResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_GetEndpointsResponse_deleteMembersMethod
UA_GetEndpointsResponse_deleteMembers(x::Ptr{UA_GetEndpointsResponse})

(deprecated, use UA_GetEndpointsResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_GetEndpointsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_GetEndpointsResponse_newMethod
UA_GetEndpointsResponse_new()::Ptr{UA_GetEndpointsResponse}

creates and initializes ("zeros") a UA_GetEndpointsResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_GetEndpointsResponse_delete(x::Ptr{UA_GetEndpointsResponse})

source
Open62541.UA_Guid_clearMethod
UA_Guid_clear(x::Ptr{UA_Guid})

deletes the dynamically allocated content of the object x and calls UA_Guid_init(x) to reset the type and its memory.

source
Open62541.UA_Guid_copyMethod
UA_Guid_copy(src::Ptr{UA_Guid}, dst::Ptr{UA_Guid})::UA_STATUSCODE
UA_Guid_copy(src::UA_Guid, dst::Ptr{UA_Guid})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Guid_deleteMembersMethod
UA_Guid_deleteMembers(x::Ptr{UA_Guid})

(deprecated, use UA_Guid_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_Guid_init(x) to reset the type and its memory.

source
Open62541.UA_Guid_initMethod
UA_Guid_init(x::Ptr{UA_Guid})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Guid_newMethod
UA_Guid_new()::Ptr{UA_Guid}

creates and initializes ("zeros") a UA_Guid object whose memory is allocated by C. After use, it needs to be cleaned up with UA_Guid_delete(x::Ptr{UA_Guid})

source
Open62541.UA_HistoryData_clearMethod
UA_HistoryData_clear(x::Ptr{UA_HistoryData})

deletes the dynamically allocated content of the object x and calls UA_HistoryData_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryData_copyMethod
UA_HistoryData_copy(src::Ptr{UA_HistoryData}, dst::Ptr{UA_HistoryData})::UA_STATUSCODE
UA_HistoryData_copy(src::UA_HistoryData, dst::Ptr{UA_HistoryData})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryData_deleteMembersMethod
UA_HistoryData_deleteMembers(x::Ptr{UA_HistoryData})

(deprecated, use UA_HistoryData_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryData_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryData_newMethod
UA_HistoryData_new()::Ptr{UA_HistoryData}

creates and initializes ("zeros") a UA_HistoryData object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryData_delete(x::Ptr{UA_HistoryData})

source
Open62541.UA_HistoryEventFieldList_clearMethod
UA_HistoryEventFieldList_clear(x::Ptr{UA_HistoryEventFieldList})

deletes the dynamically allocated content of the object x and calls UA_HistoryEventFieldList_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryEventFieldList_copyMethod
UA_HistoryEventFieldList_copy(src::Ptr{UA_HistoryEventFieldList}, dst::Ptr{UA_HistoryEventFieldList})::UA_STATUSCODE
UA_HistoryEventFieldList_copy(src::UA_HistoryEventFieldList, dst::Ptr{UA_HistoryEventFieldList})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryEventFieldList_deleteMembersMethod
UA_HistoryEventFieldList_deleteMembers(x::Ptr{UA_HistoryEventFieldList})

(deprecated, use UA_HistoryEventFieldList_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryEventFieldList_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryEventFieldList_newMethod
UA_HistoryEventFieldList_new()::Ptr{UA_HistoryEventFieldList}

creates and initializes ("zeros") a UA_HistoryEventFieldList object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryEventFieldList_delete(x::Ptr{UA_HistoryEventFieldList})

source
Open62541.UA_HistoryEvent_clearMethod
UA_HistoryEvent_clear(x::Ptr{UA_HistoryEvent})

deletes the dynamically allocated content of the object x and calls UA_HistoryEvent_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryEvent_copyMethod
UA_HistoryEvent_copy(src::Ptr{UA_HistoryEvent}, dst::Ptr{UA_HistoryEvent})::UA_STATUSCODE
UA_HistoryEvent_copy(src::UA_HistoryEvent, dst::Ptr{UA_HistoryEvent})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryEvent_deleteMembersMethod
UA_HistoryEvent_deleteMembers(x::Ptr{UA_HistoryEvent})

(deprecated, use UA_HistoryEvent_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryEvent_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryEvent_newMethod
UA_HistoryEvent_new()::Ptr{UA_HistoryEvent}

creates and initializes ("zeros") a UA_HistoryEvent object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryEvent_delete(x::Ptr{UA_HistoryEvent})

source
Open62541.UA_HistoryModifiedData_clearMethod
UA_HistoryModifiedData_clear(x::Ptr{UA_HistoryModifiedData})

deletes the dynamically allocated content of the object x and calls UA_HistoryModifiedData_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryModifiedData_copyMethod
UA_HistoryModifiedData_copy(src::Ptr{UA_HistoryModifiedData}, dst::Ptr{UA_HistoryModifiedData})::UA_STATUSCODE
UA_HistoryModifiedData_copy(src::UA_HistoryModifiedData, dst::Ptr{UA_HistoryModifiedData})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryModifiedData_deleteMembersMethod
UA_HistoryModifiedData_deleteMembers(x::Ptr{UA_HistoryModifiedData})

(deprecated, use UA_HistoryModifiedData_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryModifiedData_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryModifiedData_newMethod
UA_HistoryModifiedData_new()::Ptr{UA_HistoryModifiedData}

creates and initializes ("zeros") a UA_HistoryModifiedData object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryModifiedData_delete(x::Ptr{UA_HistoryModifiedData})

source
Open62541.UA_HistoryReadRequest_clearMethod
UA_HistoryReadRequest_clear(x::Ptr{UA_HistoryReadRequest})

deletes the dynamically allocated content of the object x and calls UA_HistoryReadRequest_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadRequest_copyMethod
UA_HistoryReadRequest_copy(src::Ptr{UA_HistoryReadRequest}, dst::Ptr{UA_HistoryReadRequest})::UA_STATUSCODE
UA_HistoryReadRequest_copy(src::UA_HistoryReadRequest, dst::Ptr{UA_HistoryReadRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryReadRequest_deleteMembersMethod
UA_HistoryReadRequest_deleteMembers(x::Ptr{UA_HistoryReadRequest})

(deprecated, use UA_HistoryReadRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryReadRequest_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadRequest_newMethod
UA_HistoryReadRequest_new()::Ptr{UA_HistoryReadRequest}

creates and initializes ("zeros") a UA_HistoryReadRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryReadRequest_delete(x::Ptr{UA_HistoryReadRequest})

source
Open62541.UA_HistoryReadResponse_clearMethod
UA_HistoryReadResponse_clear(x::Ptr{UA_HistoryReadResponse})

deletes the dynamically allocated content of the object x and calls UA_HistoryReadResponse_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadResponse_copyMethod
UA_HistoryReadResponse_copy(src::Ptr{UA_HistoryReadResponse}, dst::Ptr{UA_HistoryReadResponse})::UA_STATUSCODE
UA_HistoryReadResponse_copy(src::UA_HistoryReadResponse, dst::Ptr{UA_HistoryReadResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryReadResponse_deleteMembersMethod
UA_HistoryReadResponse_deleteMembers(x::Ptr{UA_HistoryReadResponse})

(deprecated, use UA_HistoryReadResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryReadResponse_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadResponse_newMethod
UA_HistoryReadResponse_new()::Ptr{UA_HistoryReadResponse}

creates and initializes ("zeros") a UA_HistoryReadResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryReadResponse_delete(x::Ptr{UA_HistoryReadResponse})

source
Open62541.UA_HistoryReadResult_clearMethod
UA_HistoryReadResult_clear(x::Ptr{UA_HistoryReadResult})

deletes the dynamically allocated content of the object x and calls UA_HistoryReadResult_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadResult_copyMethod
UA_HistoryReadResult_copy(src::Ptr{UA_HistoryReadResult}, dst::Ptr{UA_HistoryReadResult})::UA_STATUSCODE
UA_HistoryReadResult_copy(src::UA_HistoryReadResult, dst::Ptr{UA_HistoryReadResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryReadResult_deleteMembersMethod
UA_HistoryReadResult_deleteMembers(x::Ptr{UA_HistoryReadResult})

(deprecated, use UA_HistoryReadResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryReadResult_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadResult_newMethod
UA_HistoryReadResult_new()::Ptr{UA_HistoryReadResult}

creates and initializes ("zeros") a UA_HistoryReadResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryReadResult_delete(x::Ptr{UA_HistoryReadResult})

source
Open62541.UA_HistoryReadValueId_clearMethod
UA_HistoryReadValueId_clear(x::Ptr{UA_HistoryReadValueId})

deletes the dynamically allocated content of the object x and calls UA_HistoryReadValueId_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadValueId_copyMethod
UA_HistoryReadValueId_copy(src::Ptr{UA_HistoryReadValueId}, dst::Ptr{UA_HistoryReadValueId})::UA_STATUSCODE
UA_HistoryReadValueId_copy(src::UA_HistoryReadValueId, dst::Ptr{UA_HistoryReadValueId})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryReadValueId_deleteMembersMethod
UA_HistoryReadValueId_deleteMembers(x::Ptr{UA_HistoryReadValueId})

(deprecated, use UA_HistoryReadValueId_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryReadValueId_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryReadValueId_newMethod
UA_HistoryReadValueId_new()::Ptr{UA_HistoryReadValueId}

creates and initializes ("zeros") a UA_HistoryReadValueId object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryReadValueId_delete(x::Ptr{UA_HistoryReadValueId})

source
Open62541.UA_HistoryUpdateDetails_clearMethod
UA_HistoryUpdateDetails_clear(x::Ptr{UA_HistoryUpdateDetails})

deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateDetails_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateDetails_copyMethod
UA_HistoryUpdateDetails_copy(src::Ptr{UA_HistoryUpdateDetails}, dst::Ptr{UA_HistoryUpdateDetails})::UA_STATUSCODE
UA_HistoryUpdateDetails_copy(src::UA_HistoryUpdateDetails, dst::Ptr{UA_HistoryUpdateDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryUpdateDetails_deleteMembersMethod
UA_HistoryUpdateDetails_deleteMembers(x::Ptr{UA_HistoryUpdateDetails})

(deprecated, use UA_HistoryUpdateDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateDetails_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateDetails_newMethod
UA_HistoryUpdateDetails_new()::Ptr{UA_HistoryUpdateDetails}

creates and initializes ("zeros") a UA_HistoryUpdateDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryUpdateDetails_delete(x::Ptr{UA_HistoryUpdateDetails})

source
Open62541.UA_HistoryUpdateRequest_clearMethod
UA_HistoryUpdateRequest_clear(x::Ptr{UA_HistoryUpdateRequest})

deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateRequest_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateRequest_copyMethod
UA_HistoryUpdateRequest_copy(src::Ptr{UA_HistoryUpdateRequest}, dst::Ptr{UA_HistoryUpdateRequest})::UA_STATUSCODE
UA_HistoryUpdateRequest_copy(src::UA_HistoryUpdateRequest, dst::Ptr{UA_HistoryUpdateRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryUpdateRequest_deleteMembersMethod
UA_HistoryUpdateRequest_deleteMembers(x::Ptr{UA_HistoryUpdateRequest})

(deprecated, use UA_HistoryUpdateRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateRequest_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateRequest_newMethod
UA_HistoryUpdateRequest_new()::Ptr{UA_HistoryUpdateRequest}

creates and initializes ("zeros") a UA_HistoryUpdateRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryUpdateRequest_delete(x::Ptr{UA_HistoryUpdateRequest})

source
Open62541.UA_HistoryUpdateResponse_clearMethod
UA_HistoryUpdateResponse_clear(x::Ptr{UA_HistoryUpdateResponse})

deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateResponse_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateResponse_copyMethod
UA_HistoryUpdateResponse_copy(src::Ptr{UA_HistoryUpdateResponse}, dst::Ptr{UA_HistoryUpdateResponse})::UA_STATUSCODE
UA_HistoryUpdateResponse_copy(src::UA_HistoryUpdateResponse, dst::Ptr{UA_HistoryUpdateResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryUpdateResponse_deleteMembersMethod
UA_HistoryUpdateResponse_deleteMembers(x::Ptr{UA_HistoryUpdateResponse})

(deprecated, use UA_HistoryUpdateResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateResponse_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateResponse_newMethod
UA_HistoryUpdateResponse_new()::Ptr{UA_HistoryUpdateResponse}

creates and initializes ("zeros") a UA_HistoryUpdateResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryUpdateResponse_delete(x::Ptr{UA_HistoryUpdateResponse})

source
Open62541.UA_HistoryUpdateResult_clearMethod
UA_HistoryUpdateResult_clear(x::Ptr{UA_HistoryUpdateResult})

deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateResult_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateResult_copyMethod
UA_HistoryUpdateResult_copy(src::Ptr{UA_HistoryUpdateResult}, dst::Ptr{UA_HistoryUpdateResult})::UA_STATUSCODE
UA_HistoryUpdateResult_copy(src::UA_HistoryUpdateResult, dst::Ptr{UA_HistoryUpdateResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryUpdateResult_deleteMembersMethod
UA_HistoryUpdateResult_deleteMembers(x::Ptr{UA_HistoryUpdateResult})

(deprecated, use UA_HistoryUpdateResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateResult_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateResult_newMethod
UA_HistoryUpdateResult_new()::Ptr{UA_HistoryUpdateResult}

creates and initializes ("zeros") a UA_HistoryUpdateResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryUpdateResult_delete(x::Ptr{UA_HistoryUpdateResult})

source
Open62541.UA_HistoryUpdateType_clearMethod
UA_HistoryUpdateType_clear(x::Ptr{UA_HistoryUpdateType})

deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateType_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateType_copyMethod
UA_HistoryUpdateType_copy(src::Ptr{UA_HistoryUpdateType}, dst::Ptr{UA_HistoryUpdateType})::UA_STATUSCODE
UA_HistoryUpdateType_copy(src::UA_HistoryUpdateType, dst::Ptr{UA_HistoryUpdateType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_HistoryUpdateType_deleteMembersMethod
UA_HistoryUpdateType_deleteMembers(x::Ptr{UA_HistoryUpdateType})

(deprecated, use UA_HistoryUpdateType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_HistoryUpdateType_init(x) to reset the type and its memory.

source
Open62541.UA_HistoryUpdateType_newMethod
UA_HistoryUpdateType_new()::Ptr{UA_HistoryUpdateType}

creates and initializes ("zeros") a UA_HistoryUpdateType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_HistoryUpdateType_delete(x::Ptr{UA_HistoryUpdateType})

source
Open62541.UA_IdType_clearMethod
UA_IdType_clear(x::Ptr{UA_IdType})

deletes the dynamically allocated content of the object x and calls UA_IdType_init(x) to reset the type and its memory.

source
Open62541.UA_IdType_copyMethod
UA_IdType_copy(src::Ptr{UA_IdType}, dst::Ptr{UA_IdType})::UA_STATUSCODE
UA_IdType_copy(src::UA_IdType, dst::Ptr{UA_IdType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_IdType_deleteMembersMethod
UA_IdType_deleteMembers(x::Ptr{UA_IdType})

(deprecated, use UA_IdType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_IdType_init(x) to reset the type and its memory.

source
Open62541.UA_IdType_initMethod
UA_IdType_init(x::Ptr{UA_IdType})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_IdType_newMethod
UA_IdType_new()::Ptr{UA_IdType}

creates and initializes ("zeros") a UA_IdType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_IdType_delete(x::Ptr{UA_IdType})

source
Open62541.UA_IdentityCriteriaType_clearMethod
UA_IdentityCriteriaType_clear(x::Ptr{UA_IdentityCriteriaType})

deletes the dynamically allocated content of the object x and calls UA_IdentityCriteriaType_init(x) to reset the type and its memory.

source
Open62541.UA_IdentityCriteriaType_copyMethod
UA_IdentityCriteriaType_copy(src::Ptr{UA_IdentityCriteriaType}, dst::Ptr{UA_IdentityCriteriaType})::UA_STATUSCODE
UA_IdentityCriteriaType_copy(src::UA_IdentityCriteriaType, dst::Ptr{UA_IdentityCriteriaType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_IdentityCriteriaType_deleteMembersMethod
UA_IdentityCriteriaType_deleteMembers(x::Ptr{UA_IdentityCriteriaType})

(deprecated, use UA_IdentityCriteriaType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_IdentityCriteriaType_init(x) to reset the type and its memory.

source
Open62541.UA_IdentityCriteriaType_newMethod
UA_IdentityCriteriaType_new()::Ptr{UA_IdentityCriteriaType}

creates and initializes ("zeros") a UA_IdentityCriteriaType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_IdentityCriteriaType_delete(x::Ptr{UA_IdentityCriteriaType})

source
Open62541.UA_IdentityMappingRuleType_clearMethod
UA_IdentityMappingRuleType_clear(x::Ptr{UA_IdentityMappingRuleType})

deletes the dynamically allocated content of the object x and calls UA_IdentityMappingRuleType_init(x) to reset the type and its memory.

source
Open62541.UA_IdentityMappingRuleType_copyMethod
UA_IdentityMappingRuleType_copy(src::Ptr{UA_IdentityMappingRuleType}, dst::Ptr{UA_IdentityMappingRuleType})::UA_STATUSCODE
UA_IdentityMappingRuleType_copy(src::UA_IdentityMappingRuleType, dst::Ptr{UA_IdentityMappingRuleType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_IdentityMappingRuleType_deleteMembersMethod
UA_IdentityMappingRuleType_deleteMembers(x::Ptr{UA_IdentityMappingRuleType})

(deprecated, use UA_IdentityMappingRuleType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_IdentityMappingRuleType_init(x) to reset the type and its memory.

source
Open62541.UA_IdentityMappingRuleType_newMethod
UA_IdentityMappingRuleType_new()::Ptr{UA_IdentityMappingRuleType}

creates and initializes ("zeros") a UA_IdentityMappingRuleType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_IdentityMappingRuleType_delete(x::Ptr{UA_IdentityMappingRuleType})

source
Open62541.UA_ImageBMP_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImageBMP_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ImageBMP_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImageBMP_initMethod
UA_String_init(x::Ptr{UA_String})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_ImageBMP_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_ImageGIF_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImageGIF_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ImageGIF_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImageGIF_initMethod
UA_String_init(x::Ptr{UA_String})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_ImageGIF_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_ImageJPG_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImageJPG_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ImageJPG_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImageJPG_initMethod
UA_String_init(x::Ptr{UA_String})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_ImageJPG_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_ImagePNG_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImagePNG_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ImagePNG_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_ImagePNG_initMethod
UA_String_init(x::Ptr{UA_String})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_ImagePNG_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_Index_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_Index_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Index_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_Index_initMethod
UA_String_init(x::Ptr{UA_String})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Index_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_Int16_clearMethod
Int16_clear(x::Ptr{Int16})

deletes the dynamically allocated content of the object x and calls Int16_init(x) to reset the type and its memory.

source
Open62541.UA_Int16_copyMethod
Int16_copy(src::Ptr{Int16}, dst::Ptr{Int16})::UA_STATUSCODE
Int16_copy(src::Int16, dst::Ptr{Int16})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Int16_deleteMembersMethod
Int16_deleteMembers(x::Ptr{Int16})

(deprecated, use Int16_clear(x) instead) deletes the dynamically allocated content of the object x and calls Int16_init(x) to reset the type and its memory.

source
Open62541.UA_Int16_initMethod
Int16_init(x::Ptr{Int16})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Int16_newMethod
Int16_new()::Ptr{Int16}

creates and initializes ("zeros") a Int16 object whose memory is allocated by C. After use, it needs to be cleaned up with Int16_delete(x::Ptr{Int16})

source
Open62541.UA_Int32_clearMethod
Int32_clear(x::Ptr{Int32})

deletes the dynamically allocated content of the object x and calls Int32_init(x) to reset the type and its memory.

source
Open62541.UA_Int32_copyMethod
Int32_copy(src::Ptr{Int32}, dst::Ptr{Int32})::UA_STATUSCODE
Int32_copy(src::Int32, dst::Ptr{Int32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Int32_deleteMembersMethod
Int32_deleteMembers(x::Ptr{Int32})

(deprecated, use Int32_clear(x) instead) deletes the dynamically allocated content of the object x and calls Int32_init(x) to reset the type and its memory.

source
Open62541.UA_Int32_initMethod
Int32_init(x::Ptr{Int32})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Int32_newMethod
Int32_new()::Ptr{Int32}

creates and initializes ("zeros") a Int32 object whose memory is allocated by C. After use, it needs to be cleaned up with Int32_delete(x::Ptr{Int32})

source
Open62541.UA_Int64_clearMethod
Int64_clear(x::Ptr{Int64})

deletes the dynamically allocated content of the object x and calls Int64_init(x) to reset the type and its memory.

source
Open62541.UA_Int64_copyMethod
Int64_copy(src::Ptr{Int64}, dst::Ptr{Int64})::UA_STATUSCODE
Int64_copy(src::Int64, dst::Ptr{Int64})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Int64_deleteMembersMethod
Int64_deleteMembers(x::Ptr{Int64})

(deprecated, use Int64_clear(x) instead) deletes the dynamically allocated content of the object x and calls Int64_init(x) to reset the type and its memory.

source
Open62541.UA_Int64_initMethod
Int64_init(x::Ptr{Int64})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Int64_newMethod
Int64_new()::Ptr{Int64}

creates and initializes ("zeros") a Int64 object whose memory is allocated by C. After use, it needs to be cleaned up with Int64_delete(x::Ptr{Int64})

source
Open62541.UA_IntegerId_clearMethod
UInt32_clear(x::Ptr{UInt32})

deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_IntegerId_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_IntegerId_deleteMembersMethod
UInt32_deleteMembers(x::Ptr{UInt32})

(deprecated, use UInt32_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_IntegerId_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_InterfaceAdminStatus_clearMethod
UA_InterfaceAdminStatus_clear(x::Ptr{UA_InterfaceAdminStatus})

deletes the dynamically allocated content of the object x and calls UA_InterfaceAdminStatus_init(x) to reset the type and its memory.

source
Open62541.UA_InterfaceAdminStatus_copyMethod
UA_InterfaceAdminStatus_copy(src::Ptr{UA_InterfaceAdminStatus}, dst::Ptr{UA_InterfaceAdminStatus})::UA_STATUSCODE
UA_InterfaceAdminStatus_copy(src::UA_InterfaceAdminStatus, dst::Ptr{UA_InterfaceAdminStatus})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_InterfaceAdminStatus_deleteMembersMethod
UA_InterfaceAdminStatus_deleteMembers(x::Ptr{UA_InterfaceAdminStatus})

(deprecated, use UA_InterfaceAdminStatus_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_InterfaceAdminStatus_init(x) to reset the type and its memory.

source
Open62541.UA_InterfaceAdminStatus_newMethod
UA_InterfaceAdminStatus_new()::Ptr{UA_InterfaceAdminStatus}

creates and initializes ("zeros") a UA_InterfaceAdminStatus object whose memory is allocated by C. After use, it needs to be cleaned up with UA_InterfaceAdminStatus_delete(x::Ptr{UA_InterfaceAdminStatus})

source
Open62541.UA_InterfaceOperStatus_clearMethod
UA_InterfaceOperStatus_clear(x::Ptr{UA_InterfaceOperStatus})

deletes the dynamically allocated content of the object x and calls UA_InterfaceOperStatus_init(x) to reset the type and its memory.

source
Open62541.UA_InterfaceOperStatus_copyMethod
UA_InterfaceOperStatus_copy(src::Ptr{UA_InterfaceOperStatus}, dst::Ptr{UA_InterfaceOperStatus})::UA_STATUSCODE
UA_InterfaceOperStatus_copy(src::UA_InterfaceOperStatus, dst::Ptr{UA_InterfaceOperStatus})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_InterfaceOperStatus_deleteMembersMethod
UA_InterfaceOperStatus_deleteMembers(x::Ptr{UA_InterfaceOperStatus})

(deprecated, use UA_InterfaceOperStatus_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_InterfaceOperStatus_init(x) to reset the type and its memory.

source
Open62541.UA_InterfaceOperStatus_newMethod
UA_InterfaceOperStatus_new()::Ptr{UA_InterfaceOperStatus}

creates and initializes ("zeros") a UA_InterfaceOperStatus object whose memory is allocated by C. After use, it needs to be cleaned up with UA_InterfaceOperStatus_delete(x::Ptr{UA_InterfaceOperStatus})

source
Open62541.UA_IssuedIdentityToken_clearMethod
UA_IssuedIdentityToken_clear(x::Ptr{UA_IssuedIdentityToken})

deletes the dynamically allocated content of the object x and calls UA_IssuedIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_IssuedIdentityToken_copyMethod
UA_IssuedIdentityToken_copy(src::Ptr{UA_IssuedIdentityToken}, dst::Ptr{UA_IssuedIdentityToken})::UA_STATUSCODE
UA_IssuedIdentityToken_copy(src::UA_IssuedIdentityToken, dst::Ptr{UA_IssuedIdentityToken})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_IssuedIdentityToken_deleteMembersMethod
UA_IssuedIdentityToken_deleteMembers(x::Ptr{UA_IssuedIdentityToken})

(deprecated, use UA_IssuedIdentityToken_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_IssuedIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_IssuedIdentityToken_newMethod
UA_IssuedIdentityToken_new()::Ptr{UA_IssuedIdentityToken}

creates and initializes ("zeros") a UA_IssuedIdentityToken object whose memory is allocated by C. After use, it needs to be cleaned up with UA_IssuedIdentityToken_delete(x::Ptr{UA_IssuedIdentityToken})

source
Open62541.UA_JsonDataSetMessageContentMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_JsonDataSetReaderMessageDataType_clearMethod
UA_JsonDataSetReaderMessageDataType_clear(x::Ptr{UA_JsonDataSetReaderMessageDataType})

deletes the dynamically allocated content of the object x and calls UA_JsonDataSetReaderMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_JsonDataSetReaderMessageDataType_copyMethod
UA_JsonDataSetReaderMessageDataType_copy(src::Ptr{UA_JsonDataSetReaderMessageDataType}, dst::Ptr{UA_JsonDataSetReaderMessageDataType})::UA_STATUSCODE
UA_JsonDataSetReaderMessageDataType_copy(src::UA_JsonDataSetReaderMessageDataType, dst::Ptr{UA_JsonDataSetReaderMessageDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_JsonDataSetReaderMessageDataType_deleteMembersMethod
UA_JsonDataSetReaderMessageDataType_deleteMembers(x::Ptr{UA_JsonDataSetReaderMessageDataType})

(deprecated, use UA_JsonDataSetReaderMessageDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_JsonDataSetReaderMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_JsonDataSetReaderMessageDataType_newMethod
UA_JsonDataSetReaderMessageDataType_new()::Ptr{UA_JsonDataSetReaderMessageDataType}

creates and initializes ("zeros") a UA_JsonDataSetReaderMessageDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_JsonDataSetReaderMessageDataType_delete(x::Ptr{UA_JsonDataSetReaderMessageDataType})

source
Open62541.UA_JsonDataSetWriterMessageDataType_clearMethod
UA_JsonDataSetWriterMessageDataType_clear(x::Ptr{UA_JsonDataSetWriterMessageDataType})

deletes the dynamically allocated content of the object x and calls UA_JsonDataSetWriterMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_JsonDataSetWriterMessageDataType_copyMethod
UA_JsonDataSetWriterMessageDataType_copy(src::Ptr{UA_JsonDataSetWriterMessageDataType}, dst::Ptr{UA_JsonDataSetWriterMessageDataType})::UA_STATUSCODE
UA_JsonDataSetWriterMessageDataType_copy(src::UA_JsonDataSetWriterMessageDataType, dst::Ptr{UA_JsonDataSetWriterMessageDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_JsonDataSetWriterMessageDataType_deleteMembersMethod
UA_JsonDataSetWriterMessageDataType_deleteMembers(x::Ptr{UA_JsonDataSetWriterMessageDataType})

(deprecated, use UA_JsonDataSetWriterMessageDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_JsonDataSetWriterMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_JsonDataSetWriterMessageDataType_newMethod
UA_JsonDataSetWriterMessageDataType_new()::Ptr{UA_JsonDataSetWriterMessageDataType}

creates and initializes ("zeros") a UA_JsonDataSetWriterMessageDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_JsonDataSetWriterMessageDataType_delete(x::Ptr{UA_JsonDataSetWriterMessageDataType})

source
Open62541.UA_JsonNetworkMessageContentMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_JsonWriterGroupMessageDataType_clearMethod
UA_JsonWriterGroupMessageDataType_clear(x::Ptr{UA_JsonWriterGroupMessageDataType})

deletes the dynamically allocated content of the object x and calls UA_JsonWriterGroupMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_JsonWriterGroupMessageDataType_copyMethod
UA_JsonWriterGroupMessageDataType_copy(src::Ptr{UA_JsonWriterGroupMessageDataType}, dst::Ptr{UA_JsonWriterGroupMessageDataType})::UA_STATUSCODE
UA_JsonWriterGroupMessageDataType_copy(src::UA_JsonWriterGroupMessageDataType, dst::Ptr{UA_JsonWriterGroupMessageDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_JsonWriterGroupMessageDataType_deleteMembersMethod
UA_JsonWriterGroupMessageDataType_deleteMembers(x::Ptr{UA_JsonWriterGroupMessageDataType})

(deprecated, use UA_JsonWriterGroupMessageDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_JsonWriterGroupMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_JsonWriterGroupMessageDataType_newMethod
UA_JsonWriterGroupMessageDataType_new()::Ptr{UA_JsonWriterGroupMessageDataType}

creates and initializes ("zeros") a UA_JsonWriterGroupMessageDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_JsonWriterGroupMessageDataType_delete(x::Ptr{UA_JsonWriterGroupMessageDataType})

source
Open62541.UA_KeyValuePair_clearMethod
UA_KeyValuePair_clear(x::Ptr{UA_KeyValuePair})

deletes the dynamically allocated content of the object x and calls UA_KeyValuePair_init(x) to reset the type and its memory.

source
Open62541.UA_KeyValuePair_copyMethod
UA_KeyValuePair_copy(src::Ptr{UA_KeyValuePair}, dst::Ptr{UA_KeyValuePair})::UA_STATUSCODE
UA_KeyValuePair_copy(src::UA_KeyValuePair, dst::Ptr{UA_KeyValuePair})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_KeyValuePair_deleteMembersMethod
UA_KeyValuePair_deleteMembers(x::Ptr{UA_KeyValuePair})

(deprecated, use UA_KeyValuePair_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_KeyValuePair_init(x) to reset the type and its memory.

source
Open62541.UA_KeyValuePair_newMethod
UA_KeyValuePair_new()::Ptr{UA_KeyValuePair}

creates and initializes ("zeros") a UA_KeyValuePair object whose memory is allocated by C. After use, it needs to be cleaned up with UA_KeyValuePair_delete(x::Ptr{UA_KeyValuePair})

source
Open62541.UA_LiteralOperand_clearMethod
UA_LiteralOperand_clear(x::Ptr{UA_LiteralOperand})

deletes the dynamically allocated content of the object x and calls UA_LiteralOperand_init(x) to reset the type and its memory.

source
Open62541.UA_LiteralOperand_copyMethod
UA_LiteralOperand_copy(src::Ptr{UA_LiteralOperand}, dst::Ptr{UA_LiteralOperand})::UA_STATUSCODE
UA_LiteralOperand_copy(src::UA_LiteralOperand, dst::Ptr{UA_LiteralOperand})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_LiteralOperand_deleteMembersMethod
UA_LiteralOperand_deleteMembers(x::Ptr{UA_LiteralOperand})

(deprecated, use UA_LiteralOperand_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_LiteralOperand_init(x) to reset the type and its memory.

source
Open62541.UA_LiteralOperand_newMethod
UA_LiteralOperand_new()::Ptr{UA_LiteralOperand}

creates and initializes ("zeros") a UA_LiteralOperand object whose memory is allocated by C. After use, it needs to be cleaned up with UA_LiteralOperand_delete(x::Ptr{UA_LiteralOperand})

source
Open62541.UA_LocaleId_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_LocaleId_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_LocaleId_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_LocaleId_initMethod
UA_String_init(x::Ptr{UA_String})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_LocaleId_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_LocalizedText_clearMethod
UA_LocalizedText_clear(x::Ptr{UA_LocalizedText})

deletes the dynamically allocated content of the object x and calls UA_LocalizedText_init(x) to reset the type and its memory.

source
Open62541.UA_LocalizedText_copyMethod
UA_LocalizedText_copy(src::Ptr{UA_LocalizedText}, dst::Ptr{UA_LocalizedText})::UA_STATUSCODE
UA_LocalizedText_copy(src::UA_LocalizedText, dst::Ptr{UA_LocalizedText})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_LocalizedText_deleteMembersMethod
UA_LocalizedText_deleteMembers(x::Ptr{UA_LocalizedText})

(deprecated, use UA_LocalizedText_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_LocalizedText_init(x) to reset the type and its memory.

source
Open62541.UA_LocalizedText_newMethod
UA_LocalizedText_new()::Ptr{UA_LocalizedText}

creates and initializes ("zeros") a UA_LocalizedText object whose memory is allocated by C. After use, it needs to be cleaned up with UA_LocalizedText_delete(x::Ptr{UA_LocalizedText})

source
Open62541.UA_MdnsDiscoveryConfiguration_clearMethod
UA_MdnsDiscoveryConfiguration_clear(x::Ptr{UA_MdnsDiscoveryConfiguration})

deletes the dynamically allocated content of the object x and calls UA_MdnsDiscoveryConfiguration_init(x) to reset the type and its memory.

source
Open62541.UA_MdnsDiscoveryConfiguration_copyMethod
UA_MdnsDiscoveryConfiguration_copy(src::Ptr{UA_MdnsDiscoveryConfiguration}, dst::Ptr{UA_MdnsDiscoveryConfiguration})::UA_STATUSCODE
UA_MdnsDiscoveryConfiguration_copy(src::UA_MdnsDiscoveryConfiguration, dst::Ptr{UA_MdnsDiscoveryConfiguration})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MdnsDiscoveryConfiguration_deleteMembersMethod
UA_MdnsDiscoveryConfiguration_deleteMembers(x::Ptr{UA_MdnsDiscoveryConfiguration})

(deprecated, use UA_MdnsDiscoveryConfiguration_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MdnsDiscoveryConfiguration_init(x) to reset the type and its memory.

source
Open62541.UA_MdnsDiscoveryConfiguration_newMethod
UA_MdnsDiscoveryConfiguration_new()::Ptr{UA_MdnsDiscoveryConfiguration}

creates and initializes ("zeros") a UA_MdnsDiscoveryConfiguration object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MdnsDiscoveryConfiguration_delete(x::Ptr{UA_MdnsDiscoveryConfiguration})

source
Open62541.UA_MessageSecurityMode_clearMethod
UA_MessageSecurityMode_clear(x::Ptr{UA_MessageSecurityMode})

deletes the dynamically allocated content of the object x and calls UA_MessageSecurityMode_init(x) to reset the type and its memory.

source
Open62541.UA_MessageSecurityMode_copyMethod
UA_MessageSecurityMode_copy(src::Ptr{UA_MessageSecurityMode}, dst::Ptr{UA_MessageSecurityMode})::UA_STATUSCODE
UA_MessageSecurityMode_copy(src::UA_MessageSecurityMode, dst::Ptr{UA_MessageSecurityMode})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MessageSecurityMode_deleteMembersMethod
UA_MessageSecurityMode_deleteMembers(x::Ptr{UA_MessageSecurityMode})

(deprecated, use UA_MessageSecurityMode_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MessageSecurityMode_init(x) to reset the type and its memory.

source
Open62541.UA_MessageSecurityMode_newMethod
UA_MessageSecurityMode_new()::Ptr{UA_MessageSecurityMode}

creates and initializes ("zeros") a UA_MessageSecurityMode object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MessageSecurityMode_delete(x::Ptr{UA_MessageSecurityMode})

source
Open62541.UA_MethodAttributes_clearMethod
UA_MethodAttributes_clear(x::Ptr{UA_MethodAttributes})

deletes the dynamically allocated content of the object x and calls UA_MethodAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_MethodAttributes_copyMethod
UA_MethodAttributes_copy(src::Ptr{UA_MethodAttributes}, dst::Ptr{UA_MethodAttributes})::UA_STATUSCODE
UA_MethodAttributes_copy(src::UA_MethodAttributes, dst::Ptr{UA_MethodAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MethodAttributes_deleteMembersMethod
UA_MethodAttributes_deleteMembers(x::Ptr{UA_MethodAttributes})

(deprecated, use UA_MethodAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MethodAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_MethodAttributes_newMethod
UA_MethodAttributes_new()::Ptr{UA_MethodAttributes}

creates and initializes ("zeros") a UA_MethodAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MethodAttributes_delete(x::Ptr{UA_MethodAttributes})

source
Open62541.UA_ModelChangeStructureDataType_clearMethod
UA_ModelChangeStructureDataType_clear(x::Ptr{UA_ModelChangeStructureDataType})

deletes the dynamically allocated content of the object x and calls UA_ModelChangeStructureDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ModelChangeStructureDataType_copyMethod
UA_ModelChangeStructureDataType_copy(src::Ptr{UA_ModelChangeStructureDataType}, dst::Ptr{UA_ModelChangeStructureDataType})::UA_STATUSCODE
UA_ModelChangeStructureDataType_copy(src::UA_ModelChangeStructureDataType, dst::Ptr{UA_ModelChangeStructureDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ModelChangeStructureDataType_deleteMembersMethod
UA_ModelChangeStructureDataType_deleteMembers(x::Ptr{UA_ModelChangeStructureDataType})

(deprecated, use UA_ModelChangeStructureDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ModelChangeStructureDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ModelChangeStructureDataType_newMethod
UA_ModelChangeStructureDataType_new()::Ptr{UA_ModelChangeStructureDataType}

creates and initializes ("zeros") a UA_ModelChangeStructureDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ModelChangeStructureDataType_delete(x::Ptr{UA_ModelChangeStructureDataType})

source
Open62541.UA_ModelChangeStructureVerbMask_clearMethod
UA_ModelChangeStructureVerbMask_clear(x::Ptr{UA_ModelChangeStructureVerbMask})

deletes the dynamically allocated content of the object x and calls UA_ModelChangeStructureVerbMask_init(x) to reset the type and its memory.

source
Open62541.UA_ModelChangeStructureVerbMask_copyMethod
UA_ModelChangeStructureVerbMask_copy(src::Ptr{UA_ModelChangeStructureVerbMask}, dst::Ptr{UA_ModelChangeStructureVerbMask})::UA_STATUSCODE
UA_ModelChangeStructureVerbMask_copy(src::UA_ModelChangeStructureVerbMask, dst::Ptr{UA_ModelChangeStructureVerbMask})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ModelChangeStructureVerbMask_deleteMembersMethod
UA_ModelChangeStructureVerbMask_deleteMembers(x::Ptr{UA_ModelChangeStructureVerbMask})

(deprecated, use UA_ModelChangeStructureVerbMask_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ModelChangeStructureVerbMask_init(x) to reset the type and its memory.

source
Open62541.UA_ModelChangeStructureVerbMask_newMethod
UA_ModelChangeStructureVerbMask_new()::Ptr{UA_ModelChangeStructureVerbMask}

creates and initializes ("zeros") a UA_ModelChangeStructureVerbMask object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ModelChangeStructureVerbMask_delete(x::Ptr{UA_ModelChangeStructureVerbMask})

source
Open62541.UA_ModificationInfo_clearMethod
UA_ModificationInfo_clear(x::Ptr{UA_ModificationInfo})

deletes the dynamically allocated content of the object x and calls UA_ModificationInfo_init(x) to reset the type and its memory.

source
Open62541.UA_ModificationInfo_copyMethod
UA_ModificationInfo_copy(src::Ptr{UA_ModificationInfo}, dst::Ptr{UA_ModificationInfo})::UA_STATUSCODE
UA_ModificationInfo_copy(src::UA_ModificationInfo, dst::Ptr{UA_ModificationInfo})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ModificationInfo_deleteMembersMethod
UA_ModificationInfo_deleteMembers(x::Ptr{UA_ModificationInfo})

(deprecated, use UA_ModificationInfo_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ModificationInfo_init(x) to reset the type and its memory.

source
Open62541.UA_ModificationInfo_newMethod
UA_ModificationInfo_new()::Ptr{UA_ModificationInfo}

creates and initializes ("zeros") a UA_ModificationInfo object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ModificationInfo_delete(x::Ptr{UA_ModificationInfo})

source
Open62541.UA_ModifyMonitoredItemsRequest_clearMethod
UA_ModifyMonitoredItemsRequest_clear(x::Ptr{UA_ModifyMonitoredItemsRequest})

deletes the dynamically allocated content of the object x and calls UA_ModifyMonitoredItemsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ModifyMonitoredItemsRequest_copyMethod
UA_ModifyMonitoredItemsRequest_copy(src::Ptr{UA_ModifyMonitoredItemsRequest}, dst::Ptr{UA_ModifyMonitoredItemsRequest})::UA_STATUSCODE
UA_ModifyMonitoredItemsRequest_copy(src::UA_ModifyMonitoredItemsRequest, dst::Ptr{UA_ModifyMonitoredItemsRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ModifyMonitoredItemsRequest_deleteMembersMethod
UA_ModifyMonitoredItemsRequest_deleteMembers(x::Ptr{UA_ModifyMonitoredItemsRequest})

(deprecated, use UA_ModifyMonitoredItemsRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ModifyMonitoredItemsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ModifyMonitoredItemsRequest_newMethod
UA_ModifyMonitoredItemsRequest_new()::Ptr{UA_ModifyMonitoredItemsRequest}

creates and initializes ("zeros") a UA_ModifyMonitoredItemsRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ModifyMonitoredItemsRequest_delete(x::Ptr{UA_ModifyMonitoredItemsRequest})

source
Open62541.UA_ModifyMonitoredItemsResponse_clearMethod
UA_ModifyMonitoredItemsResponse_clear(x::Ptr{UA_ModifyMonitoredItemsResponse})

deletes the dynamically allocated content of the object x and calls UA_ModifyMonitoredItemsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ModifyMonitoredItemsResponse_copyMethod
UA_ModifyMonitoredItemsResponse_copy(src::Ptr{UA_ModifyMonitoredItemsResponse}, dst::Ptr{UA_ModifyMonitoredItemsResponse})::UA_STATUSCODE
UA_ModifyMonitoredItemsResponse_copy(src::UA_ModifyMonitoredItemsResponse, dst::Ptr{UA_ModifyMonitoredItemsResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ModifyMonitoredItemsResponse_deleteMembersMethod
UA_ModifyMonitoredItemsResponse_deleteMembers(x::Ptr{UA_ModifyMonitoredItemsResponse})

(deprecated, use UA_ModifyMonitoredItemsResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ModifyMonitoredItemsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ModifyMonitoredItemsResponse_newMethod
UA_ModifyMonitoredItemsResponse_new()::Ptr{UA_ModifyMonitoredItemsResponse}

creates and initializes ("zeros") a UA_ModifyMonitoredItemsResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ModifyMonitoredItemsResponse_delete(x::Ptr{UA_ModifyMonitoredItemsResponse})

source
Open62541.UA_ModifySubscriptionRequest_clearMethod
UA_ModifySubscriptionRequest_clear(x::Ptr{UA_ModifySubscriptionRequest})

deletes the dynamically allocated content of the object x and calls UA_ModifySubscriptionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ModifySubscriptionRequest_copyMethod
UA_ModifySubscriptionRequest_copy(src::Ptr{UA_ModifySubscriptionRequest}, dst::Ptr{UA_ModifySubscriptionRequest})::UA_STATUSCODE
UA_ModifySubscriptionRequest_copy(src::UA_ModifySubscriptionRequest, dst::Ptr{UA_ModifySubscriptionRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ModifySubscriptionRequest_deleteMembersMethod
UA_ModifySubscriptionRequest_deleteMembers(x::Ptr{UA_ModifySubscriptionRequest})

(deprecated, use UA_ModifySubscriptionRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ModifySubscriptionRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ModifySubscriptionRequest_newMethod
UA_ModifySubscriptionRequest_new()::Ptr{UA_ModifySubscriptionRequest}

creates and initializes ("zeros") a UA_ModifySubscriptionRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ModifySubscriptionRequest_delete(x::Ptr{UA_ModifySubscriptionRequest})

source
Open62541.UA_ModifySubscriptionResponse_clearMethod
UA_ModifySubscriptionResponse_clear(x::Ptr{UA_ModifySubscriptionResponse})

deletes the dynamically allocated content of the object x and calls UA_ModifySubscriptionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ModifySubscriptionResponse_copyMethod
UA_ModifySubscriptionResponse_copy(src::Ptr{UA_ModifySubscriptionResponse}, dst::Ptr{UA_ModifySubscriptionResponse})::UA_STATUSCODE
UA_ModifySubscriptionResponse_copy(src::UA_ModifySubscriptionResponse, dst::Ptr{UA_ModifySubscriptionResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ModifySubscriptionResponse_deleteMembersMethod
UA_ModifySubscriptionResponse_deleteMembers(x::Ptr{UA_ModifySubscriptionResponse})

(deprecated, use UA_ModifySubscriptionResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ModifySubscriptionResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ModifySubscriptionResponse_newMethod
UA_ModifySubscriptionResponse_new()::Ptr{UA_ModifySubscriptionResponse}

creates and initializes ("zeros") a UA_ModifySubscriptionResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ModifySubscriptionResponse_delete(x::Ptr{UA_ModifySubscriptionResponse})

source
Open62541.UA_MonitoredItemCreateRequest_clearMethod
UA_MonitoredItemCreateRequest_clear(x::Ptr{UA_MonitoredItemCreateRequest})

deletes the dynamically allocated content of the object x and calls UA_MonitoredItemCreateRequest_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemCreateRequest_copyMethod
UA_MonitoredItemCreateRequest_copy(src::Ptr{UA_MonitoredItemCreateRequest}, dst::Ptr{UA_MonitoredItemCreateRequest})::UA_STATUSCODE
UA_MonitoredItemCreateRequest_copy(src::UA_MonitoredItemCreateRequest, dst::Ptr{UA_MonitoredItemCreateRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MonitoredItemCreateRequest_deleteMembersMethod
UA_MonitoredItemCreateRequest_deleteMembers(x::Ptr{UA_MonitoredItemCreateRequest})

(deprecated, use UA_MonitoredItemCreateRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MonitoredItemCreateRequest_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemCreateRequest_newMethod
UA_MonitoredItemCreateRequest_new()::Ptr{UA_MonitoredItemCreateRequest}

creates and initializes ("zeros") a UA_MonitoredItemCreateRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MonitoredItemCreateRequest_delete(x::Ptr{UA_MonitoredItemCreateRequest})

source
Open62541.UA_MonitoredItemCreateResult_clearMethod
UA_MonitoredItemCreateResult_clear(x::Ptr{UA_MonitoredItemCreateResult})

deletes the dynamically allocated content of the object x and calls UA_MonitoredItemCreateResult_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemCreateResult_copyMethod
UA_MonitoredItemCreateResult_copy(src::Ptr{UA_MonitoredItemCreateResult}, dst::Ptr{UA_MonitoredItemCreateResult})::UA_STATUSCODE
UA_MonitoredItemCreateResult_copy(src::UA_MonitoredItemCreateResult, dst::Ptr{UA_MonitoredItemCreateResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MonitoredItemCreateResult_deleteMembersMethod
UA_MonitoredItemCreateResult_deleteMembers(x::Ptr{UA_MonitoredItemCreateResult})

(deprecated, use UA_MonitoredItemCreateResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MonitoredItemCreateResult_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemCreateResult_newMethod
UA_MonitoredItemCreateResult_new()::Ptr{UA_MonitoredItemCreateResult}

creates and initializes ("zeros") a UA_MonitoredItemCreateResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MonitoredItemCreateResult_delete(x::Ptr{UA_MonitoredItemCreateResult})

source
Open62541.UA_MonitoredItemModifyRequest_clearMethod
UA_MonitoredItemModifyRequest_clear(x::Ptr{UA_MonitoredItemModifyRequest})

deletes the dynamically allocated content of the object x and calls UA_MonitoredItemModifyRequest_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemModifyRequest_copyMethod
UA_MonitoredItemModifyRequest_copy(src::Ptr{UA_MonitoredItemModifyRequest}, dst::Ptr{UA_MonitoredItemModifyRequest})::UA_STATUSCODE
UA_MonitoredItemModifyRequest_copy(src::UA_MonitoredItemModifyRequest, dst::Ptr{UA_MonitoredItemModifyRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MonitoredItemModifyRequest_deleteMembersMethod
UA_MonitoredItemModifyRequest_deleteMembers(x::Ptr{UA_MonitoredItemModifyRequest})

(deprecated, use UA_MonitoredItemModifyRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MonitoredItemModifyRequest_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemModifyRequest_newMethod
UA_MonitoredItemModifyRequest_new()::Ptr{UA_MonitoredItemModifyRequest}

creates and initializes ("zeros") a UA_MonitoredItemModifyRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MonitoredItemModifyRequest_delete(x::Ptr{UA_MonitoredItemModifyRequest})

source
Open62541.UA_MonitoredItemModifyResult_clearMethod
UA_MonitoredItemModifyResult_clear(x::Ptr{UA_MonitoredItemModifyResult})

deletes the dynamically allocated content of the object x and calls UA_MonitoredItemModifyResult_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemModifyResult_copyMethod
UA_MonitoredItemModifyResult_copy(src::Ptr{UA_MonitoredItemModifyResult}, dst::Ptr{UA_MonitoredItemModifyResult})::UA_STATUSCODE
UA_MonitoredItemModifyResult_copy(src::UA_MonitoredItemModifyResult, dst::Ptr{UA_MonitoredItemModifyResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MonitoredItemModifyResult_deleteMembersMethod
UA_MonitoredItemModifyResult_deleteMembers(x::Ptr{UA_MonitoredItemModifyResult})

(deprecated, use UA_MonitoredItemModifyResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MonitoredItemModifyResult_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemModifyResult_newMethod
UA_MonitoredItemModifyResult_new()::Ptr{UA_MonitoredItemModifyResult}

creates and initializes ("zeros") a UA_MonitoredItemModifyResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MonitoredItemModifyResult_delete(x::Ptr{UA_MonitoredItemModifyResult})

source
Open62541.UA_MonitoredItemNotification_clearMethod
UA_MonitoredItemNotification_clear(x::Ptr{UA_MonitoredItemNotification})

deletes the dynamically allocated content of the object x and calls UA_MonitoredItemNotification_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemNotification_copyMethod
UA_MonitoredItemNotification_copy(src::Ptr{UA_MonitoredItemNotification}, dst::Ptr{UA_MonitoredItemNotification})::UA_STATUSCODE
UA_MonitoredItemNotification_copy(src::UA_MonitoredItemNotification, dst::Ptr{UA_MonitoredItemNotification})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MonitoredItemNotification_deleteMembersMethod
UA_MonitoredItemNotification_deleteMembers(x::Ptr{UA_MonitoredItemNotification})

(deprecated, use UA_MonitoredItemNotification_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MonitoredItemNotification_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoredItemNotification_newMethod
UA_MonitoredItemNotification_new()::Ptr{UA_MonitoredItemNotification}

creates and initializes ("zeros") a UA_MonitoredItemNotification object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MonitoredItemNotification_delete(x::Ptr{UA_MonitoredItemNotification})

source
Open62541.UA_MonitoringMode_clearMethod
UA_MonitoringMode_clear(x::Ptr{UA_MonitoringMode})

deletes the dynamically allocated content of the object x and calls UA_MonitoringMode_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoringMode_copyMethod
UA_MonitoringMode_copy(src::Ptr{UA_MonitoringMode}, dst::Ptr{UA_MonitoringMode})::UA_STATUSCODE
UA_MonitoringMode_copy(src::UA_MonitoringMode, dst::Ptr{UA_MonitoringMode})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MonitoringMode_deleteMembersMethod
UA_MonitoringMode_deleteMembers(x::Ptr{UA_MonitoringMode})

(deprecated, use UA_MonitoringMode_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MonitoringMode_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoringMode_newMethod
UA_MonitoringMode_new()::Ptr{UA_MonitoringMode}

creates and initializes ("zeros") a UA_MonitoringMode object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MonitoringMode_delete(x::Ptr{UA_MonitoringMode})

source
Open62541.UA_MonitoringParameters_clearMethod
UA_MonitoringParameters_clear(x::Ptr{UA_MonitoringParameters})

deletes the dynamically allocated content of the object x and calls UA_MonitoringParameters_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoringParameters_copyMethod
UA_MonitoringParameters_copy(src::Ptr{UA_MonitoringParameters}, dst::Ptr{UA_MonitoringParameters})::UA_STATUSCODE
UA_MonitoringParameters_copy(src::UA_MonitoringParameters, dst::Ptr{UA_MonitoringParameters})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_MonitoringParameters_deleteMembersMethod
UA_MonitoringParameters_deleteMembers(x::Ptr{UA_MonitoringParameters})

(deprecated, use UA_MonitoringParameters_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_MonitoringParameters_init(x) to reset the type and its memory.

source
Open62541.UA_MonitoringParameters_newMethod
UA_MonitoringParameters_new()::Ptr{UA_MonitoringParameters}

creates and initializes ("zeros") a UA_MonitoringParameters object whose memory is allocated by C. After use, it needs to be cleaned up with UA_MonitoringParameters_delete(x::Ptr{UA_MonitoringParameters})

source
Open62541.UA_NamingRuleType_clearMethod
UA_NamingRuleType_clear(x::Ptr{UA_NamingRuleType})

deletes the dynamically allocated content of the object x and calls UA_NamingRuleType_init(x) to reset the type and its memory.

source
Open62541.UA_NamingRuleType_copyMethod
UA_NamingRuleType_copy(src::Ptr{UA_NamingRuleType}, dst::Ptr{UA_NamingRuleType})::UA_STATUSCODE
UA_NamingRuleType_copy(src::UA_NamingRuleType, dst::Ptr{UA_NamingRuleType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NamingRuleType_deleteMembersMethod
UA_NamingRuleType_deleteMembers(x::Ptr{UA_NamingRuleType})

(deprecated, use UA_NamingRuleType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NamingRuleType_init(x) to reset the type and its memory.

source
Open62541.UA_NamingRuleType_newMethod
UA_NamingRuleType_new()::Ptr{UA_NamingRuleType}

creates and initializes ("zeros") a UA_NamingRuleType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NamingRuleType_delete(x::Ptr{UA_NamingRuleType})

source
Open62541.UA_NegotiationStatus_clearMethod
UA_NegotiationStatus_clear(x::Ptr{UA_NegotiationStatus})

deletes the dynamically allocated content of the object x and calls UA_NegotiationStatus_init(x) to reset the type and its memory.

source
Open62541.UA_NegotiationStatus_copyMethod
UA_NegotiationStatus_copy(src::Ptr{UA_NegotiationStatus}, dst::Ptr{UA_NegotiationStatus})::UA_STATUSCODE
UA_NegotiationStatus_copy(src::UA_NegotiationStatus, dst::Ptr{UA_NegotiationStatus})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NegotiationStatus_deleteMembersMethod
UA_NegotiationStatus_deleteMembers(x::Ptr{UA_NegotiationStatus})

(deprecated, use UA_NegotiationStatus_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NegotiationStatus_init(x) to reset the type and its memory.

source
Open62541.UA_NegotiationStatus_newMethod
UA_NegotiationStatus_new()::Ptr{UA_NegotiationStatus}

creates and initializes ("zeros") a UA_NegotiationStatus object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NegotiationStatus_delete(x::Ptr{UA_NegotiationStatus})

source
Open62541.UA_NetworkAddressDataType_clearMethod
UA_NetworkAddressDataType_clear(x::Ptr{UA_NetworkAddressDataType})

deletes the dynamically allocated content of the object x and calls UA_NetworkAddressDataType_init(x) to reset the type and its memory.

source
Open62541.UA_NetworkAddressDataType_copyMethod
UA_NetworkAddressDataType_copy(src::Ptr{UA_NetworkAddressDataType}, dst::Ptr{UA_NetworkAddressDataType})::UA_STATUSCODE
UA_NetworkAddressDataType_copy(src::UA_NetworkAddressDataType, dst::Ptr{UA_NetworkAddressDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NetworkAddressDataType_deleteMembersMethod
UA_NetworkAddressDataType_deleteMembers(x::Ptr{UA_NetworkAddressDataType})

(deprecated, use UA_NetworkAddressDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NetworkAddressDataType_init(x) to reset the type and its memory.

source
Open62541.UA_NetworkAddressDataType_newMethod
UA_NetworkAddressDataType_new()::Ptr{UA_NetworkAddressDataType}

creates and initializes ("zeros") a UA_NetworkAddressDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NetworkAddressDataType_delete(x::Ptr{UA_NetworkAddressDataType})

source
Open62541.UA_NetworkAddressUrlDataType_clearMethod
UA_NetworkAddressUrlDataType_clear(x::Ptr{UA_NetworkAddressUrlDataType})

deletes the dynamically allocated content of the object x and calls UA_NetworkAddressUrlDataType_init(x) to reset the type and its memory.

source
Open62541.UA_NetworkAddressUrlDataType_copyMethod
UA_NetworkAddressUrlDataType_copy(src::Ptr{UA_NetworkAddressUrlDataType}, dst::Ptr{UA_NetworkAddressUrlDataType})::UA_STATUSCODE
UA_NetworkAddressUrlDataType_copy(src::UA_NetworkAddressUrlDataType, dst::Ptr{UA_NetworkAddressUrlDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NetworkAddressUrlDataType_deleteMembersMethod
UA_NetworkAddressUrlDataType_deleteMembers(x::Ptr{UA_NetworkAddressUrlDataType})

(deprecated, use UA_NetworkAddressUrlDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NetworkAddressUrlDataType_init(x) to reset the type and its memory.

source
Open62541.UA_NetworkAddressUrlDataType_newMethod
UA_NetworkAddressUrlDataType_new()::Ptr{UA_NetworkAddressUrlDataType}

creates and initializes ("zeros") a UA_NetworkAddressUrlDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NetworkAddressUrlDataType_delete(x::Ptr{UA_NetworkAddressUrlDataType})

source
Open62541.UA_NetworkGroupDataType_clearMethod
UA_NetworkGroupDataType_clear(x::Ptr{UA_NetworkGroupDataType})

deletes the dynamically allocated content of the object x and calls UA_NetworkGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_NetworkGroupDataType_copyMethod
UA_NetworkGroupDataType_copy(src::Ptr{UA_NetworkGroupDataType}, dst::Ptr{UA_NetworkGroupDataType})::UA_STATUSCODE
UA_NetworkGroupDataType_copy(src::UA_NetworkGroupDataType, dst::Ptr{UA_NetworkGroupDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NetworkGroupDataType_deleteMembersMethod
UA_NetworkGroupDataType_deleteMembers(x::Ptr{UA_NetworkGroupDataType})

(deprecated, use UA_NetworkGroupDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NetworkGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_NetworkGroupDataType_newMethod
UA_NetworkGroupDataType_new()::Ptr{UA_NetworkGroupDataType}

creates and initializes ("zeros") a UA_NetworkGroupDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NetworkGroupDataType_delete(x::Ptr{UA_NetworkGroupDataType})

source
Open62541.UA_NodeAttributesMask_clearMethod
UA_NodeAttributesMask_clear(x::Ptr{UA_NodeAttributesMask})

deletes the dynamically allocated content of the object x and calls UA_NodeAttributesMask_init(x) to reset the type and its memory.

source
Open62541.UA_NodeAttributesMask_copyMethod
UA_NodeAttributesMask_copy(src::Ptr{UA_NodeAttributesMask}, dst::Ptr{UA_NodeAttributesMask})::UA_STATUSCODE
UA_NodeAttributesMask_copy(src::UA_NodeAttributesMask, dst::Ptr{UA_NodeAttributesMask})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NodeAttributesMask_deleteMembersMethod
UA_NodeAttributesMask_deleteMembers(x::Ptr{UA_NodeAttributesMask})

(deprecated, use UA_NodeAttributesMask_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NodeAttributesMask_init(x) to reset the type and its memory.

source
Open62541.UA_NodeAttributesMask_newMethod
UA_NodeAttributesMask_new()::Ptr{UA_NodeAttributesMask}

creates and initializes ("zeros") a UA_NodeAttributesMask object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NodeAttributesMask_delete(x::Ptr{UA_NodeAttributesMask})

source
Open62541.UA_NodeAttributes_clearMethod
UA_NodeAttributes_clear(x::Ptr{UA_NodeAttributes})

deletes the dynamically allocated content of the object x and calls UA_NodeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_NodeAttributes_copyMethod
UA_NodeAttributes_copy(src::Ptr{UA_NodeAttributes}, dst::Ptr{UA_NodeAttributes})::UA_STATUSCODE
UA_NodeAttributes_copy(src::UA_NodeAttributes, dst::Ptr{UA_NodeAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NodeAttributes_deleteMembersMethod
UA_NodeAttributes_deleteMembers(x::Ptr{UA_NodeAttributes})

(deprecated, use UA_NodeAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NodeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_NodeAttributes_newMethod
UA_NodeAttributes_new()::Ptr{UA_NodeAttributes}

creates and initializes ("zeros") a UA_NodeAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NodeAttributes_delete(x::Ptr{UA_NodeAttributes})

source
Open62541.UA_NodeClass_clearMethod
UA_NodeClass_clear(x::Ptr{UA_NodeClass})

deletes the dynamically allocated content of the object x and calls UA_NodeClass_init(x) to reset the type and its memory.

source
Open62541.UA_NodeClass_copyMethod
UA_NodeClass_copy(src::Ptr{UA_NodeClass}, dst::Ptr{UA_NodeClass})::UA_STATUSCODE
UA_NodeClass_copy(src::UA_NodeClass, dst::Ptr{UA_NodeClass})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NodeClass_deleteMembersMethod
UA_NodeClass_deleteMembers(x::Ptr{UA_NodeClass})

(deprecated, use UA_NodeClass_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NodeClass_init(x) to reset the type and its memory.

source
Open62541.UA_NodeClass_initMethod
UA_NodeClass_init(x::Ptr{UA_NodeClass})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_NodeClass_newMethod
UA_NodeClass_new()::Ptr{UA_NodeClass}

creates and initializes ("zeros") a UA_NodeClass object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NodeClass_delete(x::Ptr{UA_NodeClass})

source
Open62541.UA_NodeId_clearMethod
UA_NodeId_clear(x::Ptr{UA_NodeId})

deletes the dynamically allocated content of the object x and calls UA_NodeId_init(x) to reset the type and its memory.

source
Open62541.UA_NodeId_copyMethod
UA_NodeId_copy(src::Ptr{UA_NodeId}, dst::Ptr{UA_NodeId})::UA_STATUSCODE
UA_NodeId_copy(src::UA_NodeId, dst::Ptr{UA_NodeId})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NodeId_deleteMembersMethod
UA_NodeId_deleteMembers(x::Ptr{UA_NodeId})

(deprecated, use UA_NodeId_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NodeId_init(x) to reset the type and its memory.

source
Open62541.UA_NodeId_initMethod
UA_NodeId_init(x::Ptr{UA_NodeId})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_NodeId_newMethod
UA_NodeId_new()::Ptr{UA_NodeId}

creates and initializes ("zeros") a UA_NodeId object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NodeId_delete(x::Ptr{UA_NodeId})

source
Open62541.UA_NodeReference_clearMethod
UA_NodeReference_clear(x::Ptr{UA_NodeReference})

deletes the dynamically allocated content of the object x and calls UA_NodeReference_init(x) to reset the type and its memory.

source
Open62541.UA_NodeReference_copyMethod
UA_NodeReference_copy(src::Ptr{UA_NodeReference}, dst::Ptr{UA_NodeReference})::UA_STATUSCODE
UA_NodeReference_copy(src::UA_NodeReference, dst::Ptr{UA_NodeReference})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NodeReference_deleteMembersMethod
UA_NodeReference_deleteMembers(x::Ptr{UA_NodeReference})

(deprecated, use UA_NodeReference_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NodeReference_init(x) to reset the type and its memory.

source
Open62541.UA_NodeReference_newMethod
UA_NodeReference_new()::Ptr{UA_NodeReference}

creates and initializes ("zeros") a UA_NodeReference object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NodeReference_delete(x::Ptr{UA_NodeReference})

source
Open62541.UA_NodeTypeDescription_clearMethod
UA_NodeTypeDescription_clear(x::Ptr{UA_NodeTypeDescription})

deletes the dynamically allocated content of the object x and calls UA_NodeTypeDescription_init(x) to reset the type and its memory.

source
Open62541.UA_NodeTypeDescription_copyMethod
UA_NodeTypeDescription_copy(src::Ptr{UA_NodeTypeDescription}, dst::Ptr{UA_NodeTypeDescription})::UA_STATUSCODE
UA_NodeTypeDescription_copy(src::UA_NodeTypeDescription, dst::Ptr{UA_NodeTypeDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NodeTypeDescription_deleteMembersMethod
UA_NodeTypeDescription_deleteMembers(x::Ptr{UA_NodeTypeDescription})

(deprecated, use UA_NodeTypeDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NodeTypeDescription_init(x) to reset the type and its memory.

source
Open62541.UA_NodeTypeDescription_newMethod
UA_NodeTypeDescription_new()::Ptr{UA_NodeTypeDescription}

creates and initializes ("zeros") a UA_NodeTypeDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NodeTypeDescription_delete(x::Ptr{UA_NodeTypeDescription})

source
Open62541.UA_NormalizedString_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_NormalizedString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NormalizedString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_NormalizedString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_NotificationMessage_clearMethod
UA_NotificationMessage_clear(x::Ptr{UA_NotificationMessage})

deletes the dynamically allocated content of the object x and calls UA_NotificationMessage_init(x) to reset the type and its memory.

source
Open62541.UA_NotificationMessage_copyMethod
UA_NotificationMessage_copy(src::Ptr{UA_NotificationMessage}, dst::Ptr{UA_NotificationMessage})::UA_STATUSCODE
UA_NotificationMessage_copy(src::UA_NotificationMessage, dst::Ptr{UA_NotificationMessage})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_NotificationMessage_deleteMembersMethod
UA_NotificationMessage_deleteMembers(x::Ptr{UA_NotificationMessage})

(deprecated, use UA_NotificationMessage_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_NotificationMessage_init(x) to reset the type and its memory.

source
Open62541.UA_NotificationMessage_newMethod
UA_NotificationMessage_new()::Ptr{UA_NotificationMessage}

creates and initializes ("zeros") a UA_NotificationMessage object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NotificationMessage_delete(x::Ptr{UA_NotificationMessage})

source
Open62541.UA_ObjectAttributes_clearMethod
UA_ObjectAttributes_clear(x::Ptr{UA_ObjectAttributes})

deletes the dynamically allocated content of the object x and calls UA_ObjectAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ObjectAttributes_copyMethod
UA_ObjectAttributes_copy(src::Ptr{UA_ObjectAttributes}, dst::Ptr{UA_ObjectAttributes})::UA_STATUSCODE
UA_ObjectAttributes_copy(src::UA_ObjectAttributes, dst::Ptr{UA_ObjectAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ObjectAttributes_deleteMembersMethod
UA_ObjectAttributes_deleteMembers(x::Ptr{UA_ObjectAttributes})

(deprecated, use UA_ObjectAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ObjectAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ObjectAttributes_newMethod
UA_ObjectAttributes_new()::Ptr{UA_ObjectAttributes}

creates and initializes ("zeros") a UA_ObjectAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ObjectAttributes_delete(x::Ptr{UA_ObjectAttributes})

source
Open62541.UA_ObjectTypeAttributes_clearMethod
UA_ObjectTypeAttributes_clear(x::Ptr{UA_ObjectTypeAttributes})

deletes the dynamically allocated content of the object x and calls UA_ObjectTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ObjectTypeAttributes_copyMethod
UA_ObjectTypeAttributes_copy(src::Ptr{UA_ObjectTypeAttributes}, dst::Ptr{UA_ObjectTypeAttributes})::UA_STATUSCODE
UA_ObjectTypeAttributes_copy(src::UA_ObjectTypeAttributes, dst::Ptr{UA_ObjectTypeAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ObjectTypeAttributes_deleteMembersMethod
UA_ObjectTypeAttributes_deleteMembers(x::Ptr{UA_ObjectTypeAttributes})

(deprecated, use UA_ObjectTypeAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ObjectTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ObjectTypeAttributes_newMethod
UA_ObjectTypeAttributes_new()::Ptr{UA_ObjectTypeAttributes}

creates and initializes ("zeros") a UA_ObjectTypeAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ObjectTypeAttributes_delete(x::Ptr{UA_ObjectTypeAttributes})

source
Open62541.UA_OpaqueNumericRange_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_OpaqueNumericRange_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_OpaqueNumericRange_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_OpenFileMode_clearMethod
UA_OpenFileMode_clear(x::Ptr{UA_OpenFileMode})

deletes the dynamically allocated content of the object x and calls UA_OpenFileMode_init(x) to reset the type and its memory.

source
Open62541.UA_OpenFileMode_copyMethod
UA_OpenFileMode_copy(src::Ptr{UA_OpenFileMode}, dst::Ptr{UA_OpenFileMode})::UA_STATUSCODE
UA_OpenFileMode_copy(src::UA_OpenFileMode, dst::Ptr{UA_OpenFileMode})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_OpenFileMode_deleteMembersMethod
UA_OpenFileMode_deleteMembers(x::Ptr{UA_OpenFileMode})

(deprecated, use UA_OpenFileMode_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_OpenFileMode_init(x) to reset the type and its memory.

source
Open62541.UA_OpenFileMode_newMethod
UA_OpenFileMode_new()::Ptr{UA_OpenFileMode}

creates and initializes ("zeros") a UA_OpenFileMode object whose memory is allocated by C. After use, it needs to be cleaned up with UA_OpenFileMode_delete(x::Ptr{UA_OpenFileMode})

source
Open62541.UA_OpenSecureChannelRequest_clearMethod
UA_OpenSecureChannelRequest_clear(x::Ptr{UA_OpenSecureChannelRequest})

deletes the dynamically allocated content of the object x and calls UA_OpenSecureChannelRequest_init(x) to reset the type and its memory.

source
Open62541.UA_OpenSecureChannelRequest_copyMethod
UA_OpenSecureChannelRequest_copy(src::Ptr{UA_OpenSecureChannelRequest}, dst::Ptr{UA_OpenSecureChannelRequest})::UA_STATUSCODE
UA_OpenSecureChannelRequest_copy(src::UA_OpenSecureChannelRequest, dst::Ptr{UA_OpenSecureChannelRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_OpenSecureChannelRequest_deleteMembersMethod
UA_OpenSecureChannelRequest_deleteMembers(x::Ptr{UA_OpenSecureChannelRequest})

(deprecated, use UA_OpenSecureChannelRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_OpenSecureChannelRequest_init(x) to reset the type and its memory.

source
Open62541.UA_OpenSecureChannelRequest_newMethod
UA_OpenSecureChannelRequest_new()::Ptr{UA_OpenSecureChannelRequest}

creates and initializes ("zeros") a UA_OpenSecureChannelRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_OpenSecureChannelRequest_delete(x::Ptr{UA_OpenSecureChannelRequest})

source
Open62541.UA_OpenSecureChannelResponse_clearMethod
UA_OpenSecureChannelResponse_clear(x::Ptr{UA_OpenSecureChannelResponse})

deletes the dynamically allocated content of the object x and calls UA_OpenSecureChannelResponse_init(x) to reset the type and its memory.

source
Open62541.UA_OpenSecureChannelResponse_copyMethod
UA_OpenSecureChannelResponse_copy(src::Ptr{UA_OpenSecureChannelResponse}, dst::Ptr{UA_OpenSecureChannelResponse})::UA_STATUSCODE
UA_OpenSecureChannelResponse_copy(src::UA_OpenSecureChannelResponse, dst::Ptr{UA_OpenSecureChannelResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_OpenSecureChannelResponse_deleteMembersMethod
UA_OpenSecureChannelResponse_deleteMembers(x::Ptr{UA_OpenSecureChannelResponse})

(deprecated, use UA_OpenSecureChannelResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_OpenSecureChannelResponse_init(x) to reset the type and its memory.

source
Open62541.UA_OpenSecureChannelResponse_newMethod
UA_OpenSecureChannelResponse_new()::Ptr{UA_OpenSecureChannelResponse}

creates and initializes ("zeros") a UA_OpenSecureChannelResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_OpenSecureChannelResponse_delete(x::Ptr{UA_OpenSecureChannelResponse})

source
Open62541.UA_OptionSet_clearMethod
UA_OptionSet_clear(x::Ptr{UA_OptionSet})

deletes the dynamically allocated content of the object x and calls UA_OptionSet_init(x) to reset the type and its memory.

source
Open62541.UA_OptionSet_copyMethod
UA_OptionSet_copy(src::Ptr{UA_OptionSet}, dst::Ptr{UA_OptionSet})::UA_STATUSCODE
UA_OptionSet_copy(src::UA_OptionSet, dst::Ptr{UA_OptionSet})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_OptionSet_deleteMembersMethod
UA_OptionSet_deleteMembers(x::Ptr{UA_OptionSet})

(deprecated, use UA_OptionSet_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_OptionSet_init(x) to reset the type and its memory.

source
Open62541.UA_OptionSet_initMethod
UA_OptionSet_init(x::Ptr{UA_OptionSet})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_OptionSet_newMethod
UA_OptionSet_new()::Ptr{UA_OptionSet}

creates and initializes ("zeros") a UA_OptionSet object whose memory is allocated by C. After use, it needs to be cleaned up with UA_OptionSet_delete(x::Ptr{UA_OptionSet})

source
Open62541.UA_OverrideValueHandling_clearMethod
UA_OverrideValueHandling_clear(x::Ptr{UA_OverrideValueHandling})

deletes the dynamically allocated content of the object x and calls UA_OverrideValueHandling_init(x) to reset the type and its memory.

source
Open62541.UA_OverrideValueHandling_copyMethod
UA_OverrideValueHandling_copy(src::Ptr{UA_OverrideValueHandling}, dst::Ptr{UA_OverrideValueHandling})::UA_STATUSCODE
UA_OverrideValueHandling_copy(src::UA_OverrideValueHandling, dst::Ptr{UA_OverrideValueHandling})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_OverrideValueHandling_deleteMembersMethod
UA_OverrideValueHandling_deleteMembers(x::Ptr{UA_OverrideValueHandling})

(deprecated, use UA_OverrideValueHandling_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_OverrideValueHandling_init(x) to reset the type and its memory.

source
Open62541.UA_OverrideValueHandling_newMethod
UA_OverrideValueHandling_new()::Ptr{UA_OverrideValueHandling}

creates and initializes ("zeros") a UA_OverrideValueHandling object whose memory is allocated by C. After use, it needs to be cleaned up with UA_OverrideValueHandling_delete(x::Ptr{UA_OverrideValueHandling})

source
Open62541.UA_ParsingResult_clearMethod
UA_ParsingResult_clear(x::Ptr{UA_ParsingResult})

deletes the dynamically allocated content of the object x and calls UA_ParsingResult_init(x) to reset the type and its memory.

source
Open62541.UA_ParsingResult_copyMethod
UA_ParsingResult_copy(src::Ptr{UA_ParsingResult}, dst::Ptr{UA_ParsingResult})::UA_STATUSCODE
UA_ParsingResult_copy(src::UA_ParsingResult, dst::Ptr{UA_ParsingResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ParsingResult_deleteMembersMethod
UA_ParsingResult_deleteMembers(x::Ptr{UA_ParsingResult})

(deprecated, use UA_ParsingResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ParsingResult_init(x) to reset the type and its memory.

source
Open62541.UA_ParsingResult_newMethod
UA_ParsingResult_new()::Ptr{UA_ParsingResult}

creates and initializes ("zeros") a UA_ParsingResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ParsingResult_delete(x::Ptr{UA_ParsingResult})

source
Open62541.UA_PasswordOptionsMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PasswordOptionsMask_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_PerformUpdateType_clearMethod
UA_PerformUpdateType_clear(x::Ptr{UA_PerformUpdateType})

deletes the dynamically allocated content of the object x and calls UA_PerformUpdateType_init(x) to reset the type and its memory.

source
Open62541.UA_PerformUpdateType_copyMethod
UA_PerformUpdateType_copy(src::Ptr{UA_PerformUpdateType}, dst::Ptr{UA_PerformUpdateType})::UA_STATUSCODE
UA_PerformUpdateType_copy(src::UA_PerformUpdateType, dst::Ptr{UA_PerformUpdateType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PerformUpdateType_deleteMembersMethod
UA_PerformUpdateType_deleteMembers(x::Ptr{UA_PerformUpdateType})

(deprecated, use UA_PerformUpdateType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PerformUpdateType_init(x) to reset the type and its memory.

source
Open62541.UA_PerformUpdateType_newMethod
UA_PerformUpdateType_new()::Ptr{UA_PerformUpdateType}

creates and initializes ("zeros") a UA_PerformUpdateType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PerformUpdateType_delete(x::Ptr{UA_PerformUpdateType})

source
Open62541.UA_PermissionType_clearMethod
UInt32_clear(x::Ptr{UInt32})

deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_PermissionType_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PermissionType_deleteMembersMethod
UInt32_deleteMembers(x::Ptr{UInt32})

(deprecated, use UInt32_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_PermissionType_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_PortableNodeId_clearMethod
UA_PortableNodeId_clear(x::Ptr{UA_PortableNodeId})

deletes the dynamically allocated content of the object x and calls UA_PortableNodeId_init(x) to reset the type and its memory.

source
Open62541.UA_PortableNodeId_copyMethod
UA_PortableNodeId_copy(src::Ptr{UA_PortableNodeId}, dst::Ptr{UA_PortableNodeId})::UA_STATUSCODE
UA_PortableNodeId_copy(src::UA_PortableNodeId, dst::Ptr{UA_PortableNodeId})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PortableNodeId_deleteMembersMethod
UA_PortableNodeId_deleteMembers(x::Ptr{UA_PortableNodeId})

(deprecated, use UA_PortableNodeId_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PortableNodeId_init(x) to reset the type and its memory.

source
Open62541.UA_PortableNodeId_newMethod
UA_PortableNodeId_new()::Ptr{UA_PortableNodeId}

creates and initializes ("zeros") a UA_PortableNodeId object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PortableNodeId_delete(x::Ptr{UA_PortableNodeId})

source
Open62541.UA_PortableQualifiedName_clearMethod
UA_PortableQualifiedName_clear(x::Ptr{UA_PortableQualifiedName})

deletes the dynamically allocated content of the object x and calls UA_PortableQualifiedName_init(x) to reset the type and its memory.

source
Open62541.UA_PortableQualifiedName_copyMethod
UA_PortableQualifiedName_copy(src::Ptr{UA_PortableQualifiedName}, dst::Ptr{UA_PortableQualifiedName})::UA_STATUSCODE
UA_PortableQualifiedName_copy(src::UA_PortableQualifiedName, dst::Ptr{UA_PortableQualifiedName})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PortableQualifiedName_deleteMembersMethod
UA_PortableQualifiedName_deleteMembers(x::Ptr{UA_PortableQualifiedName})

(deprecated, use UA_PortableQualifiedName_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PortableQualifiedName_init(x) to reset the type and its memory.

source
Open62541.UA_PortableQualifiedName_newMethod
UA_PortableQualifiedName_new()::Ptr{UA_PortableQualifiedName}

creates and initializes ("zeros") a UA_PortableQualifiedName object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PortableQualifiedName_delete(x::Ptr{UA_PortableQualifiedName})

source
Open62541.UA_PriorityMappingEntryType_clearMethod
UA_PriorityMappingEntryType_clear(x::Ptr{UA_PriorityMappingEntryType})

deletes the dynamically allocated content of the object x and calls UA_PriorityMappingEntryType_init(x) to reset the type and its memory.

source
Open62541.UA_PriorityMappingEntryType_copyMethod
UA_PriorityMappingEntryType_copy(src::Ptr{UA_PriorityMappingEntryType}, dst::Ptr{UA_PriorityMappingEntryType})::UA_STATUSCODE
UA_PriorityMappingEntryType_copy(src::UA_PriorityMappingEntryType, dst::Ptr{UA_PriorityMappingEntryType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PriorityMappingEntryType_deleteMembersMethod
UA_PriorityMappingEntryType_deleteMembers(x::Ptr{UA_PriorityMappingEntryType})

(deprecated, use UA_PriorityMappingEntryType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PriorityMappingEntryType_init(x) to reset the type and its memory.

source
Open62541.UA_PriorityMappingEntryType_newMethod
UA_PriorityMappingEntryType_new()::Ptr{UA_PriorityMappingEntryType}

creates and initializes ("zeros") a UA_PriorityMappingEntryType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PriorityMappingEntryType_delete(x::Ptr{UA_PriorityMappingEntryType})

source
Open62541.UA_ProgramDiagnostic2DataType_clearMethod
UA_ProgramDiagnostic2DataType_clear(x::Ptr{UA_ProgramDiagnostic2DataType})

deletes the dynamically allocated content of the object x and calls UA_ProgramDiagnostic2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_ProgramDiagnostic2DataType_copyMethod
UA_ProgramDiagnostic2DataType_copy(src::Ptr{UA_ProgramDiagnostic2DataType}, dst::Ptr{UA_ProgramDiagnostic2DataType})::UA_STATUSCODE
UA_ProgramDiagnostic2DataType_copy(src::UA_ProgramDiagnostic2DataType, dst::Ptr{UA_ProgramDiagnostic2DataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ProgramDiagnostic2DataType_deleteMembersMethod
UA_ProgramDiagnostic2DataType_deleteMembers(x::Ptr{UA_ProgramDiagnostic2DataType})

(deprecated, use UA_ProgramDiagnostic2DataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ProgramDiagnostic2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_ProgramDiagnostic2DataType_newMethod
UA_ProgramDiagnostic2DataType_new()::Ptr{UA_ProgramDiagnostic2DataType}

creates and initializes ("zeros") a UA_ProgramDiagnostic2DataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ProgramDiagnostic2DataType_delete(x::Ptr{UA_ProgramDiagnostic2DataType})

source
Open62541.UA_ProgramDiagnosticDataType_clearMethod
UA_ProgramDiagnosticDataType_clear(x::Ptr{UA_ProgramDiagnosticDataType})

deletes the dynamically allocated content of the object x and calls UA_ProgramDiagnosticDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ProgramDiagnosticDataType_copyMethod
UA_ProgramDiagnosticDataType_copy(src::Ptr{UA_ProgramDiagnosticDataType}, dst::Ptr{UA_ProgramDiagnosticDataType})::UA_STATUSCODE
UA_ProgramDiagnosticDataType_copy(src::UA_ProgramDiagnosticDataType, dst::Ptr{UA_ProgramDiagnosticDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ProgramDiagnosticDataType_deleteMembersMethod
UA_ProgramDiagnosticDataType_deleteMembers(x::Ptr{UA_ProgramDiagnosticDataType})

(deprecated, use UA_ProgramDiagnosticDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ProgramDiagnosticDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ProgramDiagnosticDataType_newMethod
UA_ProgramDiagnosticDataType_new()::Ptr{UA_ProgramDiagnosticDataType}

creates and initializes ("zeros") a UA_ProgramDiagnosticDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ProgramDiagnosticDataType_delete(x::Ptr{UA_ProgramDiagnosticDataType})

source
Open62541.UA_PubSubConfiguration2DataType_clearMethod
UA_PubSubConfiguration2DataType_clear(x::Ptr{UA_PubSubConfiguration2DataType})

deletes the dynamically allocated content of the object x and calls UA_PubSubConfiguration2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfiguration2DataType_copyMethod
UA_PubSubConfiguration2DataType_copy(src::Ptr{UA_PubSubConfiguration2DataType}, dst::Ptr{UA_PubSubConfiguration2DataType})::UA_STATUSCODE
UA_PubSubConfiguration2DataType_copy(src::UA_PubSubConfiguration2DataType, dst::Ptr{UA_PubSubConfiguration2DataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubConfiguration2DataType_deleteMembersMethod
UA_PubSubConfiguration2DataType_deleteMembers(x::Ptr{UA_PubSubConfiguration2DataType})

(deprecated, use UA_PubSubConfiguration2DataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubConfiguration2DataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfiguration2DataType_newMethod
UA_PubSubConfiguration2DataType_new()::Ptr{UA_PubSubConfiguration2DataType}

creates and initializes ("zeros") a UA_PubSubConfiguration2DataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubConfiguration2DataType_delete(x::Ptr{UA_PubSubConfiguration2DataType})

source
Open62541.UA_PubSubConfigurationDataType_clearMethod
UA_PubSubConfigurationDataType_clear(x::Ptr{UA_PubSubConfigurationDataType})

deletes the dynamically allocated content of the object x and calls UA_PubSubConfigurationDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfigurationDataType_copyMethod
UA_PubSubConfigurationDataType_copy(src::Ptr{UA_PubSubConfigurationDataType}, dst::Ptr{UA_PubSubConfigurationDataType})::UA_STATUSCODE
UA_PubSubConfigurationDataType_copy(src::UA_PubSubConfigurationDataType, dst::Ptr{UA_PubSubConfigurationDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubConfigurationDataType_deleteMembersMethod
UA_PubSubConfigurationDataType_deleteMembers(x::Ptr{UA_PubSubConfigurationDataType})

(deprecated, use UA_PubSubConfigurationDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubConfigurationDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfigurationDataType_newMethod
UA_PubSubConfigurationDataType_new()::Ptr{UA_PubSubConfigurationDataType}

creates and initializes ("zeros") a UA_PubSubConfigurationDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubConfigurationDataType_delete(x::Ptr{UA_PubSubConfigurationDataType})

source
Open62541.UA_PubSubConfigurationRefDataType_clearMethod
UA_PubSubConfigurationRefDataType_clear(x::Ptr{UA_PubSubConfigurationRefDataType})

deletes the dynamically allocated content of the object x and calls UA_PubSubConfigurationRefDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfigurationRefDataType_copyMethod
UA_PubSubConfigurationRefDataType_copy(src::Ptr{UA_PubSubConfigurationRefDataType}, dst::Ptr{UA_PubSubConfigurationRefDataType})::UA_STATUSCODE
UA_PubSubConfigurationRefDataType_copy(src::UA_PubSubConfigurationRefDataType, dst::Ptr{UA_PubSubConfigurationRefDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubConfigurationRefDataType_deleteMembersMethod
UA_PubSubConfigurationRefDataType_deleteMembers(x::Ptr{UA_PubSubConfigurationRefDataType})

(deprecated, use UA_PubSubConfigurationRefDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubConfigurationRefDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfigurationRefDataType_newMethod
UA_PubSubConfigurationRefDataType_new()::Ptr{UA_PubSubConfigurationRefDataType}

creates and initializes ("zeros") a UA_PubSubConfigurationRefDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubConfigurationRefDataType_delete(x::Ptr{UA_PubSubConfigurationRefDataType})

source
Open62541.UA_PubSubConfigurationRefMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubConfigurationValueDataType_clearMethod
UA_PubSubConfigurationValueDataType_clear(x::Ptr{UA_PubSubConfigurationValueDataType})

deletes the dynamically allocated content of the object x and calls UA_PubSubConfigurationValueDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfigurationValueDataType_copyMethod
UA_PubSubConfigurationValueDataType_copy(src::Ptr{UA_PubSubConfigurationValueDataType}, dst::Ptr{UA_PubSubConfigurationValueDataType})::UA_STATUSCODE
UA_PubSubConfigurationValueDataType_copy(src::UA_PubSubConfigurationValueDataType, dst::Ptr{UA_PubSubConfigurationValueDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubConfigurationValueDataType_deleteMembersMethod
UA_PubSubConfigurationValueDataType_deleteMembers(x::Ptr{UA_PubSubConfigurationValueDataType})

(deprecated, use UA_PubSubConfigurationValueDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubConfigurationValueDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConfigurationValueDataType_newMethod
UA_PubSubConfigurationValueDataType_new()::Ptr{UA_PubSubConfigurationValueDataType}

creates and initializes ("zeros") a UA_PubSubConfigurationValueDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubConfigurationValueDataType_delete(x::Ptr{UA_PubSubConfigurationValueDataType})

source
Open62541.UA_PubSubConnectionDataType_clearMethod
UA_PubSubConnectionDataType_clear(x::Ptr{UA_PubSubConnectionDataType})

deletes the dynamically allocated content of the object x and calls UA_PubSubConnectionDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConnectionDataType_copyMethod
UA_PubSubConnectionDataType_copy(src::Ptr{UA_PubSubConnectionDataType}, dst::Ptr{UA_PubSubConnectionDataType})::UA_STATUSCODE
UA_PubSubConnectionDataType_copy(src::UA_PubSubConnectionDataType, dst::Ptr{UA_PubSubConnectionDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubConnectionDataType_deleteMembersMethod
UA_PubSubConnectionDataType_deleteMembers(x::Ptr{UA_PubSubConnectionDataType})

(deprecated, use UA_PubSubConnectionDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubConnectionDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubConnectionDataType_newMethod
UA_PubSubConnectionDataType_new()::Ptr{UA_PubSubConnectionDataType}

creates and initializes ("zeros") a UA_PubSubConnectionDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubConnectionDataType_delete(x::Ptr{UA_PubSubConnectionDataType})

source
Open62541.UA_PubSubDiagnosticsCounterClassification_clearMethod
UA_PubSubDiagnosticsCounterClassification_clear(x::Ptr{UA_PubSubDiagnosticsCounterClassification})

deletes the dynamically allocated content of the object x and calls UA_PubSubDiagnosticsCounterClassification_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubDiagnosticsCounterClassification_copyMethod
UA_PubSubDiagnosticsCounterClassification_copy(src::Ptr{UA_PubSubDiagnosticsCounterClassification}, dst::Ptr{UA_PubSubDiagnosticsCounterClassification})::UA_STATUSCODE
UA_PubSubDiagnosticsCounterClassification_copy(src::UA_PubSubDiagnosticsCounterClassification, dst::Ptr{UA_PubSubDiagnosticsCounterClassification})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubDiagnosticsCounterClassification_deleteMembersMethod
UA_PubSubDiagnosticsCounterClassification_deleteMembers(x::Ptr{UA_PubSubDiagnosticsCounterClassification})

(deprecated, use UA_PubSubDiagnosticsCounterClassification_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubDiagnosticsCounterClassification_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubDiagnosticsCounterClassification_newMethod
UA_PubSubDiagnosticsCounterClassification_new()::Ptr{UA_PubSubDiagnosticsCounterClassification}

creates and initializes ("zeros") a UA_PubSubDiagnosticsCounterClassification object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubDiagnosticsCounterClassification_delete(x::Ptr{UA_PubSubDiagnosticsCounterClassification})

source
Open62541.UA_PubSubGroupDataType_clearMethod
UA_PubSubGroupDataType_clear(x::Ptr{UA_PubSubGroupDataType})

deletes the dynamically allocated content of the object x and calls UA_PubSubGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubGroupDataType_copyMethod
UA_PubSubGroupDataType_copy(src::Ptr{UA_PubSubGroupDataType}, dst::Ptr{UA_PubSubGroupDataType})::UA_STATUSCODE
UA_PubSubGroupDataType_copy(src::UA_PubSubGroupDataType, dst::Ptr{UA_PubSubGroupDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubGroupDataType_deleteMembersMethod
UA_PubSubGroupDataType_deleteMembers(x::Ptr{UA_PubSubGroupDataType})

(deprecated, use UA_PubSubGroupDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubGroupDataType_newMethod
UA_PubSubGroupDataType_new()::Ptr{UA_PubSubGroupDataType}

creates and initializes ("zeros") a UA_PubSubGroupDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubGroupDataType_delete(x::Ptr{UA_PubSubGroupDataType})

source
Open62541.UA_PubSubKeyPushTargetDataType_clearMethod
UA_PubSubKeyPushTargetDataType_clear(x::Ptr{UA_PubSubKeyPushTargetDataType})

deletes the dynamically allocated content of the object x and calls UA_PubSubKeyPushTargetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubKeyPushTargetDataType_copyMethod
UA_PubSubKeyPushTargetDataType_copy(src::Ptr{UA_PubSubKeyPushTargetDataType}, dst::Ptr{UA_PubSubKeyPushTargetDataType})::UA_STATUSCODE
UA_PubSubKeyPushTargetDataType_copy(src::UA_PubSubKeyPushTargetDataType, dst::Ptr{UA_PubSubKeyPushTargetDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubKeyPushTargetDataType_deleteMembersMethod
UA_PubSubKeyPushTargetDataType_deleteMembers(x::Ptr{UA_PubSubKeyPushTargetDataType})

(deprecated, use UA_PubSubKeyPushTargetDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubKeyPushTargetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubKeyPushTargetDataType_newMethod
UA_PubSubKeyPushTargetDataType_new()::Ptr{UA_PubSubKeyPushTargetDataType}

creates and initializes ("zeros") a UA_PubSubKeyPushTargetDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubKeyPushTargetDataType_delete(x::Ptr{UA_PubSubKeyPushTargetDataType})

source
Open62541.UA_PubSubState_clearMethod
UA_PubSubState_clear(x::Ptr{UA_PubSubState})

deletes the dynamically allocated content of the object x and calls UA_PubSubState_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubState_copyMethod
UA_PubSubState_copy(src::Ptr{UA_PubSubState}, dst::Ptr{UA_PubSubState})::UA_STATUSCODE
UA_PubSubState_copy(src::UA_PubSubState, dst::Ptr{UA_PubSubState})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PubSubState_deleteMembersMethod
UA_PubSubState_deleteMembers(x::Ptr{UA_PubSubState})

(deprecated, use UA_PubSubState_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PubSubState_init(x) to reset the type and its memory.

source
Open62541.UA_PubSubState_newMethod
UA_PubSubState_new()::Ptr{UA_PubSubState}

creates and initializes ("zeros") a UA_PubSubState object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PubSubState_delete(x::Ptr{UA_PubSubState})

source
Open62541.UA_PublishRequest_clearMethod
UA_PublishRequest_clear(x::Ptr{UA_PublishRequest})

deletes the dynamically allocated content of the object x and calls UA_PublishRequest_init(x) to reset the type and its memory.

source
Open62541.UA_PublishRequest_copyMethod
UA_PublishRequest_copy(src::Ptr{UA_PublishRequest}, dst::Ptr{UA_PublishRequest})::UA_STATUSCODE
UA_PublishRequest_copy(src::UA_PublishRequest, dst::Ptr{UA_PublishRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PublishRequest_deleteMembersMethod
UA_PublishRequest_deleteMembers(x::Ptr{UA_PublishRequest})

(deprecated, use UA_PublishRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PublishRequest_init(x) to reset the type and its memory.

source
Open62541.UA_PublishRequest_newMethod
UA_PublishRequest_new()::Ptr{UA_PublishRequest}

creates and initializes ("zeros") a UA_PublishRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PublishRequest_delete(x::Ptr{UA_PublishRequest})

source
Open62541.UA_PublishResponse_clearMethod
UA_PublishResponse_clear(x::Ptr{UA_PublishResponse})

deletes the dynamically allocated content of the object x and calls UA_PublishResponse_init(x) to reset the type and its memory.

source
Open62541.UA_PublishResponse_copyMethod
UA_PublishResponse_copy(src::Ptr{UA_PublishResponse}, dst::Ptr{UA_PublishResponse})::UA_STATUSCODE
UA_PublishResponse_copy(src::UA_PublishResponse, dst::Ptr{UA_PublishResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PublishResponse_deleteMembersMethod
UA_PublishResponse_deleteMembers(x::Ptr{UA_PublishResponse})

(deprecated, use UA_PublishResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PublishResponse_init(x) to reset the type and its memory.

source
Open62541.UA_PublishResponse_newMethod
UA_PublishResponse_new()::Ptr{UA_PublishResponse}

creates and initializes ("zeros") a UA_PublishResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PublishResponse_delete(x::Ptr{UA_PublishResponse})

source
Open62541.UA_PublishedDataItemsDataType_clearMethod
UA_PublishedDataItemsDataType_clear(x::Ptr{UA_PublishedDataItemsDataType})

deletes the dynamically allocated content of the object x and calls UA_PublishedDataItemsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedDataItemsDataType_copyMethod
UA_PublishedDataItemsDataType_copy(src::Ptr{UA_PublishedDataItemsDataType}, dst::Ptr{UA_PublishedDataItemsDataType})::UA_STATUSCODE
UA_PublishedDataItemsDataType_copy(src::UA_PublishedDataItemsDataType, dst::Ptr{UA_PublishedDataItemsDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PublishedDataItemsDataType_deleteMembersMethod
UA_PublishedDataItemsDataType_deleteMembers(x::Ptr{UA_PublishedDataItemsDataType})

(deprecated, use UA_PublishedDataItemsDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PublishedDataItemsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedDataItemsDataType_newMethod
UA_PublishedDataItemsDataType_new()::Ptr{UA_PublishedDataItemsDataType}

creates and initializes ("zeros") a UA_PublishedDataItemsDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PublishedDataItemsDataType_delete(x::Ptr{UA_PublishedDataItemsDataType})

source
Open62541.UA_PublishedDataSetCustomSourceDataType_clearMethod
UA_PublishedDataSetCustomSourceDataType_clear(x::Ptr{UA_PublishedDataSetCustomSourceDataType})

deletes the dynamically allocated content of the object x and calls UA_PublishedDataSetCustomSourceDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedDataSetCustomSourceDataType_copyMethod
UA_PublishedDataSetCustomSourceDataType_copy(src::Ptr{UA_PublishedDataSetCustomSourceDataType}, dst::Ptr{UA_PublishedDataSetCustomSourceDataType})::UA_STATUSCODE
UA_PublishedDataSetCustomSourceDataType_copy(src::UA_PublishedDataSetCustomSourceDataType, dst::Ptr{UA_PublishedDataSetCustomSourceDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PublishedDataSetCustomSourceDataType_deleteMembersMethod
UA_PublishedDataSetCustomSourceDataType_deleteMembers(x::Ptr{UA_PublishedDataSetCustomSourceDataType})

(deprecated, use UA_PublishedDataSetCustomSourceDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PublishedDataSetCustomSourceDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedDataSetCustomSourceDataType_newMethod
UA_PublishedDataSetCustomSourceDataType_new()::Ptr{UA_PublishedDataSetCustomSourceDataType}

creates and initializes ("zeros") a UA_PublishedDataSetCustomSourceDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PublishedDataSetCustomSourceDataType_delete(x::Ptr{UA_PublishedDataSetCustomSourceDataType})

source
Open62541.UA_PublishedDataSetDataType_clearMethod
UA_PublishedDataSetDataType_clear(x::Ptr{UA_PublishedDataSetDataType})

deletes the dynamically allocated content of the object x and calls UA_PublishedDataSetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedDataSetDataType_copyMethod
UA_PublishedDataSetDataType_copy(src::Ptr{UA_PublishedDataSetDataType}, dst::Ptr{UA_PublishedDataSetDataType})::UA_STATUSCODE
UA_PublishedDataSetDataType_copy(src::UA_PublishedDataSetDataType, dst::Ptr{UA_PublishedDataSetDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PublishedDataSetDataType_deleteMembersMethod
UA_PublishedDataSetDataType_deleteMembers(x::Ptr{UA_PublishedDataSetDataType})

(deprecated, use UA_PublishedDataSetDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PublishedDataSetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedDataSetDataType_newMethod
UA_PublishedDataSetDataType_new()::Ptr{UA_PublishedDataSetDataType}

creates and initializes ("zeros") a UA_PublishedDataSetDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PublishedDataSetDataType_delete(x::Ptr{UA_PublishedDataSetDataType})

source
Open62541.UA_PublishedEventsDataType_clearMethod
UA_PublishedEventsDataType_clear(x::Ptr{UA_PublishedEventsDataType})

deletes the dynamically allocated content of the object x and calls UA_PublishedEventsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedEventsDataType_copyMethod
UA_PublishedEventsDataType_copy(src::Ptr{UA_PublishedEventsDataType}, dst::Ptr{UA_PublishedEventsDataType})::UA_STATUSCODE
UA_PublishedEventsDataType_copy(src::UA_PublishedEventsDataType, dst::Ptr{UA_PublishedEventsDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PublishedEventsDataType_deleteMembersMethod
UA_PublishedEventsDataType_deleteMembers(x::Ptr{UA_PublishedEventsDataType})

(deprecated, use UA_PublishedEventsDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PublishedEventsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedEventsDataType_newMethod
UA_PublishedEventsDataType_new()::Ptr{UA_PublishedEventsDataType}

creates and initializes ("zeros") a UA_PublishedEventsDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PublishedEventsDataType_delete(x::Ptr{UA_PublishedEventsDataType})

source
Open62541.UA_PublishedVariableDataType_clearMethod
UA_PublishedVariableDataType_clear(x::Ptr{UA_PublishedVariableDataType})

deletes the dynamically allocated content of the object x and calls UA_PublishedVariableDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedVariableDataType_copyMethod
UA_PublishedVariableDataType_copy(src::Ptr{UA_PublishedVariableDataType}, dst::Ptr{UA_PublishedVariableDataType})::UA_STATUSCODE
UA_PublishedVariableDataType_copy(src::UA_PublishedVariableDataType, dst::Ptr{UA_PublishedVariableDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_PublishedVariableDataType_deleteMembersMethod
UA_PublishedVariableDataType_deleteMembers(x::Ptr{UA_PublishedVariableDataType})

(deprecated, use UA_PublishedVariableDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_PublishedVariableDataType_init(x) to reset the type and its memory.

source
Open62541.UA_PublishedVariableDataType_newMethod
UA_PublishedVariableDataType_new()::Ptr{UA_PublishedVariableDataType}

creates and initializes ("zeros") a UA_PublishedVariableDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_PublishedVariableDataType_delete(x::Ptr{UA_PublishedVariableDataType})

source
Open62541.UA_QualifiedName_clearMethod
UA_QualifiedName_clear(x::Ptr{UA_QualifiedName})

deletes the dynamically allocated content of the object x and calls UA_QualifiedName_init(x) to reset the type and its memory.

source
Open62541.UA_QualifiedName_copyMethod
UA_QualifiedName_copy(src::Ptr{UA_QualifiedName}, dst::Ptr{UA_QualifiedName})::UA_STATUSCODE
UA_QualifiedName_copy(src::UA_QualifiedName, dst::Ptr{UA_QualifiedName})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_QualifiedName_deleteMembersMethod
UA_QualifiedName_deleteMembers(x::Ptr{UA_QualifiedName})

(deprecated, use UA_QualifiedName_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_QualifiedName_init(x) to reset the type and its memory.

source
Open62541.UA_QualifiedName_newMethod
UA_QualifiedName_new()::Ptr{UA_QualifiedName}

creates and initializes ("zeros") a UA_QualifiedName object whose memory is allocated by C. After use, it needs to be cleaned up with UA_QualifiedName_delete(x::Ptr{UA_QualifiedName})

source
Open62541.UA_QueryDataDescription_clearMethod
UA_QueryDataDescription_clear(x::Ptr{UA_QueryDataDescription})

deletes the dynamically allocated content of the object x and calls UA_QueryDataDescription_init(x) to reset the type and its memory.

source
Open62541.UA_QueryDataDescription_copyMethod
UA_QueryDataDescription_copy(src::Ptr{UA_QueryDataDescription}, dst::Ptr{UA_QueryDataDescription})::UA_STATUSCODE
UA_QueryDataDescription_copy(src::UA_QueryDataDescription, dst::Ptr{UA_QueryDataDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_QueryDataDescription_deleteMembersMethod
UA_QueryDataDescription_deleteMembers(x::Ptr{UA_QueryDataDescription})

(deprecated, use UA_QueryDataDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_QueryDataDescription_init(x) to reset the type and its memory.

source
Open62541.UA_QueryDataDescription_newMethod
UA_QueryDataDescription_new()::Ptr{UA_QueryDataDescription}

creates and initializes ("zeros") a UA_QueryDataDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_QueryDataDescription_delete(x::Ptr{UA_QueryDataDescription})

source
Open62541.UA_QueryDataSet_clearMethod
UA_QueryDataSet_clear(x::Ptr{UA_QueryDataSet})

deletes the dynamically allocated content of the object x and calls UA_QueryDataSet_init(x) to reset the type and its memory.

source
Open62541.UA_QueryDataSet_copyMethod
UA_QueryDataSet_copy(src::Ptr{UA_QueryDataSet}, dst::Ptr{UA_QueryDataSet})::UA_STATUSCODE
UA_QueryDataSet_copy(src::UA_QueryDataSet, dst::Ptr{UA_QueryDataSet})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_QueryDataSet_deleteMembersMethod
UA_QueryDataSet_deleteMembers(x::Ptr{UA_QueryDataSet})

(deprecated, use UA_QueryDataSet_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_QueryDataSet_init(x) to reset the type and its memory.

source
Open62541.UA_QueryDataSet_newMethod
UA_QueryDataSet_new()::Ptr{UA_QueryDataSet}

creates and initializes ("zeros") a UA_QueryDataSet object whose memory is allocated by C. After use, it needs to be cleaned up with UA_QueryDataSet_delete(x::Ptr{UA_QueryDataSet})

source
Open62541.UA_QueryFirstRequest_clearMethod
UA_QueryFirstRequest_clear(x::Ptr{UA_QueryFirstRequest})

deletes the dynamically allocated content of the object x and calls UA_QueryFirstRequest_init(x) to reset the type and its memory.

source
Open62541.UA_QueryFirstRequest_copyMethod
UA_QueryFirstRequest_copy(src::Ptr{UA_QueryFirstRequest}, dst::Ptr{UA_QueryFirstRequest})::UA_STATUSCODE
UA_QueryFirstRequest_copy(src::UA_QueryFirstRequest, dst::Ptr{UA_QueryFirstRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_QueryFirstRequest_deleteMembersMethod
UA_QueryFirstRequest_deleteMembers(x::Ptr{UA_QueryFirstRequest})

(deprecated, use UA_QueryFirstRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_QueryFirstRequest_init(x) to reset the type and its memory.

source
Open62541.UA_QueryFirstRequest_newMethod
UA_QueryFirstRequest_new()::Ptr{UA_QueryFirstRequest}

creates and initializes ("zeros") a UA_QueryFirstRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_QueryFirstRequest_delete(x::Ptr{UA_QueryFirstRequest})

source
Open62541.UA_QueryFirstResponse_clearMethod
UA_QueryFirstResponse_clear(x::Ptr{UA_QueryFirstResponse})

deletes the dynamically allocated content of the object x and calls UA_QueryFirstResponse_init(x) to reset the type and its memory.

source
Open62541.UA_QueryFirstResponse_copyMethod
UA_QueryFirstResponse_copy(src::Ptr{UA_QueryFirstResponse}, dst::Ptr{UA_QueryFirstResponse})::UA_STATUSCODE
UA_QueryFirstResponse_copy(src::UA_QueryFirstResponse, dst::Ptr{UA_QueryFirstResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_QueryFirstResponse_deleteMembersMethod
UA_QueryFirstResponse_deleteMembers(x::Ptr{UA_QueryFirstResponse})

(deprecated, use UA_QueryFirstResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_QueryFirstResponse_init(x) to reset the type and its memory.

source
Open62541.UA_QueryFirstResponse_newMethod
UA_QueryFirstResponse_new()::Ptr{UA_QueryFirstResponse}

creates and initializes ("zeros") a UA_QueryFirstResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_QueryFirstResponse_delete(x::Ptr{UA_QueryFirstResponse})

source
Open62541.UA_QueryNextRequest_clearMethod
UA_QueryNextRequest_clear(x::Ptr{UA_QueryNextRequest})

deletes the dynamically allocated content of the object x and calls UA_QueryNextRequest_init(x) to reset the type and its memory.

source
Open62541.UA_QueryNextRequest_copyMethod
UA_QueryNextRequest_copy(src::Ptr{UA_QueryNextRequest}, dst::Ptr{UA_QueryNextRequest})::UA_STATUSCODE
UA_QueryNextRequest_copy(src::UA_QueryNextRequest, dst::Ptr{UA_QueryNextRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_QueryNextRequest_deleteMembersMethod
UA_QueryNextRequest_deleteMembers(x::Ptr{UA_QueryNextRequest})

(deprecated, use UA_QueryNextRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_QueryNextRequest_init(x) to reset the type and its memory.

source
Open62541.UA_QueryNextRequest_newMethod
UA_QueryNextRequest_new()::Ptr{UA_QueryNextRequest}

creates and initializes ("zeros") a UA_QueryNextRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_QueryNextRequest_delete(x::Ptr{UA_QueryNextRequest})

source
Open62541.UA_QueryNextResponse_clearMethod
UA_QueryNextResponse_clear(x::Ptr{UA_QueryNextResponse})

deletes the dynamically allocated content of the object x and calls UA_QueryNextResponse_init(x) to reset the type and its memory.

source
Open62541.UA_QueryNextResponse_copyMethod
UA_QueryNextResponse_copy(src::Ptr{UA_QueryNextResponse}, dst::Ptr{UA_QueryNextResponse})::UA_STATUSCODE
UA_QueryNextResponse_copy(src::UA_QueryNextResponse, dst::Ptr{UA_QueryNextResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_QueryNextResponse_deleteMembersMethod
UA_QueryNextResponse_deleteMembers(x::Ptr{UA_QueryNextResponse})

(deprecated, use UA_QueryNextResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_QueryNextResponse_init(x) to reset the type and its memory.

source
Open62541.UA_QueryNextResponse_newMethod
UA_QueryNextResponse_new()::Ptr{UA_QueryNextResponse}

creates and initializes ("zeros") a UA_QueryNextResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_QueryNextResponse_delete(x::Ptr{UA_QueryNextResponse})

source
Open62541.UA_Range_clearMethod
UA_Range_clear(x::Ptr{UA_Range})

deletes the dynamically allocated content of the object x and calls UA_Range_init(x) to reset the type and its memory.

source
Open62541.UA_Range_copyMethod
UA_Range_copy(src::Ptr{UA_Range}, dst::Ptr{UA_Range})::UA_STATUSCODE
UA_Range_copy(src::UA_Range, dst::Ptr{UA_Range})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Range_deleteMembersMethod
UA_Range_deleteMembers(x::Ptr{UA_Range})

(deprecated, use UA_Range_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_Range_init(x) to reset the type and its memory.

source
Open62541.UA_Range_initMethod
UA_Range_init(x::Ptr{UA_Range})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Range_newMethod
UA_Range_new()::Ptr{UA_Range}

creates and initializes ("zeros") a UA_Range object whose memory is allocated by C. After use, it needs to be cleaned up with UA_Range_delete(x::Ptr{UA_Range})

source
Open62541.UA_RationalNumber_clearMethod
UA_RationalNumber_clear(x::Ptr{UA_RationalNumber})

deletes the dynamically allocated content of the object x and calls UA_RationalNumber_init(x) to reset the type and its memory.

source
Open62541.UA_RationalNumber_copyMethod
UA_RationalNumber_copy(src::Ptr{UA_RationalNumber}, dst::Ptr{UA_RationalNumber})::UA_STATUSCODE
UA_RationalNumber_copy(src::UA_RationalNumber, dst::Ptr{UA_RationalNumber})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RationalNumber_deleteMembersMethod
UA_RationalNumber_deleteMembers(x::Ptr{UA_RationalNumber})

(deprecated, use UA_RationalNumber_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RationalNumber_init(x) to reset the type and its memory.

source
Open62541.UA_RationalNumber_newMethod
UA_RationalNumber_new()::Ptr{UA_RationalNumber}

creates and initializes ("zeros") a UA_RationalNumber object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RationalNumber_delete(x::Ptr{UA_RationalNumber})

source
Open62541.UA_ReadAnnotationDataDetails_clearMethod
UA_ReadAnnotationDataDetails_clear(x::Ptr{UA_ReadAnnotationDataDetails})

deletes the dynamically allocated content of the object x and calls UA_ReadAnnotationDataDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadAnnotationDataDetails_copyMethod
UA_ReadAnnotationDataDetails_copy(src::Ptr{UA_ReadAnnotationDataDetails}, dst::Ptr{UA_ReadAnnotationDataDetails})::UA_STATUSCODE
UA_ReadAnnotationDataDetails_copy(src::UA_ReadAnnotationDataDetails, dst::Ptr{UA_ReadAnnotationDataDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadAnnotationDataDetails_deleteMembersMethod
UA_ReadAnnotationDataDetails_deleteMembers(x::Ptr{UA_ReadAnnotationDataDetails})

(deprecated, use UA_ReadAnnotationDataDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadAnnotationDataDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadAnnotationDataDetails_newMethod
UA_ReadAnnotationDataDetails_new()::Ptr{UA_ReadAnnotationDataDetails}

creates and initializes ("zeros") a UA_ReadAnnotationDataDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadAnnotationDataDetails_delete(x::Ptr{UA_ReadAnnotationDataDetails})

source
Open62541.UA_ReadAtTimeDetails_clearMethod
UA_ReadAtTimeDetails_clear(x::Ptr{UA_ReadAtTimeDetails})

deletes the dynamically allocated content of the object x and calls UA_ReadAtTimeDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadAtTimeDetails_copyMethod
UA_ReadAtTimeDetails_copy(src::Ptr{UA_ReadAtTimeDetails}, dst::Ptr{UA_ReadAtTimeDetails})::UA_STATUSCODE
UA_ReadAtTimeDetails_copy(src::UA_ReadAtTimeDetails, dst::Ptr{UA_ReadAtTimeDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadAtTimeDetails_deleteMembersMethod
UA_ReadAtTimeDetails_deleteMembers(x::Ptr{UA_ReadAtTimeDetails})

(deprecated, use UA_ReadAtTimeDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadAtTimeDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadAtTimeDetails_newMethod
UA_ReadAtTimeDetails_new()::Ptr{UA_ReadAtTimeDetails}

creates and initializes ("zeros") a UA_ReadAtTimeDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadAtTimeDetails_delete(x::Ptr{UA_ReadAtTimeDetails})

source
Open62541.UA_ReadEventDetails_clearMethod
UA_ReadEventDetails_clear(x::Ptr{UA_ReadEventDetails})

deletes the dynamically allocated content of the object x and calls UA_ReadEventDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadEventDetails_copyMethod
UA_ReadEventDetails_copy(src::Ptr{UA_ReadEventDetails}, dst::Ptr{UA_ReadEventDetails})::UA_STATUSCODE
UA_ReadEventDetails_copy(src::UA_ReadEventDetails, dst::Ptr{UA_ReadEventDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadEventDetails_deleteMembersMethod
UA_ReadEventDetails_deleteMembers(x::Ptr{UA_ReadEventDetails})

(deprecated, use UA_ReadEventDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadEventDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadEventDetails_newMethod
UA_ReadEventDetails_new()::Ptr{UA_ReadEventDetails}

creates and initializes ("zeros") a UA_ReadEventDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadEventDetails_delete(x::Ptr{UA_ReadEventDetails})

source
Open62541.UA_ReadProcessedDetails_clearMethod
UA_ReadProcessedDetails_clear(x::Ptr{UA_ReadProcessedDetails})

deletes the dynamically allocated content of the object x and calls UA_ReadProcessedDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadProcessedDetails_copyMethod
UA_ReadProcessedDetails_copy(src::Ptr{UA_ReadProcessedDetails}, dst::Ptr{UA_ReadProcessedDetails})::UA_STATUSCODE
UA_ReadProcessedDetails_copy(src::UA_ReadProcessedDetails, dst::Ptr{UA_ReadProcessedDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadProcessedDetails_deleteMembersMethod
UA_ReadProcessedDetails_deleteMembers(x::Ptr{UA_ReadProcessedDetails})

(deprecated, use UA_ReadProcessedDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadProcessedDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadProcessedDetails_newMethod
UA_ReadProcessedDetails_new()::Ptr{UA_ReadProcessedDetails}

creates and initializes ("zeros") a UA_ReadProcessedDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadProcessedDetails_delete(x::Ptr{UA_ReadProcessedDetails})

source
Open62541.UA_ReadRawModifiedDetails_clearMethod
UA_ReadRawModifiedDetails_clear(x::Ptr{UA_ReadRawModifiedDetails})

deletes the dynamically allocated content of the object x and calls UA_ReadRawModifiedDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadRawModifiedDetails_copyMethod
UA_ReadRawModifiedDetails_copy(src::Ptr{UA_ReadRawModifiedDetails}, dst::Ptr{UA_ReadRawModifiedDetails})::UA_STATUSCODE
UA_ReadRawModifiedDetails_copy(src::UA_ReadRawModifiedDetails, dst::Ptr{UA_ReadRawModifiedDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadRawModifiedDetails_deleteMembersMethod
UA_ReadRawModifiedDetails_deleteMembers(x::Ptr{UA_ReadRawModifiedDetails})

(deprecated, use UA_ReadRawModifiedDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadRawModifiedDetails_init(x) to reset the type and its memory.

source
Open62541.UA_ReadRawModifiedDetails_newMethod
UA_ReadRawModifiedDetails_new()::Ptr{UA_ReadRawModifiedDetails}

creates and initializes ("zeros") a UA_ReadRawModifiedDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadRawModifiedDetails_delete(x::Ptr{UA_ReadRawModifiedDetails})

source
Open62541.UA_ReadRequest_clearMethod
UA_ReadRequest_clear(x::Ptr{UA_ReadRequest})

deletes the dynamically allocated content of the object x and calls UA_ReadRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ReadRequest_copyMethod
UA_ReadRequest_copy(src::Ptr{UA_ReadRequest}, dst::Ptr{UA_ReadRequest})::UA_STATUSCODE
UA_ReadRequest_copy(src::UA_ReadRequest, dst::Ptr{UA_ReadRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadRequest_deleteMembersMethod
UA_ReadRequest_deleteMembers(x::Ptr{UA_ReadRequest})

(deprecated, use UA_ReadRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadRequest_init(x) to reset the type and its memory.

source
Open62541.UA_ReadRequest_newMethod
UA_ReadRequest_new()::Ptr{UA_ReadRequest}

creates and initializes ("zeros") a UA_ReadRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadRequest_delete(x::Ptr{UA_ReadRequest})

source
Open62541.UA_ReadResponse_clearMethod
UA_ReadResponse_clear(x::Ptr{UA_ReadResponse})

deletes the dynamically allocated content of the object x and calls UA_ReadResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ReadResponse_copyMethod
UA_ReadResponse_copy(src::Ptr{UA_ReadResponse}, dst::Ptr{UA_ReadResponse})::UA_STATUSCODE
UA_ReadResponse_copy(src::UA_ReadResponse, dst::Ptr{UA_ReadResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadResponse_deleteMembersMethod
UA_ReadResponse_deleteMembers(x::Ptr{UA_ReadResponse})

(deprecated, use UA_ReadResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadResponse_init(x) to reset the type and its memory.

source
Open62541.UA_ReadResponse_newMethod
UA_ReadResponse_new()::Ptr{UA_ReadResponse}

creates and initializes ("zeros") a UA_ReadResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadResponse_delete(x::Ptr{UA_ReadResponse})

source
Open62541.UA_ReadValueId_clearMethod
UA_ReadValueId_clear(x::Ptr{UA_ReadValueId})

deletes the dynamically allocated content of the object x and calls UA_ReadValueId_init(x) to reset the type and its memory.

source
Open62541.UA_ReadValueId_copyMethod
UA_ReadValueId_copy(src::Ptr{UA_ReadValueId}, dst::Ptr{UA_ReadValueId})::UA_STATUSCODE
UA_ReadValueId_copy(src::UA_ReadValueId, dst::Ptr{UA_ReadValueId})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReadValueId_deleteMembersMethod
UA_ReadValueId_deleteMembers(x::Ptr{UA_ReadValueId})

(deprecated, use UA_ReadValueId_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReadValueId_init(x) to reset the type and its memory.

source
Open62541.UA_ReadValueId_newMethod
UA_ReadValueId_new()::Ptr{UA_ReadValueId}

creates and initializes ("zeros") a UA_ReadValueId object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReadValueId_delete(x::Ptr{UA_ReadValueId})

source
Open62541.UA_ReaderGroupDataType_clearMethod
UA_ReaderGroupDataType_clear(x::Ptr{UA_ReaderGroupDataType})

deletes the dynamically allocated content of the object x and calls UA_ReaderGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ReaderGroupDataType_copyMethod
UA_ReaderGroupDataType_copy(src::Ptr{UA_ReaderGroupDataType}, dst::Ptr{UA_ReaderGroupDataType})::UA_STATUSCODE
UA_ReaderGroupDataType_copy(src::UA_ReaderGroupDataType, dst::Ptr{UA_ReaderGroupDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReaderGroupDataType_deleteMembersMethod
UA_ReaderGroupDataType_deleteMembers(x::Ptr{UA_ReaderGroupDataType})

(deprecated, use UA_ReaderGroupDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReaderGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ReaderGroupDataType_newMethod
UA_ReaderGroupDataType_new()::Ptr{UA_ReaderGroupDataType}

creates and initializes ("zeros") a UA_ReaderGroupDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReaderGroupDataType_delete(x::Ptr{UA_ReaderGroupDataType})

source
Open62541.UA_ReceiveQosPriorityDataType_clearMethod
UA_ReceiveQosPriorityDataType_clear(x::Ptr{UA_ReceiveQosPriorityDataType})

deletes the dynamically allocated content of the object x and calls UA_ReceiveQosPriorityDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ReceiveQosPriorityDataType_copyMethod
UA_ReceiveQosPriorityDataType_copy(src::Ptr{UA_ReceiveQosPriorityDataType}, dst::Ptr{UA_ReceiveQosPriorityDataType})::UA_STATUSCODE
UA_ReceiveQosPriorityDataType_copy(src::UA_ReceiveQosPriorityDataType, dst::Ptr{UA_ReceiveQosPriorityDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReceiveQosPriorityDataType_deleteMembersMethod
UA_ReceiveQosPriorityDataType_deleteMembers(x::Ptr{UA_ReceiveQosPriorityDataType})

(deprecated, use UA_ReceiveQosPriorityDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReceiveQosPriorityDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ReceiveQosPriorityDataType_newMethod
UA_ReceiveQosPriorityDataType_new()::Ptr{UA_ReceiveQosPriorityDataType}

creates and initializes ("zeros") a UA_ReceiveQosPriorityDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReceiveQosPriorityDataType_delete(x::Ptr{UA_ReceiveQosPriorityDataType})

source
Open62541.UA_RedundancySupport_clearMethod
UA_RedundancySupport_clear(x::Ptr{UA_RedundancySupport})

deletes the dynamically allocated content of the object x and calls UA_RedundancySupport_init(x) to reset the type and its memory.

source
Open62541.UA_RedundancySupport_copyMethod
UA_RedundancySupport_copy(src::Ptr{UA_RedundancySupport}, dst::Ptr{UA_RedundancySupport})::UA_STATUSCODE
UA_RedundancySupport_copy(src::UA_RedundancySupport, dst::Ptr{UA_RedundancySupport})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RedundancySupport_deleteMembersMethod
UA_RedundancySupport_deleteMembers(x::Ptr{UA_RedundancySupport})

(deprecated, use UA_RedundancySupport_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RedundancySupport_init(x) to reset the type and its memory.

source
Open62541.UA_RedundancySupport_newMethod
UA_RedundancySupport_new()::Ptr{UA_RedundancySupport}

creates and initializes ("zeros") a UA_RedundancySupport object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RedundancySupport_delete(x::Ptr{UA_RedundancySupport})

source
Open62541.UA_RedundantServerDataType_clearMethod
UA_RedundantServerDataType_clear(x::Ptr{UA_RedundantServerDataType})

deletes the dynamically allocated content of the object x and calls UA_RedundantServerDataType_init(x) to reset the type and its memory.

source
Open62541.UA_RedundantServerDataType_copyMethod
UA_RedundantServerDataType_copy(src::Ptr{UA_RedundantServerDataType}, dst::Ptr{UA_RedundantServerDataType})::UA_STATUSCODE
UA_RedundantServerDataType_copy(src::UA_RedundantServerDataType, dst::Ptr{UA_RedundantServerDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RedundantServerDataType_deleteMembersMethod
UA_RedundantServerDataType_deleteMembers(x::Ptr{UA_RedundantServerDataType})

(deprecated, use UA_RedundantServerDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RedundantServerDataType_init(x) to reset the type and its memory.

source
Open62541.UA_RedundantServerDataType_newMethod
UA_RedundantServerDataType_new()::Ptr{UA_RedundantServerDataType}

creates and initializes ("zeros") a UA_RedundantServerDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RedundantServerDataType_delete(x::Ptr{UA_RedundantServerDataType})

source
Open62541.UA_ReferenceDescription_clearMethod
UA_ReferenceDescription_clear(x::Ptr{UA_ReferenceDescription})

deletes the dynamically allocated content of the object x and calls UA_ReferenceDescription_init(x) to reset the type and its memory.

source
Open62541.UA_ReferenceDescription_copyMethod
UA_ReferenceDescription_copy(src::Ptr{UA_ReferenceDescription}, dst::Ptr{UA_ReferenceDescription})::UA_STATUSCODE
UA_ReferenceDescription_copy(src::UA_ReferenceDescription, dst::Ptr{UA_ReferenceDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReferenceDescription_deleteMembersMethod
UA_ReferenceDescription_deleteMembers(x::Ptr{UA_ReferenceDescription})

(deprecated, use UA_ReferenceDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReferenceDescription_init(x) to reset the type and its memory.

source
Open62541.UA_ReferenceDescription_newMethod
UA_ReferenceDescription_new()::Ptr{UA_ReferenceDescription}

creates and initializes ("zeros") a UA_ReferenceDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReferenceDescription_delete(x::Ptr{UA_ReferenceDescription})

source
Open62541.UA_ReferenceNode_clearMethod
UA_ReferenceNode_clear(x::Ptr{UA_ReferenceNode})

deletes the dynamically allocated content of the object x and calls UA_ReferenceNode_init(x) to reset the type and its memory.

source
Open62541.UA_ReferenceNode_copyMethod
UA_ReferenceNode_copy(src::Ptr{UA_ReferenceNode}, dst::Ptr{UA_ReferenceNode})::UA_STATUSCODE
UA_ReferenceNode_copy(src::UA_ReferenceNode, dst::Ptr{UA_ReferenceNode})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReferenceNode_deleteMembersMethod
UA_ReferenceNode_deleteMembers(x::Ptr{UA_ReferenceNode})

(deprecated, use UA_ReferenceNode_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReferenceNode_init(x) to reset the type and its memory.

source
Open62541.UA_ReferenceNode_newMethod
UA_ReferenceNode_new()::Ptr{UA_ReferenceNode}

creates and initializes ("zeros") a UA_ReferenceNode object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReferenceNode_delete(x::Ptr{UA_ReferenceNode})

source
Open62541.UA_ReferenceTypeAttributes_clearMethod
UA_ReferenceTypeAttributes_clear(x::Ptr{UA_ReferenceTypeAttributes})

deletes the dynamically allocated content of the object x and calls UA_ReferenceTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ReferenceTypeAttributes_copyMethod
UA_ReferenceTypeAttributes_copy(src::Ptr{UA_ReferenceTypeAttributes}, dst::Ptr{UA_ReferenceTypeAttributes})::UA_STATUSCODE
UA_ReferenceTypeAttributes_copy(src::UA_ReferenceTypeAttributes, dst::Ptr{UA_ReferenceTypeAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ReferenceTypeAttributes_deleteMembersMethod
UA_ReferenceTypeAttributes_deleteMembers(x::Ptr{UA_ReferenceTypeAttributes})

(deprecated, use UA_ReferenceTypeAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ReferenceTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ReferenceTypeAttributes_newMethod
UA_ReferenceTypeAttributes_new()::Ptr{UA_ReferenceTypeAttributes}

creates and initializes ("zeros") a UA_ReferenceTypeAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ReferenceTypeAttributes_delete(x::Ptr{UA_ReferenceTypeAttributes})

source
Open62541.UA_RegisterNodesRequest_clearMethod
UA_RegisterNodesRequest_clear(x::Ptr{UA_RegisterNodesRequest})

deletes the dynamically allocated content of the object x and calls UA_RegisterNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterNodesRequest_copyMethod
UA_RegisterNodesRequest_copy(src::Ptr{UA_RegisterNodesRequest}, dst::Ptr{UA_RegisterNodesRequest})::UA_STATUSCODE
UA_RegisterNodesRequest_copy(src::UA_RegisterNodesRequest, dst::Ptr{UA_RegisterNodesRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RegisterNodesRequest_deleteMembersMethod
UA_RegisterNodesRequest_deleteMembers(x::Ptr{UA_RegisterNodesRequest})

(deprecated, use UA_RegisterNodesRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RegisterNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterNodesRequest_newMethod
UA_RegisterNodesRequest_new()::Ptr{UA_RegisterNodesRequest}

creates and initializes ("zeros") a UA_RegisterNodesRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RegisterNodesRequest_delete(x::Ptr{UA_RegisterNodesRequest})

source
Open62541.UA_RegisterNodesResponse_clearMethod
UA_RegisterNodesResponse_clear(x::Ptr{UA_RegisterNodesResponse})

deletes the dynamically allocated content of the object x and calls UA_RegisterNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterNodesResponse_copyMethod
UA_RegisterNodesResponse_copy(src::Ptr{UA_RegisterNodesResponse}, dst::Ptr{UA_RegisterNodesResponse})::UA_STATUSCODE
UA_RegisterNodesResponse_copy(src::UA_RegisterNodesResponse, dst::Ptr{UA_RegisterNodesResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RegisterNodesResponse_deleteMembersMethod
UA_RegisterNodesResponse_deleteMembers(x::Ptr{UA_RegisterNodesResponse})

(deprecated, use UA_RegisterNodesResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RegisterNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterNodesResponse_newMethod
UA_RegisterNodesResponse_new()::Ptr{UA_RegisterNodesResponse}

creates and initializes ("zeros") a UA_RegisterNodesResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RegisterNodesResponse_delete(x::Ptr{UA_RegisterNodesResponse})

source
Open62541.UA_RegisterServer2Request_clearMethod
UA_RegisterServer2Request_clear(x::Ptr{UA_RegisterServer2Request})

deletes the dynamically allocated content of the object x and calls UA_RegisterServer2Request_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServer2Request_copyMethod
UA_RegisterServer2Request_copy(src::Ptr{UA_RegisterServer2Request}, dst::Ptr{UA_RegisterServer2Request})::UA_STATUSCODE
UA_RegisterServer2Request_copy(src::UA_RegisterServer2Request, dst::Ptr{UA_RegisterServer2Request})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RegisterServer2Request_deleteMembersMethod
UA_RegisterServer2Request_deleteMembers(x::Ptr{UA_RegisterServer2Request})

(deprecated, use UA_RegisterServer2Request_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RegisterServer2Request_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServer2Request_newMethod
UA_RegisterServer2Request_new()::Ptr{UA_RegisterServer2Request}

creates and initializes ("zeros") a UA_RegisterServer2Request object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RegisterServer2Request_delete(x::Ptr{UA_RegisterServer2Request})

source
Open62541.UA_RegisterServer2Response_clearMethod
UA_RegisterServer2Response_clear(x::Ptr{UA_RegisterServer2Response})

deletes the dynamically allocated content of the object x and calls UA_RegisterServer2Response_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServer2Response_copyMethod
UA_RegisterServer2Response_copy(src::Ptr{UA_RegisterServer2Response}, dst::Ptr{UA_RegisterServer2Response})::UA_STATUSCODE
UA_RegisterServer2Response_copy(src::UA_RegisterServer2Response, dst::Ptr{UA_RegisterServer2Response})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RegisterServer2Response_deleteMembersMethod
UA_RegisterServer2Response_deleteMembers(x::Ptr{UA_RegisterServer2Response})

(deprecated, use UA_RegisterServer2Response_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RegisterServer2Response_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServer2Response_newMethod
UA_RegisterServer2Response_new()::Ptr{UA_RegisterServer2Response}

creates and initializes ("zeros") a UA_RegisterServer2Response object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RegisterServer2Response_delete(x::Ptr{UA_RegisterServer2Response})

source
Open62541.UA_RegisterServerRequest_clearMethod
UA_RegisterServerRequest_clear(x::Ptr{UA_RegisterServerRequest})

deletes the dynamically allocated content of the object x and calls UA_RegisterServerRequest_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServerRequest_copyMethod
UA_RegisterServerRequest_copy(src::Ptr{UA_RegisterServerRequest}, dst::Ptr{UA_RegisterServerRequest})::UA_STATUSCODE
UA_RegisterServerRequest_copy(src::UA_RegisterServerRequest, dst::Ptr{UA_RegisterServerRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RegisterServerRequest_deleteMembersMethod
UA_RegisterServerRequest_deleteMembers(x::Ptr{UA_RegisterServerRequest})

(deprecated, use UA_RegisterServerRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RegisterServerRequest_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServerRequest_newMethod
UA_RegisterServerRequest_new()::Ptr{UA_RegisterServerRequest}

creates and initializes ("zeros") a UA_RegisterServerRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RegisterServerRequest_delete(x::Ptr{UA_RegisterServerRequest})

source
Open62541.UA_RegisterServerResponse_clearMethod
UA_RegisterServerResponse_clear(x::Ptr{UA_RegisterServerResponse})

deletes the dynamically allocated content of the object x and calls UA_RegisterServerResponse_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServerResponse_copyMethod
UA_RegisterServerResponse_copy(src::Ptr{UA_RegisterServerResponse}, dst::Ptr{UA_RegisterServerResponse})::UA_STATUSCODE
UA_RegisterServerResponse_copy(src::UA_RegisterServerResponse, dst::Ptr{UA_RegisterServerResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RegisterServerResponse_deleteMembersMethod
UA_RegisterServerResponse_deleteMembers(x::Ptr{UA_RegisterServerResponse})

(deprecated, use UA_RegisterServerResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RegisterServerResponse_init(x) to reset the type and its memory.

source
Open62541.UA_RegisterServerResponse_newMethod
UA_RegisterServerResponse_new()::Ptr{UA_RegisterServerResponse}

creates and initializes ("zeros") a UA_RegisterServerResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RegisterServerResponse_delete(x::Ptr{UA_RegisterServerResponse})

source
Open62541.UA_RegisteredServer_clearMethod
UA_RegisteredServer_clear(x::Ptr{UA_RegisteredServer})

deletes the dynamically allocated content of the object x and calls UA_RegisteredServer_init(x) to reset the type and its memory.

source
Open62541.UA_RegisteredServer_copyMethod
UA_RegisteredServer_copy(src::Ptr{UA_RegisteredServer}, dst::Ptr{UA_RegisteredServer})::UA_STATUSCODE
UA_RegisteredServer_copy(src::UA_RegisteredServer, dst::Ptr{UA_RegisteredServer})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RegisteredServer_deleteMembersMethod
UA_RegisteredServer_deleteMembers(x::Ptr{UA_RegisteredServer})

(deprecated, use UA_RegisteredServer_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RegisteredServer_init(x) to reset the type and its memory.

source
Open62541.UA_RegisteredServer_newMethod
UA_RegisteredServer_new()::Ptr{UA_RegisteredServer}

creates and initializes ("zeros") a UA_RegisteredServer object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RegisteredServer_delete(x::Ptr{UA_RegisteredServer})

source
Open62541.UA_RelativePathElement_clearMethod
UA_RelativePathElement_clear(x::Ptr{UA_RelativePathElement})

deletes the dynamically allocated content of the object x and calls UA_RelativePathElement_init(x) to reset the type and its memory.

source
Open62541.UA_RelativePathElement_copyMethod
UA_RelativePathElement_copy(src::Ptr{UA_RelativePathElement}, dst::Ptr{UA_RelativePathElement})::UA_STATUSCODE
UA_RelativePathElement_copy(src::UA_RelativePathElement, dst::Ptr{UA_RelativePathElement})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RelativePathElement_deleteMembersMethod
UA_RelativePathElement_deleteMembers(x::Ptr{UA_RelativePathElement})

(deprecated, use UA_RelativePathElement_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RelativePathElement_init(x) to reset the type and its memory.

source
Open62541.UA_RelativePathElement_newMethod
UA_RelativePathElement_new()::Ptr{UA_RelativePathElement}

creates and initializes ("zeros") a UA_RelativePathElement object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RelativePathElement_delete(x::Ptr{UA_RelativePathElement})

source
Open62541.UA_RelativePath_clearMethod
UA_RelativePath_clear(x::Ptr{UA_RelativePath})

deletes the dynamically allocated content of the object x and calls UA_RelativePath_init(x) to reset the type and its memory.

source
Open62541.UA_RelativePath_copyMethod
UA_RelativePath_copy(src::Ptr{UA_RelativePath}, dst::Ptr{UA_RelativePath})::UA_STATUSCODE
UA_RelativePath_copy(src::UA_RelativePath, dst::Ptr{UA_RelativePath})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RelativePath_deleteMembersMethod
UA_RelativePath_deleteMembers(x::Ptr{UA_RelativePath})

(deprecated, use UA_RelativePath_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RelativePath_init(x) to reset the type and its memory.

source
Open62541.UA_RelativePath_newMethod
UA_RelativePath_new()::Ptr{UA_RelativePath}

creates and initializes ("zeros") a UA_RelativePath object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RelativePath_delete(x::Ptr{UA_RelativePath})

source
Open62541.UA_RepublishRequest_clearMethod
UA_RepublishRequest_clear(x::Ptr{UA_RepublishRequest})

deletes the dynamically allocated content of the object x and calls UA_RepublishRequest_init(x) to reset the type and its memory.

source
Open62541.UA_RepublishRequest_copyMethod
UA_RepublishRequest_copy(src::Ptr{UA_RepublishRequest}, dst::Ptr{UA_RepublishRequest})::UA_STATUSCODE
UA_RepublishRequest_copy(src::UA_RepublishRequest, dst::Ptr{UA_RepublishRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RepublishRequest_deleteMembersMethod
UA_RepublishRequest_deleteMembers(x::Ptr{UA_RepublishRequest})

(deprecated, use UA_RepublishRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RepublishRequest_init(x) to reset the type and its memory.

source
Open62541.UA_RepublishRequest_newMethod
UA_RepublishRequest_new()::Ptr{UA_RepublishRequest}

creates and initializes ("zeros") a UA_RepublishRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RepublishRequest_delete(x::Ptr{UA_RepublishRequest})

source
Open62541.UA_RepublishResponse_clearMethod
UA_RepublishResponse_clear(x::Ptr{UA_RepublishResponse})

deletes the dynamically allocated content of the object x and calls UA_RepublishResponse_init(x) to reset the type and its memory.

source
Open62541.UA_RepublishResponse_copyMethod
UA_RepublishResponse_copy(src::Ptr{UA_RepublishResponse}, dst::Ptr{UA_RepublishResponse})::UA_STATUSCODE
UA_RepublishResponse_copy(src::UA_RepublishResponse, dst::Ptr{UA_RepublishResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RepublishResponse_deleteMembersMethod
UA_RepublishResponse_deleteMembers(x::Ptr{UA_RepublishResponse})

(deprecated, use UA_RepublishResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RepublishResponse_init(x) to reset the type and its memory.

source
Open62541.UA_RepublishResponse_newMethod
UA_RepublishResponse_new()::Ptr{UA_RepublishResponse}

creates and initializes ("zeros") a UA_RepublishResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RepublishResponse_delete(x::Ptr{UA_RepublishResponse})

source
Open62541.UA_RequestHeader_clearMethod
UA_RequestHeader_clear(x::Ptr{UA_RequestHeader})

deletes the dynamically allocated content of the object x and calls UA_RequestHeader_init(x) to reset the type and its memory.

source
Open62541.UA_RequestHeader_copyMethod
UA_RequestHeader_copy(src::Ptr{UA_RequestHeader}, dst::Ptr{UA_RequestHeader})::UA_STATUSCODE
UA_RequestHeader_copy(src::UA_RequestHeader, dst::Ptr{UA_RequestHeader})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RequestHeader_deleteMembersMethod
UA_RequestHeader_deleteMembers(x::Ptr{UA_RequestHeader})

(deprecated, use UA_RequestHeader_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RequestHeader_init(x) to reset the type and its memory.

source
Open62541.UA_RequestHeader_newMethod
UA_RequestHeader_new()::Ptr{UA_RequestHeader}

creates and initializes ("zeros") a UA_RequestHeader object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RequestHeader_delete(x::Ptr{UA_RequestHeader})

source
Open62541.UA_ResponseHeader_clearMethod
UA_ResponseHeader_clear(x::Ptr{UA_ResponseHeader})

deletes the dynamically allocated content of the object x and calls UA_ResponseHeader_init(x) to reset the type and its memory.

source
Open62541.UA_ResponseHeader_copyMethod
UA_ResponseHeader_copy(src::Ptr{UA_ResponseHeader}, dst::Ptr{UA_ResponseHeader})::UA_STATUSCODE
UA_ResponseHeader_copy(src::UA_ResponseHeader, dst::Ptr{UA_ResponseHeader})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ResponseHeader_deleteMembersMethod
UA_ResponseHeader_deleteMembers(x::Ptr{UA_ResponseHeader})

(deprecated, use UA_ResponseHeader_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ResponseHeader_init(x) to reset the type and its memory.

source
Open62541.UA_ResponseHeader_newMethod
UA_ResponseHeader_new()::Ptr{UA_ResponseHeader}

creates and initializes ("zeros") a UA_ResponseHeader object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ResponseHeader_delete(x::Ptr{UA_ResponseHeader})

source
Open62541.UA_RolePermissionType_clearMethod
UA_RolePermissionType_clear(x::Ptr{UA_RolePermissionType})

deletes the dynamically allocated content of the object x and calls UA_RolePermissionType_init(x) to reset the type and its memory.

source
Open62541.UA_RolePermissionType_copyMethod
UA_RolePermissionType_copy(src::Ptr{UA_RolePermissionType}, dst::Ptr{UA_RolePermissionType})::UA_STATUSCODE
UA_RolePermissionType_copy(src::UA_RolePermissionType, dst::Ptr{UA_RolePermissionType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RolePermissionType_deleteMembersMethod
UA_RolePermissionType_deleteMembers(x::Ptr{UA_RolePermissionType})

(deprecated, use UA_RolePermissionType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_RolePermissionType_init(x) to reset the type and its memory.

source
Open62541.UA_RolePermissionType_newMethod
UA_RolePermissionType_new()::Ptr{UA_RolePermissionType}

creates and initializes ("zeros") a UA_RolePermissionType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_RolePermissionType_delete(x::Ptr{UA_RolePermissionType})

source
Open62541.UA_RsaEncryptedSecret_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_RsaEncryptedSecret_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_RsaEncryptedSecret_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_SByte_clearMethod
Int8_clear(x::Ptr{Int8})

deletes the dynamically allocated content of the object x and calls Int8_init(x) to reset the type and its memory.

source
Open62541.UA_SByte_copyMethod
Int8_copy(src::Ptr{Int8}, dst::Ptr{Int8})::UA_STATUSCODE
Int8_copy(src::Int8, dst::Ptr{Int8})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SByte_deleteMembersMethod
Int8_deleteMembers(x::Ptr{Int8})

(deprecated, use Int8_clear(x) instead) deletes the dynamically allocated content of the object x and calls Int8_init(x) to reset the type and its memory.

source
Open62541.UA_SByte_initMethod
Int8_init(x::Ptr{Int8})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_SByte_newMethod
Int8_new()::Ptr{Int8}

creates and initializes ("zeros") a Int8 object whose memory is allocated by C. After use, it needs to be cleaned up with Int8_delete(x::Ptr{Int8})

source
Open62541.UA_SamplingIntervalDiagnosticsDataType_clearMethod
UA_SamplingIntervalDiagnosticsDataType_clear(x::Ptr{UA_SamplingIntervalDiagnosticsDataType})

deletes the dynamically allocated content of the object x and calls UA_SamplingIntervalDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SamplingIntervalDiagnosticsDataType_copyMethod
UA_SamplingIntervalDiagnosticsDataType_copy(src::Ptr{UA_SamplingIntervalDiagnosticsDataType}, dst::Ptr{UA_SamplingIntervalDiagnosticsDataType})::UA_STATUSCODE
UA_SamplingIntervalDiagnosticsDataType_copy(src::UA_SamplingIntervalDiagnosticsDataType, dst::Ptr{UA_SamplingIntervalDiagnosticsDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SamplingIntervalDiagnosticsDataType_deleteMembersMethod
UA_SamplingIntervalDiagnosticsDataType_deleteMembers(x::Ptr{UA_SamplingIntervalDiagnosticsDataType})

(deprecated, use UA_SamplingIntervalDiagnosticsDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SamplingIntervalDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SamplingIntervalDiagnosticsDataType_newMethod
UA_SamplingIntervalDiagnosticsDataType_new()::Ptr{UA_SamplingIntervalDiagnosticsDataType}

creates and initializes ("zeros") a UA_SamplingIntervalDiagnosticsDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SamplingIntervalDiagnosticsDataType_delete(x::Ptr{UA_SamplingIntervalDiagnosticsDataType})

source
Open62541.UA_SecurityGroupDataType_clearMethod
UA_SecurityGroupDataType_clear(x::Ptr{UA_SecurityGroupDataType})

deletes the dynamically allocated content of the object x and calls UA_SecurityGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SecurityGroupDataType_copyMethod
UA_SecurityGroupDataType_copy(src::Ptr{UA_SecurityGroupDataType}, dst::Ptr{UA_SecurityGroupDataType})::UA_STATUSCODE
UA_SecurityGroupDataType_copy(src::UA_SecurityGroupDataType, dst::Ptr{UA_SecurityGroupDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SecurityGroupDataType_deleteMembersMethod
UA_SecurityGroupDataType_deleteMembers(x::Ptr{UA_SecurityGroupDataType})

(deprecated, use UA_SecurityGroupDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SecurityGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SecurityGroupDataType_newMethod
UA_SecurityGroupDataType_new()::Ptr{UA_SecurityGroupDataType}

creates and initializes ("zeros") a UA_SecurityGroupDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SecurityGroupDataType_delete(x::Ptr{UA_SecurityGroupDataType})

source
Open62541.UA_SecurityTokenRequestType_clearMethod
UA_SecurityTokenRequestType_clear(x::Ptr{UA_SecurityTokenRequestType})

deletes the dynamically allocated content of the object x and calls UA_SecurityTokenRequestType_init(x) to reset the type and its memory.

source
Open62541.UA_SecurityTokenRequestType_copyMethod
UA_SecurityTokenRequestType_copy(src::Ptr{UA_SecurityTokenRequestType}, dst::Ptr{UA_SecurityTokenRequestType})::UA_STATUSCODE
UA_SecurityTokenRequestType_copy(src::UA_SecurityTokenRequestType, dst::Ptr{UA_SecurityTokenRequestType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SecurityTokenRequestType_deleteMembersMethod
UA_SecurityTokenRequestType_deleteMembers(x::Ptr{UA_SecurityTokenRequestType})

(deprecated, use UA_SecurityTokenRequestType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SecurityTokenRequestType_init(x) to reset the type and its memory.

source
Open62541.UA_SecurityTokenRequestType_newMethod
UA_SecurityTokenRequestType_new()::Ptr{UA_SecurityTokenRequestType}

creates and initializes ("zeros") a UA_SecurityTokenRequestType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SecurityTokenRequestType_delete(x::Ptr{UA_SecurityTokenRequestType})

source
Open62541.UA_SemanticChangeStructureDataType_clearMethod
UA_SemanticChangeStructureDataType_clear(x::Ptr{UA_SemanticChangeStructureDataType})

deletes the dynamically allocated content of the object x and calls UA_SemanticChangeStructureDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SemanticChangeStructureDataType_copyMethod
UA_SemanticChangeStructureDataType_copy(src::Ptr{UA_SemanticChangeStructureDataType}, dst::Ptr{UA_SemanticChangeStructureDataType})::UA_STATUSCODE
UA_SemanticChangeStructureDataType_copy(src::UA_SemanticChangeStructureDataType, dst::Ptr{UA_SemanticChangeStructureDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SemanticChangeStructureDataType_deleteMembersMethod
UA_SemanticChangeStructureDataType_deleteMembers(x::Ptr{UA_SemanticChangeStructureDataType})

(deprecated, use UA_SemanticChangeStructureDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SemanticChangeStructureDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SemanticChangeStructureDataType_newMethod
UA_SemanticChangeStructureDataType_new()::Ptr{UA_SemanticChangeStructureDataType}

creates and initializes ("zeros") a UA_SemanticChangeStructureDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SemanticChangeStructureDataType_delete(x::Ptr{UA_SemanticChangeStructureDataType})

source
Open62541.UA_SemanticVersionString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SemanticVersionString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_SemanticVersionString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_ServerDiagnosticsSummaryDataType_clearMethod
UA_ServerDiagnosticsSummaryDataType_clear(x::Ptr{UA_ServerDiagnosticsSummaryDataType})

deletes the dynamically allocated content of the object x and calls UA_ServerDiagnosticsSummaryDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ServerDiagnosticsSummaryDataType_copyMethod
UA_ServerDiagnosticsSummaryDataType_copy(src::Ptr{UA_ServerDiagnosticsSummaryDataType}, dst::Ptr{UA_ServerDiagnosticsSummaryDataType})::UA_STATUSCODE
UA_ServerDiagnosticsSummaryDataType_copy(src::UA_ServerDiagnosticsSummaryDataType, dst::Ptr{UA_ServerDiagnosticsSummaryDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ServerDiagnosticsSummaryDataType_deleteMembersMethod
UA_ServerDiagnosticsSummaryDataType_deleteMembers(x::Ptr{UA_ServerDiagnosticsSummaryDataType})

(deprecated, use UA_ServerDiagnosticsSummaryDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ServerDiagnosticsSummaryDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ServerDiagnosticsSummaryDataType_newMethod
UA_ServerDiagnosticsSummaryDataType_new()::Ptr{UA_ServerDiagnosticsSummaryDataType}

creates and initializes ("zeros") a UA_ServerDiagnosticsSummaryDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ServerDiagnosticsSummaryDataType_delete(x::Ptr{UA_ServerDiagnosticsSummaryDataType})

source
Open62541.UA_ServerOnNetwork_clearMethod
UA_ServerOnNetwork_clear(x::Ptr{UA_ServerOnNetwork})

deletes the dynamically allocated content of the object x and calls UA_ServerOnNetwork_init(x) to reset the type and its memory.

source
Open62541.UA_ServerOnNetwork_copyMethod
UA_ServerOnNetwork_copy(src::Ptr{UA_ServerOnNetwork}, dst::Ptr{UA_ServerOnNetwork})::UA_STATUSCODE
UA_ServerOnNetwork_copy(src::UA_ServerOnNetwork, dst::Ptr{UA_ServerOnNetwork})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ServerOnNetwork_deleteMembersMethod
UA_ServerOnNetwork_deleteMembers(x::Ptr{UA_ServerOnNetwork})

(deprecated, use UA_ServerOnNetwork_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ServerOnNetwork_init(x) to reset the type and its memory.

source
Open62541.UA_ServerOnNetwork_newMethod
UA_ServerOnNetwork_new()::Ptr{UA_ServerOnNetwork}

creates and initializes ("zeros") a UA_ServerOnNetwork object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ServerOnNetwork_delete(x::Ptr{UA_ServerOnNetwork})

source
Open62541.UA_ServerState_clearMethod
UA_ServerState_clear(x::Ptr{UA_ServerState})

deletes the dynamically allocated content of the object x and calls UA_ServerState_init(x) to reset the type and its memory.

source
Open62541.UA_ServerState_copyMethod
UA_ServerState_copy(src::Ptr{UA_ServerState}, dst::Ptr{UA_ServerState})::UA_STATUSCODE
UA_ServerState_copy(src::UA_ServerState, dst::Ptr{UA_ServerState})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ServerState_deleteMembersMethod
UA_ServerState_deleteMembers(x::Ptr{UA_ServerState})

(deprecated, use UA_ServerState_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ServerState_init(x) to reset the type and its memory.

source
Open62541.UA_ServerState_newMethod
UA_ServerState_new()::Ptr{UA_ServerState}

creates and initializes ("zeros") a UA_ServerState object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ServerState_delete(x::Ptr{UA_ServerState})

source
Open62541.UA_ServerStatusDataType_clearMethod
UA_ServerStatusDataType_clear(x::Ptr{UA_ServerStatusDataType})

deletes the dynamically allocated content of the object x and calls UA_ServerStatusDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ServerStatusDataType_copyMethod
UA_ServerStatusDataType_copy(src::Ptr{UA_ServerStatusDataType}, dst::Ptr{UA_ServerStatusDataType})::UA_STATUSCODE
UA_ServerStatusDataType_copy(src::UA_ServerStatusDataType, dst::Ptr{UA_ServerStatusDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ServerStatusDataType_deleteMembersMethod
UA_ServerStatusDataType_deleteMembers(x::Ptr{UA_ServerStatusDataType})

(deprecated, use UA_ServerStatusDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ServerStatusDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ServerStatusDataType_newMethod
UA_ServerStatusDataType_new()::Ptr{UA_ServerStatusDataType}

creates and initializes ("zeros") a UA_ServerStatusDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ServerStatusDataType_delete(x::Ptr{UA_ServerStatusDataType})

source
Open62541.UA_ServiceCounterDataType_clearMethod
UA_ServiceCounterDataType_clear(x::Ptr{UA_ServiceCounterDataType})

deletes the dynamically allocated content of the object x and calls UA_ServiceCounterDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ServiceCounterDataType_copyMethod
UA_ServiceCounterDataType_copy(src::Ptr{UA_ServiceCounterDataType}, dst::Ptr{UA_ServiceCounterDataType})::UA_STATUSCODE
UA_ServiceCounterDataType_copy(src::UA_ServiceCounterDataType, dst::Ptr{UA_ServiceCounterDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ServiceCounterDataType_deleteMembersMethod
UA_ServiceCounterDataType_deleteMembers(x::Ptr{UA_ServiceCounterDataType})

(deprecated, use UA_ServiceCounterDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ServiceCounterDataType_init(x) to reset the type and its memory.

source
Open62541.UA_ServiceCounterDataType_newMethod
UA_ServiceCounterDataType_new()::Ptr{UA_ServiceCounterDataType}

creates and initializes ("zeros") a UA_ServiceCounterDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ServiceCounterDataType_delete(x::Ptr{UA_ServiceCounterDataType})

source
Open62541.UA_ServiceFault_clearMethod
UA_ServiceFault_clear(x::Ptr{UA_ServiceFault})

deletes the dynamically allocated content of the object x and calls UA_ServiceFault_init(x) to reset the type and its memory.

source
Open62541.UA_ServiceFault_copyMethod
UA_ServiceFault_copy(src::Ptr{UA_ServiceFault}, dst::Ptr{UA_ServiceFault})::UA_STATUSCODE
UA_ServiceFault_copy(src::UA_ServiceFault, dst::Ptr{UA_ServiceFault})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ServiceFault_deleteMembersMethod
UA_ServiceFault_deleteMembers(x::Ptr{UA_ServiceFault})

(deprecated, use UA_ServiceFault_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ServiceFault_init(x) to reset the type and its memory.

source
Open62541.UA_ServiceFault_newMethod
UA_ServiceFault_new()::Ptr{UA_ServiceFault}

creates and initializes ("zeros") a UA_ServiceFault object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ServiceFault_delete(x::Ptr{UA_ServiceFault})

source
Open62541.UA_SessionAuthenticationToken_copyMethod
UA_NodeId_copy(src::Ptr{UA_NodeId}, dst::Ptr{UA_NodeId})::UA_STATUSCODE
UA_NodeId_copy(src::UA_NodeId, dst::Ptr{UA_NodeId})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SessionAuthenticationToken_newMethod
UA_NodeId_new()::Ptr{UA_NodeId}

creates and initializes ("zeros") a UA_NodeId object whose memory is allocated by C. After use, it needs to be cleaned up with UA_NodeId_delete(x::Ptr{UA_NodeId})

source
Open62541.UA_SessionDiagnosticsDataType_clearMethod
UA_SessionDiagnosticsDataType_clear(x::Ptr{UA_SessionDiagnosticsDataType})

deletes the dynamically allocated content of the object x and calls UA_SessionDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionDiagnosticsDataType_copyMethod
UA_SessionDiagnosticsDataType_copy(src::Ptr{UA_SessionDiagnosticsDataType}, dst::Ptr{UA_SessionDiagnosticsDataType})::UA_STATUSCODE
UA_SessionDiagnosticsDataType_copy(src::UA_SessionDiagnosticsDataType, dst::Ptr{UA_SessionDiagnosticsDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SessionDiagnosticsDataType_deleteMembersMethod
UA_SessionDiagnosticsDataType_deleteMembers(x::Ptr{UA_SessionDiagnosticsDataType})

(deprecated, use UA_SessionDiagnosticsDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SessionDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionDiagnosticsDataType_newMethod
UA_SessionDiagnosticsDataType_new()::Ptr{UA_SessionDiagnosticsDataType}

creates and initializes ("zeros") a UA_SessionDiagnosticsDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SessionDiagnosticsDataType_delete(x::Ptr{UA_SessionDiagnosticsDataType})

source
Open62541.UA_SessionSecurityDiagnosticsDataType_clearMethod
UA_SessionSecurityDiagnosticsDataType_clear(x::Ptr{UA_SessionSecurityDiagnosticsDataType})

deletes the dynamically allocated content of the object x and calls UA_SessionSecurityDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionSecurityDiagnosticsDataType_copyMethod
UA_SessionSecurityDiagnosticsDataType_copy(src::Ptr{UA_SessionSecurityDiagnosticsDataType}, dst::Ptr{UA_SessionSecurityDiagnosticsDataType})::UA_STATUSCODE
UA_SessionSecurityDiagnosticsDataType_copy(src::UA_SessionSecurityDiagnosticsDataType, dst::Ptr{UA_SessionSecurityDiagnosticsDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SessionSecurityDiagnosticsDataType_deleteMembersMethod
UA_SessionSecurityDiagnosticsDataType_deleteMembers(x::Ptr{UA_SessionSecurityDiagnosticsDataType})

(deprecated, use UA_SessionSecurityDiagnosticsDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SessionSecurityDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionSecurityDiagnosticsDataType_newMethod
UA_SessionSecurityDiagnosticsDataType_new()::Ptr{UA_SessionSecurityDiagnosticsDataType}

creates and initializes ("zeros") a UA_SessionSecurityDiagnosticsDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SessionSecurityDiagnosticsDataType_delete(x::Ptr{UA_SessionSecurityDiagnosticsDataType})

source
Open62541.UA_SessionlessInvokeRequestType_clearMethod
UA_SessionlessInvokeRequestType_clear(x::Ptr{UA_SessionlessInvokeRequestType})

deletes the dynamically allocated content of the object x and calls UA_SessionlessInvokeRequestType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionlessInvokeRequestType_copyMethod
UA_SessionlessInvokeRequestType_copy(src::Ptr{UA_SessionlessInvokeRequestType}, dst::Ptr{UA_SessionlessInvokeRequestType})::UA_STATUSCODE
UA_SessionlessInvokeRequestType_copy(src::UA_SessionlessInvokeRequestType, dst::Ptr{UA_SessionlessInvokeRequestType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SessionlessInvokeRequestType_deleteMembersMethod
UA_SessionlessInvokeRequestType_deleteMembers(x::Ptr{UA_SessionlessInvokeRequestType})

(deprecated, use UA_SessionlessInvokeRequestType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SessionlessInvokeRequestType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionlessInvokeRequestType_newMethod
UA_SessionlessInvokeRequestType_new()::Ptr{UA_SessionlessInvokeRequestType}

creates and initializes ("zeros") a UA_SessionlessInvokeRequestType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SessionlessInvokeRequestType_delete(x::Ptr{UA_SessionlessInvokeRequestType})

source
Open62541.UA_SessionlessInvokeResponseType_clearMethod
UA_SessionlessInvokeResponseType_clear(x::Ptr{UA_SessionlessInvokeResponseType})

deletes the dynamically allocated content of the object x and calls UA_SessionlessInvokeResponseType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionlessInvokeResponseType_copyMethod
UA_SessionlessInvokeResponseType_copy(src::Ptr{UA_SessionlessInvokeResponseType}, dst::Ptr{UA_SessionlessInvokeResponseType})::UA_STATUSCODE
UA_SessionlessInvokeResponseType_copy(src::UA_SessionlessInvokeResponseType, dst::Ptr{UA_SessionlessInvokeResponseType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SessionlessInvokeResponseType_deleteMembersMethod
UA_SessionlessInvokeResponseType_deleteMembers(x::Ptr{UA_SessionlessInvokeResponseType})

(deprecated, use UA_SessionlessInvokeResponseType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SessionlessInvokeResponseType_init(x) to reset the type and its memory.

source
Open62541.UA_SessionlessInvokeResponseType_newMethod
UA_SessionlessInvokeResponseType_new()::Ptr{UA_SessionlessInvokeResponseType}

creates and initializes ("zeros") a UA_SessionlessInvokeResponseType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SessionlessInvokeResponseType_delete(x::Ptr{UA_SessionlessInvokeResponseType})

source
Open62541.UA_SetMonitoringModeRequest_clearMethod
UA_SetMonitoringModeRequest_clear(x::Ptr{UA_SetMonitoringModeRequest})

deletes the dynamically allocated content of the object x and calls UA_SetMonitoringModeRequest_init(x) to reset the type and its memory.

source
Open62541.UA_SetMonitoringModeRequest_copyMethod
UA_SetMonitoringModeRequest_copy(src::Ptr{UA_SetMonitoringModeRequest}, dst::Ptr{UA_SetMonitoringModeRequest})::UA_STATUSCODE
UA_SetMonitoringModeRequest_copy(src::UA_SetMonitoringModeRequest, dst::Ptr{UA_SetMonitoringModeRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SetMonitoringModeRequest_deleteMembersMethod
UA_SetMonitoringModeRequest_deleteMembers(x::Ptr{UA_SetMonitoringModeRequest})

(deprecated, use UA_SetMonitoringModeRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SetMonitoringModeRequest_init(x) to reset the type and its memory.

source
Open62541.UA_SetMonitoringModeRequest_newMethod
UA_SetMonitoringModeRequest_new()::Ptr{UA_SetMonitoringModeRequest}

creates and initializes ("zeros") a UA_SetMonitoringModeRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SetMonitoringModeRequest_delete(x::Ptr{UA_SetMonitoringModeRequest})

source
Open62541.UA_SetMonitoringModeResponse_clearMethod
UA_SetMonitoringModeResponse_clear(x::Ptr{UA_SetMonitoringModeResponse})

deletes the dynamically allocated content of the object x and calls UA_SetMonitoringModeResponse_init(x) to reset the type and its memory.

source
Open62541.UA_SetMonitoringModeResponse_copyMethod
UA_SetMonitoringModeResponse_copy(src::Ptr{UA_SetMonitoringModeResponse}, dst::Ptr{UA_SetMonitoringModeResponse})::UA_STATUSCODE
UA_SetMonitoringModeResponse_copy(src::UA_SetMonitoringModeResponse, dst::Ptr{UA_SetMonitoringModeResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SetMonitoringModeResponse_deleteMembersMethod
UA_SetMonitoringModeResponse_deleteMembers(x::Ptr{UA_SetMonitoringModeResponse})

(deprecated, use UA_SetMonitoringModeResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SetMonitoringModeResponse_init(x) to reset the type and its memory.

source
Open62541.UA_SetMonitoringModeResponse_newMethod
UA_SetMonitoringModeResponse_new()::Ptr{UA_SetMonitoringModeResponse}

creates and initializes ("zeros") a UA_SetMonitoringModeResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SetMonitoringModeResponse_delete(x::Ptr{UA_SetMonitoringModeResponse})

source
Open62541.UA_SetPublishingModeRequest_clearMethod
UA_SetPublishingModeRequest_clear(x::Ptr{UA_SetPublishingModeRequest})

deletes the dynamically allocated content of the object x and calls UA_SetPublishingModeRequest_init(x) to reset the type and its memory.

source
Open62541.UA_SetPublishingModeRequest_copyMethod
UA_SetPublishingModeRequest_copy(src::Ptr{UA_SetPublishingModeRequest}, dst::Ptr{UA_SetPublishingModeRequest})::UA_STATUSCODE
UA_SetPublishingModeRequest_copy(src::UA_SetPublishingModeRequest, dst::Ptr{UA_SetPublishingModeRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SetPublishingModeRequest_deleteMembersMethod
UA_SetPublishingModeRequest_deleteMembers(x::Ptr{UA_SetPublishingModeRequest})

(deprecated, use UA_SetPublishingModeRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SetPublishingModeRequest_init(x) to reset the type and its memory.

source
Open62541.UA_SetPublishingModeRequest_newMethod
UA_SetPublishingModeRequest_new()::Ptr{UA_SetPublishingModeRequest}

creates and initializes ("zeros") a UA_SetPublishingModeRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SetPublishingModeRequest_delete(x::Ptr{UA_SetPublishingModeRequest})

source
Open62541.UA_SetPublishingModeResponse_clearMethod
UA_SetPublishingModeResponse_clear(x::Ptr{UA_SetPublishingModeResponse})

deletes the dynamically allocated content of the object x and calls UA_SetPublishingModeResponse_init(x) to reset the type and its memory.

source
Open62541.UA_SetPublishingModeResponse_copyMethod
UA_SetPublishingModeResponse_copy(src::Ptr{UA_SetPublishingModeResponse}, dst::Ptr{UA_SetPublishingModeResponse})::UA_STATUSCODE
UA_SetPublishingModeResponse_copy(src::UA_SetPublishingModeResponse, dst::Ptr{UA_SetPublishingModeResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SetPublishingModeResponse_deleteMembersMethod
UA_SetPublishingModeResponse_deleteMembers(x::Ptr{UA_SetPublishingModeResponse})

(deprecated, use UA_SetPublishingModeResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SetPublishingModeResponse_init(x) to reset the type and its memory.

source
Open62541.UA_SetPublishingModeResponse_newMethod
UA_SetPublishingModeResponse_new()::Ptr{UA_SetPublishingModeResponse}

creates and initializes ("zeros") a UA_SetPublishingModeResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SetPublishingModeResponse_delete(x::Ptr{UA_SetPublishingModeResponse})

source
Open62541.UA_SetTriggeringRequest_clearMethod
UA_SetTriggeringRequest_clear(x::Ptr{UA_SetTriggeringRequest})

deletes the dynamically allocated content of the object x and calls UA_SetTriggeringRequest_init(x) to reset the type and its memory.

source
Open62541.UA_SetTriggeringRequest_copyMethod
UA_SetTriggeringRequest_copy(src::Ptr{UA_SetTriggeringRequest}, dst::Ptr{UA_SetTriggeringRequest})::UA_STATUSCODE
UA_SetTriggeringRequest_copy(src::UA_SetTriggeringRequest, dst::Ptr{UA_SetTriggeringRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SetTriggeringRequest_deleteMembersMethod
UA_SetTriggeringRequest_deleteMembers(x::Ptr{UA_SetTriggeringRequest})

(deprecated, use UA_SetTriggeringRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SetTriggeringRequest_init(x) to reset the type and its memory.

source
Open62541.UA_SetTriggeringRequest_newMethod
UA_SetTriggeringRequest_new()::Ptr{UA_SetTriggeringRequest}

creates and initializes ("zeros") a UA_SetTriggeringRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SetTriggeringRequest_delete(x::Ptr{UA_SetTriggeringRequest})

source
Open62541.UA_SetTriggeringResponse_clearMethod
UA_SetTriggeringResponse_clear(x::Ptr{UA_SetTriggeringResponse})

deletes the dynamically allocated content of the object x and calls UA_SetTriggeringResponse_init(x) to reset the type and its memory.

source
Open62541.UA_SetTriggeringResponse_copyMethod
UA_SetTriggeringResponse_copy(src::Ptr{UA_SetTriggeringResponse}, dst::Ptr{UA_SetTriggeringResponse})::UA_STATUSCODE
UA_SetTriggeringResponse_copy(src::UA_SetTriggeringResponse, dst::Ptr{UA_SetTriggeringResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SetTriggeringResponse_deleteMembersMethod
UA_SetTriggeringResponse_deleteMembers(x::Ptr{UA_SetTriggeringResponse})

(deprecated, use UA_SetTriggeringResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SetTriggeringResponse_init(x) to reset the type and its memory.

source
Open62541.UA_SetTriggeringResponse_newMethod
UA_SetTriggeringResponse_new()::Ptr{UA_SetTriggeringResponse}

creates and initializes ("zeros") a UA_SetTriggeringResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SetTriggeringResponse_delete(x::Ptr{UA_SetTriggeringResponse})

source
Open62541.UA_SignatureData_clearMethod
UA_SignatureData_clear(x::Ptr{UA_SignatureData})

deletes the dynamically allocated content of the object x and calls UA_SignatureData_init(x) to reset the type and its memory.

source
Open62541.UA_SignatureData_copyMethod
UA_SignatureData_copy(src::Ptr{UA_SignatureData}, dst::Ptr{UA_SignatureData})::UA_STATUSCODE
UA_SignatureData_copy(src::UA_SignatureData, dst::Ptr{UA_SignatureData})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SignatureData_deleteMembersMethod
UA_SignatureData_deleteMembers(x::Ptr{UA_SignatureData})

(deprecated, use UA_SignatureData_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SignatureData_init(x) to reset the type and its memory.

source
Open62541.UA_SignatureData_newMethod
UA_SignatureData_new()::Ptr{UA_SignatureData}

creates and initializes ("zeros") a UA_SignatureData object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SignatureData_delete(x::Ptr{UA_SignatureData})

source
Open62541.UA_SignedSoftwareCertificate_clearMethod
UA_SignedSoftwareCertificate_clear(x::Ptr{UA_SignedSoftwareCertificate})

deletes the dynamically allocated content of the object x and calls UA_SignedSoftwareCertificate_init(x) to reset the type and its memory.

source
Open62541.UA_SignedSoftwareCertificate_copyMethod
UA_SignedSoftwareCertificate_copy(src::Ptr{UA_SignedSoftwareCertificate}, dst::Ptr{UA_SignedSoftwareCertificate})::UA_STATUSCODE
UA_SignedSoftwareCertificate_copy(src::UA_SignedSoftwareCertificate, dst::Ptr{UA_SignedSoftwareCertificate})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SignedSoftwareCertificate_deleteMembersMethod
UA_SignedSoftwareCertificate_deleteMembers(x::Ptr{UA_SignedSoftwareCertificate})

(deprecated, use UA_SignedSoftwareCertificate_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SignedSoftwareCertificate_init(x) to reset the type and its memory.

source
Open62541.UA_SignedSoftwareCertificate_newMethod
UA_SignedSoftwareCertificate_new()::Ptr{UA_SignedSoftwareCertificate}

creates and initializes ("zeros") a UA_SignedSoftwareCertificate object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SignedSoftwareCertificate_delete(x::Ptr{UA_SignedSoftwareCertificate})

source
Open62541.UA_SimpleAttributeOperand_clearMethod
UA_SimpleAttributeOperand_clear(x::Ptr{UA_SimpleAttributeOperand})

deletes the dynamically allocated content of the object x and calls UA_SimpleAttributeOperand_init(x) to reset the type and its memory.

source
Open62541.UA_SimpleAttributeOperand_copyMethod
UA_SimpleAttributeOperand_copy(src::Ptr{UA_SimpleAttributeOperand}, dst::Ptr{UA_SimpleAttributeOperand})::UA_STATUSCODE
UA_SimpleAttributeOperand_copy(src::UA_SimpleAttributeOperand, dst::Ptr{UA_SimpleAttributeOperand})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SimpleAttributeOperand_deleteMembersMethod
UA_SimpleAttributeOperand_deleteMembers(x::Ptr{UA_SimpleAttributeOperand})

(deprecated, use UA_SimpleAttributeOperand_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SimpleAttributeOperand_init(x) to reset the type and its memory.

source
Open62541.UA_SimpleAttributeOperand_newMethod
UA_SimpleAttributeOperand_new()::Ptr{UA_SimpleAttributeOperand}

creates and initializes ("zeros") a UA_SimpleAttributeOperand object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SimpleAttributeOperand_delete(x::Ptr{UA_SimpleAttributeOperand})

source
Open62541.UA_SimpleTypeDescription_clearMethod
UA_SimpleTypeDescription_clear(x::Ptr{UA_SimpleTypeDescription})

deletes the dynamically allocated content of the object x and calls UA_SimpleTypeDescription_init(x) to reset the type and its memory.

source
Open62541.UA_SimpleTypeDescription_copyMethod
UA_SimpleTypeDescription_copy(src::Ptr{UA_SimpleTypeDescription}, dst::Ptr{UA_SimpleTypeDescription})::UA_STATUSCODE
UA_SimpleTypeDescription_copy(src::UA_SimpleTypeDescription, dst::Ptr{UA_SimpleTypeDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SimpleTypeDescription_deleteMembersMethod
UA_SimpleTypeDescription_deleteMembers(x::Ptr{UA_SimpleTypeDescription})

(deprecated, use UA_SimpleTypeDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SimpleTypeDescription_init(x) to reset the type and its memory.

source
Open62541.UA_SimpleTypeDescription_newMethod
UA_SimpleTypeDescription_new()::Ptr{UA_SimpleTypeDescription}

creates and initializes ("zeros") a UA_SimpleTypeDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SimpleTypeDescription_delete(x::Ptr{UA_SimpleTypeDescription})

source
Open62541.UA_StandaloneSubscribedDataSetDataType_clearMethod
UA_StandaloneSubscribedDataSetDataType_clear(x::Ptr{UA_StandaloneSubscribedDataSetDataType})

deletes the dynamically allocated content of the object x and calls UA_StandaloneSubscribedDataSetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_StandaloneSubscribedDataSetDataType_copyMethod
UA_StandaloneSubscribedDataSetDataType_copy(src::Ptr{UA_StandaloneSubscribedDataSetDataType}, dst::Ptr{UA_StandaloneSubscribedDataSetDataType})::UA_STATUSCODE
UA_StandaloneSubscribedDataSetDataType_copy(src::UA_StandaloneSubscribedDataSetDataType, dst::Ptr{UA_StandaloneSubscribedDataSetDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StandaloneSubscribedDataSetDataType_deleteMembersMethod
UA_StandaloneSubscribedDataSetDataType_deleteMembers(x::Ptr{UA_StandaloneSubscribedDataSetDataType})

(deprecated, use UA_StandaloneSubscribedDataSetDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StandaloneSubscribedDataSetDataType_init(x) to reset the type and its memory.

source
Open62541.UA_StandaloneSubscribedDataSetDataType_newMethod
UA_StandaloneSubscribedDataSetDataType_new()::Ptr{UA_StandaloneSubscribedDataSetDataType}

creates and initializes ("zeros") a UA_StandaloneSubscribedDataSetDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StandaloneSubscribedDataSetDataType_delete(x::Ptr{UA_StandaloneSubscribedDataSetDataType})

source
Open62541.UA_StandaloneSubscribedDataSetRefDataType_clearMethod
UA_StandaloneSubscribedDataSetRefDataType_clear(x::Ptr{UA_StandaloneSubscribedDataSetRefDataType})

deletes the dynamically allocated content of the object x and calls UA_StandaloneSubscribedDataSetRefDataType_init(x) to reset the type and its memory.

source
Open62541.UA_StandaloneSubscribedDataSetRefDataType_copyMethod
UA_StandaloneSubscribedDataSetRefDataType_copy(src::Ptr{UA_StandaloneSubscribedDataSetRefDataType}, dst::Ptr{UA_StandaloneSubscribedDataSetRefDataType})::UA_STATUSCODE
UA_StandaloneSubscribedDataSetRefDataType_copy(src::UA_StandaloneSubscribedDataSetRefDataType, dst::Ptr{UA_StandaloneSubscribedDataSetRefDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StandaloneSubscribedDataSetRefDataType_deleteMembersMethod
UA_StandaloneSubscribedDataSetRefDataType_deleteMembers(x::Ptr{UA_StandaloneSubscribedDataSetRefDataType})

(deprecated, use UA_StandaloneSubscribedDataSetRefDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StandaloneSubscribedDataSetRefDataType_init(x) to reset the type and its memory.

source
Open62541.UA_StandaloneSubscribedDataSetRefDataType_newMethod
UA_StandaloneSubscribedDataSetRefDataType_new()::Ptr{UA_StandaloneSubscribedDataSetRefDataType}

creates and initializes ("zeros") a UA_StandaloneSubscribedDataSetRefDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StandaloneSubscribedDataSetRefDataType_delete(x::Ptr{UA_StandaloneSubscribedDataSetRefDataType})

source
Open62541.UA_StatusChangeNotification_clearMethod
UA_StatusChangeNotification_clear(x::Ptr{UA_StatusChangeNotification})

deletes the dynamically allocated content of the object x and calls UA_StatusChangeNotification_init(x) to reset the type and its memory.

source
Open62541.UA_StatusChangeNotification_copyMethod
UA_StatusChangeNotification_copy(src::Ptr{UA_StatusChangeNotification}, dst::Ptr{UA_StatusChangeNotification})::UA_STATUSCODE
UA_StatusChangeNotification_copy(src::UA_StatusChangeNotification, dst::Ptr{UA_StatusChangeNotification})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StatusChangeNotification_deleteMembersMethod
UA_StatusChangeNotification_deleteMembers(x::Ptr{UA_StatusChangeNotification})

(deprecated, use UA_StatusChangeNotification_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StatusChangeNotification_init(x) to reset the type and its memory.

source
Open62541.UA_StatusChangeNotification_newMethod
UA_StatusChangeNotification_new()::Ptr{UA_StatusChangeNotification}

creates and initializes ("zeros") a UA_StatusChangeNotification object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StatusChangeNotification_delete(x::Ptr{UA_StatusChangeNotification})

source
Open62541.UA_StatusCode_clearMethod
UInt32_clear(x::Ptr{UInt32})

deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_StatusCode_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StatusCode_deleteMembersMethod
UInt32_deleteMembers(x::Ptr{UInt32})

(deprecated, use UInt32_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_StatusCode_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_StatusResult_clearMethod
UA_StatusResult_clear(x::Ptr{UA_StatusResult})

deletes the dynamically allocated content of the object x and calls UA_StatusResult_init(x) to reset the type and its memory.

source
Open62541.UA_StatusResult_copyMethod
UA_StatusResult_copy(src::Ptr{UA_StatusResult}, dst::Ptr{UA_StatusResult})::UA_STATUSCODE
UA_StatusResult_copy(src::UA_StatusResult, dst::Ptr{UA_StatusResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StatusResult_deleteMembersMethod
UA_StatusResult_deleteMembers(x::Ptr{UA_StatusResult})

(deprecated, use UA_StatusResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StatusResult_init(x) to reset the type and its memory.

source
Open62541.UA_StatusResult_newMethod
UA_StatusResult_new()::Ptr{UA_StatusResult}

creates and initializes ("zeros") a UA_StatusResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StatusResult_delete(x::Ptr{UA_StatusResult})

source
Open62541.UA_String_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_String_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_String_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_String_initMethod
UA_String_init(x::Ptr{UA_String})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_String_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_StructureDefinition_clearMethod
UA_StructureDefinition_clear(x::Ptr{UA_StructureDefinition})

deletes the dynamically allocated content of the object x and calls UA_StructureDefinition_init(x) to reset the type and its memory.

source
Open62541.UA_StructureDefinition_copyMethod
UA_StructureDefinition_copy(src::Ptr{UA_StructureDefinition}, dst::Ptr{UA_StructureDefinition})::UA_STATUSCODE
UA_StructureDefinition_copy(src::UA_StructureDefinition, dst::Ptr{UA_StructureDefinition})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StructureDefinition_deleteMembersMethod
UA_StructureDefinition_deleteMembers(x::Ptr{UA_StructureDefinition})

(deprecated, use UA_StructureDefinition_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StructureDefinition_init(x) to reset the type and its memory.

source
Open62541.UA_StructureDefinition_newMethod
UA_StructureDefinition_new()::Ptr{UA_StructureDefinition}

creates and initializes ("zeros") a UA_StructureDefinition object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StructureDefinition_delete(x::Ptr{UA_StructureDefinition})

source
Open62541.UA_StructureDescription_clearMethod
UA_StructureDescription_clear(x::Ptr{UA_StructureDescription})

deletes the dynamically allocated content of the object x and calls UA_StructureDescription_init(x) to reset the type and its memory.

source
Open62541.UA_StructureDescription_copyMethod
UA_StructureDescription_copy(src::Ptr{UA_StructureDescription}, dst::Ptr{UA_StructureDescription})::UA_STATUSCODE
UA_StructureDescription_copy(src::UA_StructureDescription, dst::Ptr{UA_StructureDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StructureDescription_deleteMembersMethod
UA_StructureDescription_deleteMembers(x::Ptr{UA_StructureDescription})

(deprecated, use UA_StructureDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StructureDescription_init(x) to reset the type and its memory.

source
Open62541.UA_StructureDescription_newMethod
UA_StructureDescription_new()::Ptr{UA_StructureDescription}

creates and initializes ("zeros") a UA_StructureDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StructureDescription_delete(x::Ptr{UA_StructureDescription})

source
Open62541.UA_StructureField_clearMethod
UA_StructureField_clear(x::Ptr{UA_StructureField})

deletes the dynamically allocated content of the object x and calls UA_StructureField_init(x) to reset the type and its memory.

source
Open62541.UA_StructureField_copyMethod
UA_StructureField_copy(src::Ptr{UA_StructureField}, dst::Ptr{UA_StructureField})::UA_STATUSCODE
UA_StructureField_copy(src::UA_StructureField, dst::Ptr{UA_StructureField})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StructureField_deleteMembersMethod
UA_StructureField_deleteMembers(x::Ptr{UA_StructureField})

(deprecated, use UA_StructureField_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StructureField_init(x) to reset the type and its memory.

source
Open62541.UA_StructureField_newMethod
UA_StructureField_new()::Ptr{UA_StructureField}

creates and initializes ("zeros") a UA_StructureField object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StructureField_delete(x::Ptr{UA_StructureField})

source
Open62541.UA_StructureType_clearMethod
UA_StructureType_clear(x::Ptr{UA_StructureType})

deletes the dynamically allocated content of the object x and calls UA_StructureType_init(x) to reset the type and its memory.

source
Open62541.UA_StructureType_copyMethod
UA_StructureType_copy(src::Ptr{UA_StructureType}, dst::Ptr{UA_StructureType})::UA_STATUSCODE
UA_StructureType_copy(src::UA_StructureType, dst::Ptr{UA_StructureType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_StructureType_deleteMembersMethod
UA_StructureType_deleteMembers(x::Ptr{UA_StructureType})

(deprecated, use UA_StructureType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_StructureType_init(x) to reset the type and its memory.

source
Open62541.UA_StructureType_newMethod
UA_StructureType_new()::Ptr{UA_StructureType}

creates and initializes ("zeros") a UA_StructureType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_StructureType_delete(x::Ptr{UA_StructureType})

source
Open62541.UA_SubscribedDataSetMirrorDataType_clearMethod
UA_SubscribedDataSetMirrorDataType_clear(x::Ptr{UA_SubscribedDataSetMirrorDataType})

deletes the dynamically allocated content of the object x and calls UA_SubscribedDataSetMirrorDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SubscribedDataSetMirrorDataType_copyMethod
UA_SubscribedDataSetMirrorDataType_copy(src::Ptr{UA_SubscribedDataSetMirrorDataType}, dst::Ptr{UA_SubscribedDataSetMirrorDataType})::UA_STATUSCODE
UA_SubscribedDataSetMirrorDataType_copy(src::UA_SubscribedDataSetMirrorDataType, dst::Ptr{UA_SubscribedDataSetMirrorDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SubscribedDataSetMirrorDataType_deleteMembersMethod
UA_SubscribedDataSetMirrorDataType_deleteMembers(x::Ptr{UA_SubscribedDataSetMirrorDataType})

(deprecated, use UA_SubscribedDataSetMirrorDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SubscribedDataSetMirrorDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SubscribedDataSetMirrorDataType_newMethod
UA_SubscribedDataSetMirrorDataType_new()::Ptr{UA_SubscribedDataSetMirrorDataType}

creates and initializes ("zeros") a UA_SubscribedDataSetMirrorDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SubscribedDataSetMirrorDataType_delete(x::Ptr{UA_SubscribedDataSetMirrorDataType})

source
Open62541.UA_SubscriptionAcknowledgement_clearMethod
UA_SubscriptionAcknowledgement_clear(x::Ptr{UA_SubscriptionAcknowledgement})

deletes the dynamically allocated content of the object x and calls UA_SubscriptionAcknowledgement_init(x) to reset the type and its memory.

source
Open62541.UA_SubscriptionAcknowledgement_copyMethod
UA_SubscriptionAcknowledgement_copy(src::Ptr{UA_SubscriptionAcknowledgement}, dst::Ptr{UA_SubscriptionAcknowledgement})::UA_STATUSCODE
UA_SubscriptionAcknowledgement_copy(src::UA_SubscriptionAcknowledgement, dst::Ptr{UA_SubscriptionAcknowledgement})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SubscriptionAcknowledgement_deleteMembersMethod
UA_SubscriptionAcknowledgement_deleteMembers(x::Ptr{UA_SubscriptionAcknowledgement})

(deprecated, use UA_SubscriptionAcknowledgement_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SubscriptionAcknowledgement_init(x) to reset the type and its memory.

source
Open62541.UA_SubscriptionAcknowledgement_newMethod
UA_SubscriptionAcknowledgement_new()::Ptr{UA_SubscriptionAcknowledgement}

creates and initializes ("zeros") a UA_SubscriptionAcknowledgement object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SubscriptionAcknowledgement_delete(x::Ptr{UA_SubscriptionAcknowledgement})

source
Open62541.UA_SubscriptionDiagnosticsDataType_clearMethod
UA_SubscriptionDiagnosticsDataType_clear(x::Ptr{UA_SubscriptionDiagnosticsDataType})

deletes the dynamically allocated content of the object x and calls UA_SubscriptionDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SubscriptionDiagnosticsDataType_copyMethod
UA_SubscriptionDiagnosticsDataType_copy(src::Ptr{UA_SubscriptionDiagnosticsDataType}, dst::Ptr{UA_SubscriptionDiagnosticsDataType})::UA_STATUSCODE
UA_SubscriptionDiagnosticsDataType_copy(src::UA_SubscriptionDiagnosticsDataType, dst::Ptr{UA_SubscriptionDiagnosticsDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_SubscriptionDiagnosticsDataType_deleteMembersMethod
UA_SubscriptionDiagnosticsDataType_deleteMembers(x::Ptr{UA_SubscriptionDiagnosticsDataType})

(deprecated, use UA_SubscriptionDiagnosticsDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_SubscriptionDiagnosticsDataType_init(x) to reset the type and its memory.

source
Open62541.UA_SubscriptionDiagnosticsDataType_newMethod
UA_SubscriptionDiagnosticsDataType_new()::Ptr{UA_SubscriptionDiagnosticsDataType}

creates and initializes ("zeros") a UA_SubscriptionDiagnosticsDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_SubscriptionDiagnosticsDataType_delete(x::Ptr{UA_SubscriptionDiagnosticsDataType})

source
Open62541.UA_TargetVariablesDataType_clearMethod
UA_TargetVariablesDataType_clear(x::Ptr{UA_TargetVariablesDataType})

deletes the dynamically allocated content of the object x and calls UA_TargetVariablesDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TargetVariablesDataType_copyMethod
UA_TargetVariablesDataType_copy(src::Ptr{UA_TargetVariablesDataType}, dst::Ptr{UA_TargetVariablesDataType})::UA_STATUSCODE
UA_TargetVariablesDataType_copy(src::UA_TargetVariablesDataType, dst::Ptr{UA_TargetVariablesDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TargetVariablesDataType_deleteMembersMethod
UA_TargetVariablesDataType_deleteMembers(x::Ptr{UA_TargetVariablesDataType})

(deprecated, use UA_TargetVariablesDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TargetVariablesDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TargetVariablesDataType_newMethod
UA_TargetVariablesDataType_new()::Ptr{UA_TargetVariablesDataType}

creates and initializes ("zeros") a UA_TargetVariablesDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TargetVariablesDataType_delete(x::Ptr{UA_TargetVariablesDataType})

source
Open62541.UA_ThreeDCartesianCoordinates_clearMethod
UA_ThreeDCartesianCoordinates_clear(x::Ptr{UA_ThreeDCartesianCoordinates})

deletes the dynamically allocated content of the object x and calls UA_ThreeDCartesianCoordinates_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDCartesianCoordinates_copyMethod
UA_ThreeDCartesianCoordinates_copy(src::Ptr{UA_ThreeDCartesianCoordinates}, dst::Ptr{UA_ThreeDCartesianCoordinates})::UA_STATUSCODE
UA_ThreeDCartesianCoordinates_copy(src::UA_ThreeDCartesianCoordinates, dst::Ptr{UA_ThreeDCartesianCoordinates})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ThreeDCartesianCoordinates_deleteMembersMethod
UA_ThreeDCartesianCoordinates_deleteMembers(x::Ptr{UA_ThreeDCartesianCoordinates})

(deprecated, use UA_ThreeDCartesianCoordinates_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ThreeDCartesianCoordinates_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDCartesianCoordinates_newMethod
UA_ThreeDCartesianCoordinates_new()::Ptr{UA_ThreeDCartesianCoordinates}

creates and initializes ("zeros") a UA_ThreeDCartesianCoordinates object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ThreeDCartesianCoordinates_delete(x::Ptr{UA_ThreeDCartesianCoordinates})

source
Open62541.UA_ThreeDFrame_clearMethod
UA_ThreeDFrame_clear(x::Ptr{UA_ThreeDFrame})

deletes the dynamically allocated content of the object x and calls UA_ThreeDFrame_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDFrame_copyMethod
UA_ThreeDFrame_copy(src::Ptr{UA_ThreeDFrame}, dst::Ptr{UA_ThreeDFrame})::UA_STATUSCODE
UA_ThreeDFrame_copy(src::UA_ThreeDFrame, dst::Ptr{UA_ThreeDFrame})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ThreeDFrame_deleteMembersMethod
UA_ThreeDFrame_deleteMembers(x::Ptr{UA_ThreeDFrame})

(deprecated, use UA_ThreeDFrame_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ThreeDFrame_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDFrame_newMethod
UA_ThreeDFrame_new()::Ptr{UA_ThreeDFrame}

creates and initializes ("zeros") a UA_ThreeDFrame object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ThreeDFrame_delete(x::Ptr{UA_ThreeDFrame})

source
Open62541.UA_ThreeDOrientation_clearMethod
UA_ThreeDOrientation_clear(x::Ptr{UA_ThreeDOrientation})

deletes the dynamically allocated content of the object x and calls UA_ThreeDOrientation_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDOrientation_copyMethod
UA_ThreeDOrientation_copy(src::Ptr{UA_ThreeDOrientation}, dst::Ptr{UA_ThreeDOrientation})::UA_STATUSCODE
UA_ThreeDOrientation_copy(src::UA_ThreeDOrientation, dst::Ptr{UA_ThreeDOrientation})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ThreeDOrientation_deleteMembersMethod
UA_ThreeDOrientation_deleteMembers(x::Ptr{UA_ThreeDOrientation})

(deprecated, use UA_ThreeDOrientation_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ThreeDOrientation_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDOrientation_newMethod
UA_ThreeDOrientation_new()::Ptr{UA_ThreeDOrientation}

creates and initializes ("zeros") a UA_ThreeDOrientation object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ThreeDOrientation_delete(x::Ptr{UA_ThreeDOrientation})

source
Open62541.UA_ThreeDVector_clearMethod
UA_ThreeDVector_clear(x::Ptr{UA_ThreeDVector})

deletes the dynamically allocated content of the object x and calls UA_ThreeDVector_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDVector_copyMethod
UA_ThreeDVector_copy(src::Ptr{UA_ThreeDVector}, dst::Ptr{UA_ThreeDVector})::UA_STATUSCODE
UA_ThreeDVector_copy(src::UA_ThreeDVector, dst::Ptr{UA_ThreeDVector})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ThreeDVector_deleteMembersMethod
UA_ThreeDVector_deleteMembers(x::Ptr{UA_ThreeDVector})

(deprecated, use UA_ThreeDVector_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ThreeDVector_init(x) to reset the type and its memory.

source
Open62541.UA_ThreeDVector_newMethod
UA_ThreeDVector_new()::Ptr{UA_ThreeDVector}

creates and initializes ("zeros") a UA_ThreeDVector object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ThreeDVector_delete(x::Ptr{UA_ThreeDVector})

source
Open62541.UA_TimeString_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_TimeString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TimeString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_TimeString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_TimeZoneDataType_clearMethod
UA_TimeZoneDataType_clear(x::Ptr{UA_TimeZoneDataType})

deletes the dynamically allocated content of the object x and calls UA_TimeZoneDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TimeZoneDataType_copyMethod
UA_TimeZoneDataType_copy(src::Ptr{UA_TimeZoneDataType}, dst::Ptr{UA_TimeZoneDataType})::UA_STATUSCODE
UA_TimeZoneDataType_copy(src::UA_TimeZoneDataType, dst::Ptr{UA_TimeZoneDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TimeZoneDataType_deleteMembersMethod
UA_TimeZoneDataType_deleteMembers(x::Ptr{UA_TimeZoneDataType})

(deprecated, use UA_TimeZoneDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TimeZoneDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TimeZoneDataType_newMethod
UA_TimeZoneDataType_new()::Ptr{UA_TimeZoneDataType}

creates and initializes ("zeros") a UA_TimeZoneDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TimeZoneDataType_delete(x::Ptr{UA_TimeZoneDataType})

source
Open62541.UA_TimestampsToReturn_clearMethod
UA_TimestampsToReturn_clear(x::Ptr{UA_TimestampsToReturn})

deletes the dynamically allocated content of the object x and calls UA_TimestampsToReturn_init(x) to reset the type and its memory.

source
Open62541.UA_TimestampsToReturn_copyMethod
UA_TimestampsToReturn_copy(src::Ptr{UA_TimestampsToReturn}, dst::Ptr{UA_TimestampsToReturn})::UA_STATUSCODE
UA_TimestampsToReturn_copy(src::UA_TimestampsToReturn, dst::Ptr{UA_TimestampsToReturn})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TimestampsToReturn_deleteMembersMethod
UA_TimestampsToReturn_deleteMembers(x::Ptr{UA_TimestampsToReturn})

(deprecated, use UA_TimestampsToReturn_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TimestampsToReturn_init(x) to reset the type and its memory.

source
Open62541.UA_TimestampsToReturn_newMethod
UA_TimestampsToReturn_new()::Ptr{UA_TimestampsToReturn}

creates and initializes ("zeros") a UA_TimestampsToReturn object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TimestampsToReturn_delete(x::Ptr{UA_TimestampsToReturn})

source
Open62541.UA_TransferResult_clearMethod
UA_TransferResult_clear(x::Ptr{UA_TransferResult})

deletes the dynamically allocated content of the object x and calls UA_TransferResult_init(x) to reset the type and its memory.

source
Open62541.UA_TransferResult_copyMethod
UA_TransferResult_copy(src::Ptr{UA_TransferResult}, dst::Ptr{UA_TransferResult})::UA_STATUSCODE
UA_TransferResult_copy(src::UA_TransferResult, dst::Ptr{UA_TransferResult})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TransferResult_deleteMembersMethod
UA_TransferResult_deleteMembers(x::Ptr{UA_TransferResult})

(deprecated, use UA_TransferResult_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TransferResult_init(x) to reset the type and its memory.

source
Open62541.UA_TransferResult_newMethod
UA_TransferResult_new()::Ptr{UA_TransferResult}

creates and initializes ("zeros") a UA_TransferResult object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TransferResult_delete(x::Ptr{UA_TransferResult})

source
Open62541.UA_TransferSubscriptionsRequest_clearMethod
UA_TransferSubscriptionsRequest_clear(x::Ptr{UA_TransferSubscriptionsRequest})

deletes the dynamically allocated content of the object x and calls UA_TransferSubscriptionsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_TransferSubscriptionsRequest_copyMethod
UA_TransferSubscriptionsRequest_copy(src::Ptr{UA_TransferSubscriptionsRequest}, dst::Ptr{UA_TransferSubscriptionsRequest})::UA_STATUSCODE
UA_TransferSubscriptionsRequest_copy(src::UA_TransferSubscriptionsRequest, dst::Ptr{UA_TransferSubscriptionsRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TransferSubscriptionsRequest_deleteMembersMethod
UA_TransferSubscriptionsRequest_deleteMembers(x::Ptr{UA_TransferSubscriptionsRequest})

(deprecated, use UA_TransferSubscriptionsRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TransferSubscriptionsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_TransferSubscriptionsRequest_newMethod
UA_TransferSubscriptionsRequest_new()::Ptr{UA_TransferSubscriptionsRequest}

creates and initializes ("zeros") a UA_TransferSubscriptionsRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TransferSubscriptionsRequest_delete(x::Ptr{UA_TransferSubscriptionsRequest})

source
Open62541.UA_TransferSubscriptionsResponse_clearMethod
UA_TransferSubscriptionsResponse_clear(x::Ptr{UA_TransferSubscriptionsResponse})

deletes the dynamically allocated content of the object x and calls UA_TransferSubscriptionsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_TransferSubscriptionsResponse_copyMethod
UA_TransferSubscriptionsResponse_copy(src::Ptr{UA_TransferSubscriptionsResponse}, dst::Ptr{UA_TransferSubscriptionsResponse})::UA_STATUSCODE
UA_TransferSubscriptionsResponse_copy(src::UA_TransferSubscriptionsResponse, dst::Ptr{UA_TransferSubscriptionsResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TransferSubscriptionsResponse_deleteMembersMethod
UA_TransferSubscriptionsResponse_deleteMembers(x::Ptr{UA_TransferSubscriptionsResponse})

(deprecated, use UA_TransferSubscriptionsResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TransferSubscriptionsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_TransferSubscriptionsResponse_newMethod
UA_TransferSubscriptionsResponse_new()::Ptr{UA_TransferSubscriptionsResponse}

creates and initializes ("zeros") a UA_TransferSubscriptionsResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TransferSubscriptionsResponse_delete(x::Ptr{UA_TransferSubscriptionsResponse})

source
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_clearMethod
UA_TranslateBrowsePathsToNodeIdsRequest_clear(x::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest})

deletes the dynamically allocated content of the object x and calls UA_TranslateBrowsePathsToNodeIdsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_copyMethod
UA_TranslateBrowsePathsToNodeIdsRequest_copy(src::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest}, dst::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest})::UA_STATUSCODE
UA_TranslateBrowsePathsToNodeIdsRequest_copy(src::UA_TranslateBrowsePathsToNodeIdsRequest, dst::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_deleteMembersMethod
UA_TranslateBrowsePathsToNodeIdsRequest_deleteMembers(x::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest})

(deprecated, use UA_TranslateBrowsePathsToNodeIdsRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TranslateBrowsePathsToNodeIdsRequest_init(x) to reset the type and its memory.

source
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_newMethod
UA_TranslateBrowsePathsToNodeIdsRequest_new()::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest}

creates and initializes ("zeros") a UA_TranslateBrowsePathsToNodeIdsRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TranslateBrowsePathsToNodeIdsRequest_delete(x::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest})

source
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_clearMethod
UA_TranslateBrowsePathsToNodeIdsResponse_clear(x::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse})

deletes the dynamically allocated content of the object x and calls UA_TranslateBrowsePathsToNodeIdsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_copyMethod
UA_TranslateBrowsePathsToNodeIdsResponse_copy(src::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse}, dst::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse})::UA_STATUSCODE
UA_TranslateBrowsePathsToNodeIdsResponse_copy(src::UA_TranslateBrowsePathsToNodeIdsResponse, dst::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_deleteMembersMethod
UA_TranslateBrowsePathsToNodeIdsResponse_deleteMembers(x::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse})

(deprecated, use UA_TranslateBrowsePathsToNodeIdsResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TranslateBrowsePathsToNodeIdsResponse_init(x) to reset the type and its memory.

source
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_newMethod
UA_TranslateBrowsePathsToNodeIdsResponse_new()::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse}

creates and initializes ("zeros") a UA_TranslateBrowsePathsToNodeIdsResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TranslateBrowsePathsToNodeIdsResponse_delete(x::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse})

source
Open62541.UA_TransmitQosPriorityDataType_clearMethod
UA_TransmitQosPriorityDataType_clear(x::Ptr{UA_TransmitQosPriorityDataType})

deletes the dynamically allocated content of the object x and calls UA_TransmitQosPriorityDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TransmitQosPriorityDataType_copyMethod
UA_TransmitQosPriorityDataType_copy(src::Ptr{UA_TransmitQosPriorityDataType}, dst::Ptr{UA_TransmitQosPriorityDataType})::UA_STATUSCODE
UA_TransmitQosPriorityDataType_copy(src::UA_TransmitQosPriorityDataType, dst::Ptr{UA_TransmitQosPriorityDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TransmitQosPriorityDataType_deleteMembersMethod
UA_TransmitQosPriorityDataType_deleteMembers(x::Ptr{UA_TransmitQosPriorityDataType})

(deprecated, use UA_TransmitQosPriorityDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TransmitQosPriorityDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TransmitQosPriorityDataType_newMethod
UA_TransmitQosPriorityDataType_new()::Ptr{UA_TransmitQosPriorityDataType}

creates and initializes ("zeros") a UA_TransmitQosPriorityDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TransmitQosPriorityDataType_delete(x::Ptr{UA_TransmitQosPriorityDataType})

source
Open62541.UA_TrustListDataType_clearMethod
UA_TrustListDataType_clear(x::Ptr{UA_TrustListDataType})

deletes the dynamically allocated content of the object x and calls UA_TrustListDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TrustListDataType_copyMethod
UA_TrustListDataType_copy(src::Ptr{UA_TrustListDataType}, dst::Ptr{UA_TrustListDataType})::UA_STATUSCODE
UA_TrustListDataType_copy(src::UA_TrustListDataType, dst::Ptr{UA_TrustListDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TrustListDataType_deleteMembersMethod
UA_TrustListDataType_deleteMembers(x::Ptr{UA_TrustListDataType})

(deprecated, use UA_TrustListDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TrustListDataType_init(x) to reset the type and its memory.

source
Open62541.UA_TrustListDataType_newMethod
UA_TrustListDataType_new()::Ptr{UA_TrustListDataType}

creates and initializes ("zeros") a UA_TrustListDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TrustListDataType_delete(x::Ptr{UA_TrustListDataType})

source
Open62541.UA_TrustListMasks_clearMethod
UA_TrustListMasks_clear(x::Ptr{UA_TrustListMasks})

deletes the dynamically allocated content of the object x and calls UA_TrustListMasks_init(x) to reset the type and its memory.

source
Open62541.UA_TrustListMasks_copyMethod
UA_TrustListMasks_copy(src::Ptr{UA_TrustListMasks}, dst::Ptr{UA_TrustListMasks})::UA_STATUSCODE
UA_TrustListMasks_copy(src::UA_TrustListMasks, dst::Ptr{UA_TrustListMasks})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TrustListMasks_deleteMembersMethod
UA_TrustListMasks_deleteMembers(x::Ptr{UA_TrustListMasks})

(deprecated, use UA_TrustListMasks_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TrustListMasks_init(x) to reset the type and its memory.

source
Open62541.UA_TrustListMasks_newMethod
UA_TrustListMasks_new()::Ptr{UA_TrustListMasks}

creates and initializes ("zeros") a UA_TrustListMasks object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TrustListMasks_delete(x::Ptr{UA_TrustListMasks})

source
Open62541.UA_TsnFailureCode_clearMethod
UA_TsnFailureCode_clear(x::Ptr{UA_TsnFailureCode})

deletes the dynamically allocated content of the object x and calls UA_TsnFailureCode_init(x) to reset the type and its memory.

source
Open62541.UA_TsnFailureCode_copyMethod
UA_TsnFailureCode_copy(src::Ptr{UA_TsnFailureCode}, dst::Ptr{UA_TsnFailureCode})::UA_STATUSCODE
UA_TsnFailureCode_copy(src::UA_TsnFailureCode, dst::Ptr{UA_TsnFailureCode})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TsnFailureCode_deleteMembersMethod
UA_TsnFailureCode_deleteMembers(x::Ptr{UA_TsnFailureCode})

(deprecated, use UA_TsnFailureCode_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TsnFailureCode_init(x) to reset the type and its memory.

source
Open62541.UA_TsnFailureCode_newMethod
UA_TsnFailureCode_new()::Ptr{UA_TsnFailureCode}

creates and initializes ("zeros") a UA_TsnFailureCode object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TsnFailureCode_delete(x::Ptr{UA_TsnFailureCode})

source
Open62541.UA_TsnListenerStatus_clearMethod
UA_TsnListenerStatus_clear(x::Ptr{UA_TsnListenerStatus})

deletes the dynamically allocated content of the object x and calls UA_TsnListenerStatus_init(x) to reset the type and its memory.

source
Open62541.UA_TsnListenerStatus_copyMethod
UA_TsnListenerStatus_copy(src::Ptr{UA_TsnListenerStatus}, dst::Ptr{UA_TsnListenerStatus})::UA_STATUSCODE
UA_TsnListenerStatus_copy(src::UA_TsnListenerStatus, dst::Ptr{UA_TsnListenerStatus})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TsnListenerStatus_deleteMembersMethod
UA_TsnListenerStatus_deleteMembers(x::Ptr{UA_TsnListenerStatus})

(deprecated, use UA_TsnListenerStatus_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TsnListenerStatus_init(x) to reset the type and its memory.

source
Open62541.UA_TsnListenerStatus_newMethod
UA_TsnListenerStatus_new()::Ptr{UA_TsnListenerStatus}

creates and initializes ("zeros") a UA_TsnListenerStatus object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TsnListenerStatus_delete(x::Ptr{UA_TsnListenerStatus})

source
Open62541.UA_TsnStreamState_clearMethod
UA_TsnStreamState_clear(x::Ptr{UA_TsnStreamState})

deletes the dynamically allocated content of the object x and calls UA_TsnStreamState_init(x) to reset the type and its memory.

source
Open62541.UA_TsnStreamState_copyMethod
UA_TsnStreamState_copy(src::Ptr{UA_TsnStreamState}, dst::Ptr{UA_TsnStreamState})::UA_STATUSCODE
UA_TsnStreamState_copy(src::UA_TsnStreamState, dst::Ptr{UA_TsnStreamState})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TsnStreamState_deleteMembersMethod
UA_TsnStreamState_deleteMembers(x::Ptr{UA_TsnStreamState})

(deprecated, use UA_TsnStreamState_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TsnStreamState_init(x) to reset the type and its memory.

source
Open62541.UA_TsnStreamState_newMethod
UA_TsnStreamState_new()::Ptr{UA_TsnStreamState}

creates and initializes ("zeros") a UA_TsnStreamState object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TsnStreamState_delete(x::Ptr{UA_TsnStreamState})

source
Open62541.UA_TsnTalkerStatus_clearMethod
UA_TsnTalkerStatus_clear(x::Ptr{UA_TsnTalkerStatus})

deletes the dynamically allocated content of the object x and calls UA_TsnTalkerStatus_init(x) to reset the type and its memory.

source
Open62541.UA_TsnTalkerStatus_copyMethod
UA_TsnTalkerStatus_copy(src::Ptr{UA_TsnTalkerStatus}, dst::Ptr{UA_TsnTalkerStatus})::UA_STATUSCODE
UA_TsnTalkerStatus_copy(src::UA_TsnTalkerStatus, dst::Ptr{UA_TsnTalkerStatus})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_TsnTalkerStatus_deleteMembersMethod
UA_TsnTalkerStatus_deleteMembers(x::Ptr{UA_TsnTalkerStatus})

(deprecated, use UA_TsnTalkerStatus_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_TsnTalkerStatus_init(x) to reset the type and its memory.

source
Open62541.UA_TsnTalkerStatus_newMethod
UA_TsnTalkerStatus_new()::Ptr{UA_TsnTalkerStatus}

creates and initializes ("zeros") a UA_TsnTalkerStatus object whose memory is allocated by C. After use, it needs to be cleaned up with UA_TsnTalkerStatus_delete(x::Ptr{UA_TsnTalkerStatus})

source
Open62541.UA_UABinaryFileDataType_clearMethod
UA_UABinaryFileDataType_clear(x::Ptr{UA_UABinaryFileDataType})

deletes the dynamically allocated content of the object x and calls UA_UABinaryFileDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UABinaryFileDataType_copyMethod
UA_UABinaryFileDataType_copy(src::Ptr{UA_UABinaryFileDataType}, dst::Ptr{UA_UABinaryFileDataType})::UA_STATUSCODE
UA_UABinaryFileDataType_copy(src::UA_UABinaryFileDataType, dst::Ptr{UA_UABinaryFileDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UABinaryFileDataType_deleteMembersMethod
UA_UABinaryFileDataType_deleteMembers(x::Ptr{UA_UABinaryFileDataType})

(deprecated, use UA_UABinaryFileDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UABinaryFileDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UABinaryFileDataType_newMethod
UA_UABinaryFileDataType_new()::Ptr{UA_UABinaryFileDataType}

creates and initializes ("zeros") a UA_UABinaryFileDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UABinaryFileDataType_delete(x::Ptr{UA_UABinaryFileDataType})

source
Open62541.UA_UInt16_clearMethod
UInt16_clear(x::Ptr{UInt16})

deletes the dynamically allocated content of the object x and calls UInt16_init(x) to reset the type and its memory.

source
Open62541.UA_UInt16_copyMethod
UInt16_copy(src::Ptr{UInt16}, dst::Ptr{UInt16})::UA_STATUSCODE
UInt16_copy(src::UInt16, dst::Ptr{UInt16})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UInt16_deleteMembersMethod
UInt16_deleteMembers(x::Ptr{UInt16})

(deprecated, use UInt16_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt16_init(x) to reset the type and its memory.

source
Open62541.UA_UInt16_initMethod
UInt16_init(x::Ptr{UInt16})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_UInt16_newMethod
UInt16_new()::Ptr{UInt16}

creates and initializes ("zeros") a UInt16 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt16_delete(x::Ptr{UInt16})

source
Open62541.UA_UInt32_clearMethod
UInt32_clear(x::Ptr{UInt32})

deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_UInt32_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UInt32_deleteMembersMethod
UInt32_deleteMembers(x::Ptr{UInt32})

(deprecated, use UInt32_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt32_init(x) to reset the type and its memory.

source
Open62541.UA_UInt32_initMethod
UInt32_init(x::Ptr{UInt32})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_UInt32_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_UInt64_clearMethod
UInt64_clear(x::Ptr{UInt64})

deletes the dynamically allocated content of the object x and calls UInt64_init(x) to reset the type and its memory.

source
Open62541.UA_UInt64_copyMethod
UInt64_copy(src::Ptr{UInt64}, dst::Ptr{UInt64})::UA_STATUSCODE
UInt64_copy(src::UInt64, dst::Ptr{UInt64})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UInt64_deleteMembersMethod
UInt64_deleteMembers(x::Ptr{UInt64})

(deprecated, use UInt64_clear(x) instead) deletes the dynamically allocated content of the object x and calls UInt64_init(x) to reset the type and its memory.

source
Open62541.UA_UInt64_initMethod
UInt64_init(x::Ptr{UInt64})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_UInt64_newMethod
UInt64_new()::Ptr{UInt64}

creates and initializes ("zeros") a UInt64 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt64_delete(x::Ptr{UInt64})

source
Open62541.UA_UadpDataSetMessageContentMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UadpDataSetReaderMessageDataType_clearMethod
UA_UadpDataSetReaderMessageDataType_clear(x::Ptr{UA_UadpDataSetReaderMessageDataType})

deletes the dynamically allocated content of the object x and calls UA_UadpDataSetReaderMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UadpDataSetReaderMessageDataType_copyMethod
UA_UadpDataSetReaderMessageDataType_copy(src::Ptr{UA_UadpDataSetReaderMessageDataType}, dst::Ptr{UA_UadpDataSetReaderMessageDataType})::UA_STATUSCODE
UA_UadpDataSetReaderMessageDataType_copy(src::UA_UadpDataSetReaderMessageDataType, dst::Ptr{UA_UadpDataSetReaderMessageDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UadpDataSetReaderMessageDataType_deleteMembersMethod
UA_UadpDataSetReaderMessageDataType_deleteMembers(x::Ptr{UA_UadpDataSetReaderMessageDataType})

(deprecated, use UA_UadpDataSetReaderMessageDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UadpDataSetReaderMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UadpDataSetReaderMessageDataType_newMethod
UA_UadpDataSetReaderMessageDataType_new()::Ptr{UA_UadpDataSetReaderMessageDataType}

creates and initializes ("zeros") a UA_UadpDataSetReaderMessageDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UadpDataSetReaderMessageDataType_delete(x::Ptr{UA_UadpDataSetReaderMessageDataType})

source
Open62541.UA_UadpDataSetWriterMessageDataType_clearMethod
UA_UadpDataSetWriterMessageDataType_clear(x::Ptr{UA_UadpDataSetWriterMessageDataType})

deletes the dynamically allocated content of the object x and calls UA_UadpDataSetWriterMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UadpDataSetWriterMessageDataType_copyMethod
UA_UadpDataSetWriterMessageDataType_copy(src::Ptr{UA_UadpDataSetWriterMessageDataType}, dst::Ptr{UA_UadpDataSetWriterMessageDataType})::UA_STATUSCODE
UA_UadpDataSetWriterMessageDataType_copy(src::UA_UadpDataSetWriterMessageDataType, dst::Ptr{UA_UadpDataSetWriterMessageDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UadpDataSetWriterMessageDataType_deleteMembersMethod
UA_UadpDataSetWriterMessageDataType_deleteMembers(x::Ptr{UA_UadpDataSetWriterMessageDataType})

(deprecated, use UA_UadpDataSetWriterMessageDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UadpDataSetWriterMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UadpDataSetWriterMessageDataType_newMethod
UA_UadpDataSetWriterMessageDataType_new()::Ptr{UA_UadpDataSetWriterMessageDataType}

creates and initializes ("zeros") a UA_UadpDataSetWriterMessageDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UadpDataSetWriterMessageDataType_delete(x::Ptr{UA_UadpDataSetWriterMessageDataType})

source
Open62541.UA_UadpNetworkMessageContentMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UadpWriterGroupMessageDataType_clearMethod
UA_UadpWriterGroupMessageDataType_clear(x::Ptr{UA_UadpWriterGroupMessageDataType})

deletes the dynamically allocated content of the object x and calls UA_UadpWriterGroupMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UadpWriterGroupMessageDataType_copyMethod
UA_UadpWriterGroupMessageDataType_copy(src::Ptr{UA_UadpWriterGroupMessageDataType}, dst::Ptr{UA_UadpWriterGroupMessageDataType})::UA_STATUSCODE
UA_UadpWriterGroupMessageDataType_copy(src::UA_UadpWriterGroupMessageDataType, dst::Ptr{UA_UadpWriterGroupMessageDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UadpWriterGroupMessageDataType_deleteMembersMethod
UA_UadpWriterGroupMessageDataType_deleteMembers(x::Ptr{UA_UadpWriterGroupMessageDataType})

(deprecated, use UA_UadpWriterGroupMessageDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UadpWriterGroupMessageDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UadpWriterGroupMessageDataType_newMethod
UA_UadpWriterGroupMessageDataType_new()::Ptr{UA_UadpWriterGroupMessageDataType}

creates and initializes ("zeros") a UA_UadpWriterGroupMessageDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UadpWriterGroupMessageDataType_delete(x::Ptr{UA_UadpWriterGroupMessageDataType})

source
Open62541.UA_UnregisterNodesRequest_clearMethod
UA_UnregisterNodesRequest_clear(x::Ptr{UA_UnregisterNodesRequest})

deletes the dynamically allocated content of the object x and calls UA_UnregisterNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_UnregisterNodesRequest_copyMethod
UA_UnregisterNodesRequest_copy(src::Ptr{UA_UnregisterNodesRequest}, dst::Ptr{UA_UnregisterNodesRequest})::UA_STATUSCODE
UA_UnregisterNodesRequest_copy(src::UA_UnregisterNodesRequest, dst::Ptr{UA_UnregisterNodesRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UnregisterNodesRequest_deleteMembersMethod
UA_UnregisterNodesRequest_deleteMembers(x::Ptr{UA_UnregisterNodesRequest})

(deprecated, use UA_UnregisterNodesRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UnregisterNodesRequest_init(x) to reset the type and its memory.

source
Open62541.UA_UnregisterNodesRequest_newMethod
UA_UnregisterNodesRequest_new()::Ptr{UA_UnregisterNodesRequest}

creates and initializes ("zeros") a UA_UnregisterNodesRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UnregisterNodesRequest_delete(x::Ptr{UA_UnregisterNodesRequest})

source
Open62541.UA_UnregisterNodesResponse_clearMethod
UA_UnregisterNodesResponse_clear(x::Ptr{UA_UnregisterNodesResponse})

deletes the dynamically allocated content of the object x and calls UA_UnregisterNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_UnregisterNodesResponse_copyMethod
UA_UnregisterNodesResponse_copy(src::Ptr{UA_UnregisterNodesResponse}, dst::Ptr{UA_UnregisterNodesResponse})::UA_STATUSCODE
UA_UnregisterNodesResponse_copy(src::UA_UnregisterNodesResponse, dst::Ptr{UA_UnregisterNodesResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UnregisterNodesResponse_deleteMembersMethod
UA_UnregisterNodesResponse_deleteMembers(x::Ptr{UA_UnregisterNodesResponse})

(deprecated, use UA_UnregisterNodesResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UnregisterNodesResponse_init(x) to reset the type and its memory.

source
Open62541.UA_UnregisterNodesResponse_newMethod
UA_UnregisterNodesResponse_new()::Ptr{UA_UnregisterNodesResponse}

creates and initializes ("zeros") a UA_UnregisterNodesResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UnregisterNodesResponse_delete(x::Ptr{UA_UnregisterNodesResponse})

source
Open62541.UA_UnsignedRationalNumber_clearMethod
UA_UnsignedRationalNumber_clear(x::Ptr{UA_UnsignedRationalNumber})

deletes the dynamically allocated content of the object x and calls UA_UnsignedRationalNumber_init(x) to reset the type and its memory.

source
Open62541.UA_UnsignedRationalNumber_copyMethod
UA_UnsignedRationalNumber_copy(src::Ptr{UA_UnsignedRationalNumber}, dst::Ptr{UA_UnsignedRationalNumber})::UA_STATUSCODE
UA_UnsignedRationalNumber_copy(src::UA_UnsignedRationalNumber, dst::Ptr{UA_UnsignedRationalNumber})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UnsignedRationalNumber_deleteMembersMethod
UA_UnsignedRationalNumber_deleteMembers(x::Ptr{UA_UnsignedRationalNumber})

(deprecated, use UA_UnsignedRationalNumber_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UnsignedRationalNumber_init(x) to reset the type and its memory.

source
Open62541.UA_UnsignedRationalNumber_newMethod
UA_UnsignedRationalNumber_new()::Ptr{UA_UnsignedRationalNumber}

creates and initializes ("zeros") a UA_UnsignedRationalNumber object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UnsignedRationalNumber_delete(x::Ptr{UA_UnsignedRationalNumber})

source
Open62541.UA_UpdateDataDetails_clearMethod
UA_UpdateDataDetails_clear(x::Ptr{UA_UpdateDataDetails})

deletes the dynamically allocated content of the object x and calls UA_UpdateDataDetails_init(x) to reset the type and its memory.

source
Open62541.UA_UpdateDataDetails_copyMethod
UA_UpdateDataDetails_copy(src::Ptr{UA_UpdateDataDetails}, dst::Ptr{UA_UpdateDataDetails})::UA_STATUSCODE
UA_UpdateDataDetails_copy(src::UA_UpdateDataDetails, dst::Ptr{UA_UpdateDataDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UpdateDataDetails_deleteMembersMethod
UA_UpdateDataDetails_deleteMembers(x::Ptr{UA_UpdateDataDetails})

(deprecated, use UA_UpdateDataDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UpdateDataDetails_init(x) to reset the type and its memory.

source
Open62541.UA_UpdateDataDetails_newMethod
UA_UpdateDataDetails_new()::Ptr{UA_UpdateDataDetails}

creates and initializes ("zeros") a UA_UpdateDataDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UpdateDataDetails_delete(x::Ptr{UA_UpdateDataDetails})

source
Open62541.UA_UpdateEventDetails_clearMethod
UA_UpdateEventDetails_clear(x::Ptr{UA_UpdateEventDetails})

deletes the dynamically allocated content of the object x and calls UA_UpdateEventDetails_init(x) to reset the type and its memory.

source
Open62541.UA_UpdateEventDetails_copyMethod
UA_UpdateEventDetails_copy(src::Ptr{UA_UpdateEventDetails}, dst::Ptr{UA_UpdateEventDetails})::UA_STATUSCODE
UA_UpdateEventDetails_copy(src::UA_UpdateEventDetails, dst::Ptr{UA_UpdateEventDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UpdateEventDetails_deleteMembersMethod
UA_UpdateEventDetails_deleteMembers(x::Ptr{UA_UpdateEventDetails})

(deprecated, use UA_UpdateEventDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UpdateEventDetails_init(x) to reset the type and its memory.

source
Open62541.UA_UpdateEventDetails_newMethod
UA_UpdateEventDetails_new()::Ptr{UA_UpdateEventDetails}

creates and initializes ("zeros") a UA_UpdateEventDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UpdateEventDetails_delete(x::Ptr{UA_UpdateEventDetails})

source
Open62541.UA_UpdateStructureDataDetails_clearMethod
UA_UpdateStructureDataDetails_clear(x::Ptr{UA_UpdateStructureDataDetails})

deletes the dynamically allocated content of the object x and calls UA_UpdateStructureDataDetails_init(x) to reset the type and its memory.

source
Open62541.UA_UpdateStructureDataDetails_copyMethod
UA_UpdateStructureDataDetails_copy(src::Ptr{UA_UpdateStructureDataDetails}, dst::Ptr{UA_UpdateStructureDataDetails})::UA_STATUSCODE
UA_UpdateStructureDataDetails_copy(src::UA_UpdateStructureDataDetails, dst::Ptr{UA_UpdateStructureDataDetails})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UpdateStructureDataDetails_deleteMembersMethod
UA_UpdateStructureDataDetails_deleteMembers(x::Ptr{UA_UpdateStructureDataDetails})

(deprecated, use UA_UpdateStructureDataDetails_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UpdateStructureDataDetails_init(x) to reset the type and its memory.

source
Open62541.UA_UpdateStructureDataDetails_newMethod
UA_UpdateStructureDataDetails_new()::Ptr{UA_UpdateStructureDataDetails}

creates and initializes ("zeros") a UA_UpdateStructureDataDetails object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UpdateStructureDataDetails_delete(x::Ptr{UA_UpdateStructureDataDetails})

source
Open62541.UA_UriString_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_UriString_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UriString_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_UriString_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_UserConfigurationMask_copyMethod
UInt32_copy(src::Ptr{UInt32}, dst::Ptr{UInt32})::UA_STATUSCODE
UInt32_copy(src::UInt32, dst::Ptr{UInt32})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UserConfigurationMask_newMethod
UInt32_new()::Ptr{UInt32}

creates and initializes ("zeros") a UInt32 object whose memory is allocated by C. After use, it needs to be cleaned up with UInt32_delete(x::Ptr{UInt32})

source
Open62541.UA_UserIdentityToken_clearMethod
UA_UserIdentityToken_clear(x::Ptr{UA_UserIdentityToken})

deletes the dynamically allocated content of the object x and calls UA_UserIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_UserIdentityToken_copyMethod
UA_UserIdentityToken_copy(src::Ptr{UA_UserIdentityToken}, dst::Ptr{UA_UserIdentityToken})::UA_STATUSCODE
UA_UserIdentityToken_copy(src::UA_UserIdentityToken, dst::Ptr{UA_UserIdentityToken})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UserIdentityToken_deleteMembersMethod
UA_UserIdentityToken_deleteMembers(x::Ptr{UA_UserIdentityToken})

(deprecated, use UA_UserIdentityToken_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UserIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_UserIdentityToken_newMethod
UA_UserIdentityToken_new()::Ptr{UA_UserIdentityToken}

creates and initializes ("zeros") a UA_UserIdentityToken object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UserIdentityToken_delete(x::Ptr{UA_UserIdentityToken})

source
Open62541.UA_UserManagementDataType_clearMethod
UA_UserManagementDataType_clear(x::Ptr{UA_UserManagementDataType})

deletes the dynamically allocated content of the object x and calls UA_UserManagementDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UserManagementDataType_copyMethod
UA_UserManagementDataType_copy(src::Ptr{UA_UserManagementDataType}, dst::Ptr{UA_UserManagementDataType})::UA_STATUSCODE
UA_UserManagementDataType_copy(src::UA_UserManagementDataType, dst::Ptr{UA_UserManagementDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UserManagementDataType_deleteMembersMethod
UA_UserManagementDataType_deleteMembers(x::Ptr{UA_UserManagementDataType})

(deprecated, use UA_UserManagementDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UserManagementDataType_init(x) to reset the type and its memory.

source
Open62541.UA_UserManagementDataType_newMethod
UA_UserManagementDataType_new()::Ptr{UA_UserManagementDataType}

creates and initializes ("zeros") a UA_UserManagementDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UserManagementDataType_delete(x::Ptr{UA_UserManagementDataType})

source
Open62541.UA_UserNameIdentityToken_clearMethod
UA_UserNameIdentityToken_clear(x::Ptr{UA_UserNameIdentityToken})

deletes the dynamically allocated content of the object x and calls UA_UserNameIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_UserNameIdentityToken_copyMethod
UA_UserNameIdentityToken_copy(src::Ptr{UA_UserNameIdentityToken}, dst::Ptr{UA_UserNameIdentityToken})::UA_STATUSCODE
UA_UserNameIdentityToken_copy(src::UA_UserNameIdentityToken, dst::Ptr{UA_UserNameIdentityToken})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UserNameIdentityToken_deleteMembersMethod
UA_UserNameIdentityToken_deleteMembers(x::Ptr{UA_UserNameIdentityToken})

(deprecated, use UA_UserNameIdentityToken_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UserNameIdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_UserNameIdentityToken_newMethod
UA_UserNameIdentityToken_new()::Ptr{UA_UserNameIdentityToken}

creates and initializes ("zeros") a UA_UserNameIdentityToken object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UserNameIdentityToken_delete(x::Ptr{UA_UserNameIdentityToken})

source
Open62541.UA_UserTokenPolicy_clearMethod
UA_UserTokenPolicy_clear(x::Ptr{UA_UserTokenPolicy})

deletes the dynamically allocated content of the object x and calls UA_UserTokenPolicy_init(x) to reset the type and its memory.

source
Open62541.UA_UserTokenPolicy_copyMethod
UA_UserTokenPolicy_copy(src::Ptr{UA_UserTokenPolicy}, dst::Ptr{UA_UserTokenPolicy})::UA_STATUSCODE
UA_UserTokenPolicy_copy(src::UA_UserTokenPolicy, dst::Ptr{UA_UserTokenPolicy})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UserTokenPolicy_deleteMembersMethod
UA_UserTokenPolicy_deleteMembers(x::Ptr{UA_UserTokenPolicy})

(deprecated, use UA_UserTokenPolicy_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UserTokenPolicy_init(x) to reset the type and its memory.

source
Open62541.UA_UserTokenPolicy_newMethod
UA_UserTokenPolicy_new()::Ptr{UA_UserTokenPolicy}

creates and initializes ("zeros") a UA_UserTokenPolicy object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UserTokenPolicy_delete(x::Ptr{UA_UserTokenPolicy})

source
Open62541.UA_UserTokenType_clearMethod
UA_UserTokenType_clear(x::Ptr{UA_UserTokenType})

deletes the dynamically allocated content of the object x and calls UA_UserTokenType_init(x) to reset the type and its memory.

source
Open62541.UA_UserTokenType_copyMethod
UA_UserTokenType_copy(src::Ptr{UA_UserTokenType}, dst::Ptr{UA_UserTokenType})::UA_STATUSCODE
UA_UserTokenType_copy(src::UA_UserTokenType, dst::Ptr{UA_UserTokenType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UserTokenType_deleteMembersMethod
UA_UserTokenType_deleteMembers(x::Ptr{UA_UserTokenType})

(deprecated, use UA_UserTokenType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_UserTokenType_init(x) to reset the type and its memory.

source
Open62541.UA_UserTokenType_newMethod
UA_UserTokenType_new()::Ptr{UA_UserTokenType}

creates and initializes ("zeros") a UA_UserTokenType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_UserTokenType_delete(x::Ptr{UA_UserTokenType})

source
Open62541.UA_UtcTime_clearMethod
Int64_clear(x::Ptr{Int64})

deletes the dynamically allocated content of the object x and calls Int64_init(x) to reset the type and its memory.

source
Open62541.UA_UtcTime_copyMethod
Int64_copy(src::Ptr{Int64}, dst::Ptr{Int64})::UA_STATUSCODE
Int64_copy(src::Int64, dst::Ptr{Int64})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_UtcTime_deleteMembersMethod
Int64_deleteMembers(x::Ptr{Int64})

(deprecated, use Int64_clear(x) instead) deletes the dynamically allocated content of the object x and calls Int64_init(x) to reset the type and its memory.

source
Open62541.UA_UtcTime_newMethod
Int64_new()::Ptr{Int64}

creates and initializes ("zeros") a Int64 object whose memory is allocated by C. After use, it needs to be cleaned up with Int64_delete(x::Ptr{Int64})

source
Open62541.UA_VariableAttributes_clearMethod
UA_VariableAttributes_clear(x::Ptr{UA_VariableAttributes})

deletes the dynamically allocated content of the object x and calls UA_VariableAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_VariableAttributes_copyMethod
UA_VariableAttributes_copy(src::Ptr{UA_VariableAttributes}, dst::Ptr{UA_VariableAttributes})::UA_STATUSCODE
UA_VariableAttributes_copy(src::UA_VariableAttributes, dst::Ptr{UA_VariableAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_VariableAttributes_deleteMembersMethod
UA_VariableAttributes_deleteMembers(x::Ptr{UA_VariableAttributes})

(deprecated, use UA_VariableAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_VariableAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_VariableAttributes_newMethod
UA_VariableAttributes_new()::Ptr{UA_VariableAttributes}

creates and initializes ("zeros") a UA_VariableAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_VariableAttributes_delete(x::Ptr{UA_VariableAttributes})

source
Open62541.UA_VariableTypeAttributes_clearMethod
UA_VariableTypeAttributes_clear(x::Ptr{UA_VariableTypeAttributes})

deletes the dynamically allocated content of the object x and calls UA_VariableTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_VariableTypeAttributes_copyMethod
UA_VariableTypeAttributes_copy(src::Ptr{UA_VariableTypeAttributes}, dst::Ptr{UA_VariableTypeAttributes})::UA_STATUSCODE
UA_VariableTypeAttributes_copy(src::UA_VariableTypeAttributes, dst::Ptr{UA_VariableTypeAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_VariableTypeAttributes_deleteMembersMethod
UA_VariableTypeAttributes_deleteMembers(x::Ptr{UA_VariableTypeAttributes})

(deprecated, use UA_VariableTypeAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_VariableTypeAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_VariableTypeAttributes_newMethod
UA_VariableTypeAttributes_new()::Ptr{UA_VariableTypeAttributes}

creates and initializes ("zeros") a UA_VariableTypeAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_VariableTypeAttributes_delete(x::Ptr{UA_VariableTypeAttributes})

source
Open62541.UA_Variant_clearMethod
UA_Variant_clear(x::Ptr{UA_Variant})

deletes the dynamically allocated content of the object x and calls UA_Variant_init(x) to reset the type and its memory.

source
Open62541.UA_Variant_copyMethod
UA_Variant_copy(src::Ptr{UA_Variant}, dst::Ptr{UA_Variant})::UA_STATUSCODE
UA_Variant_copy(src::UA_Variant, dst::Ptr{UA_Variant})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_Variant_deleteMembersMethod
UA_Variant_deleteMembers(x::Ptr{UA_Variant})

(deprecated, use UA_Variant_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_Variant_init(x) to reset the type and its memory.

source
Open62541.UA_Variant_initMethod
UA_Variant_init(x::Ptr{UA_Variant})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_Variant_newMethod
UA_Variant_new()::Ptr{UA_Variant}

creates and initializes ("zeros") a UA_Variant object whose memory is allocated by C. After use, it needs to be cleaned up with UA_Variant_delete(x::Ptr{UA_Variant})

source
Open62541.UA_VersionTime_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_VersionTime_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_VersionTime_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_VersionTime_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source
Open62541.UA_ViewAttributes_clearMethod
UA_ViewAttributes_clear(x::Ptr{UA_ViewAttributes})

deletes the dynamically allocated content of the object x and calls UA_ViewAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ViewAttributes_copyMethod
UA_ViewAttributes_copy(src::Ptr{UA_ViewAttributes}, dst::Ptr{UA_ViewAttributes})::UA_STATUSCODE
UA_ViewAttributes_copy(src::UA_ViewAttributes, dst::Ptr{UA_ViewAttributes})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ViewAttributes_deleteMembersMethod
UA_ViewAttributes_deleteMembers(x::Ptr{UA_ViewAttributes})

(deprecated, use UA_ViewAttributes_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ViewAttributes_init(x) to reset the type and its memory.

source
Open62541.UA_ViewAttributes_newMethod
UA_ViewAttributes_new()::Ptr{UA_ViewAttributes}

creates and initializes ("zeros") a UA_ViewAttributes object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ViewAttributes_delete(x::Ptr{UA_ViewAttributes})

source
Open62541.UA_ViewDescription_clearMethod
UA_ViewDescription_clear(x::Ptr{UA_ViewDescription})

deletes the dynamically allocated content of the object x and calls UA_ViewDescription_init(x) to reset the type and its memory.

source
Open62541.UA_ViewDescription_copyMethod
UA_ViewDescription_copy(src::Ptr{UA_ViewDescription}, dst::Ptr{UA_ViewDescription})::UA_STATUSCODE
UA_ViewDescription_copy(src::UA_ViewDescription, dst::Ptr{UA_ViewDescription})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_ViewDescription_deleteMembersMethod
UA_ViewDescription_deleteMembers(x::Ptr{UA_ViewDescription})

(deprecated, use UA_ViewDescription_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_ViewDescription_init(x) to reset the type and its memory.

source
Open62541.UA_ViewDescription_newMethod
UA_ViewDescription_new()::Ptr{UA_ViewDescription}

creates and initializes ("zeros") a UA_ViewDescription object whose memory is allocated by C. After use, it needs to be cleaned up with UA_ViewDescription_delete(x::Ptr{UA_ViewDescription})

source
Open62541.UA_WriteRequest_clearMethod
UA_WriteRequest_clear(x::Ptr{UA_WriteRequest})

deletes the dynamically allocated content of the object x and calls UA_WriteRequest_init(x) to reset the type and its memory.

source
Open62541.UA_WriteRequest_copyMethod
UA_WriteRequest_copy(src::Ptr{UA_WriteRequest}, dst::Ptr{UA_WriteRequest})::UA_STATUSCODE
UA_WriteRequest_copy(src::UA_WriteRequest, dst::Ptr{UA_WriteRequest})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_WriteRequest_deleteMembersMethod
UA_WriteRequest_deleteMembers(x::Ptr{UA_WriteRequest})

(deprecated, use UA_WriteRequest_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_WriteRequest_init(x) to reset the type and its memory.

source
Open62541.UA_WriteRequest_newMethod
UA_WriteRequest_new()::Ptr{UA_WriteRequest}

creates and initializes ("zeros") a UA_WriteRequest object whose memory is allocated by C. After use, it needs to be cleaned up with UA_WriteRequest_delete(x::Ptr{UA_WriteRequest})

source
Open62541.UA_WriteResponse_clearMethod
UA_WriteResponse_clear(x::Ptr{UA_WriteResponse})

deletes the dynamically allocated content of the object x and calls UA_WriteResponse_init(x) to reset the type and its memory.

source
Open62541.UA_WriteResponse_copyMethod
UA_WriteResponse_copy(src::Ptr{UA_WriteResponse}, dst::Ptr{UA_WriteResponse})::UA_STATUSCODE
UA_WriteResponse_copy(src::UA_WriteResponse, dst::Ptr{UA_WriteResponse})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_WriteResponse_deleteMembersMethod
UA_WriteResponse_deleteMembers(x::Ptr{UA_WriteResponse})

(deprecated, use UA_WriteResponse_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_WriteResponse_init(x) to reset the type and its memory.

source
Open62541.UA_WriteResponse_newMethod
UA_WriteResponse_new()::Ptr{UA_WriteResponse}

creates and initializes ("zeros") a UA_WriteResponse object whose memory is allocated by C. After use, it needs to be cleaned up with UA_WriteResponse_delete(x::Ptr{UA_WriteResponse})

source
Open62541.UA_WriteValue_clearMethod
UA_WriteValue_clear(x::Ptr{UA_WriteValue})

deletes the dynamically allocated content of the object x and calls UA_WriteValue_init(x) to reset the type and its memory.

source
Open62541.UA_WriteValue_copyMethod
UA_WriteValue_copy(src::Ptr{UA_WriteValue}, dst::Ptr{UA_WriteValue})::UA_STATUSCODE
UA_WriteValue_copy(src::UA_WriteValue, dst::Ptr{UA_WriteValue})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_WriteValue_deleteMembersMethod
UA_WriteValue_deleteMembers(x::Ptr{UA_WriteValue})

(deprecated, use UA_WriteValue_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_WriteValue_init(x) to reset the type and its memory.

source
Open62541.UA_WriteValue_initMethod
UA_WriteValue_init(x::Ptr{UA_WriteValue})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_WriteValue_newMethod
UA_WriteValue_new()::Ptr{UA_WriteValue}

creates and initializes ("zeros") a UA_WriteValue object whose memory is allocated by C. After use, it needs to be cleaned up with UA_WriteValue_delete(x::Ptr{UA_WriteValue})

source
Open62541.UA_WriterGroupDataType_clearMethod
UA_WriterGroupDataType_clear(x::Ptr{UA_WriterGroupDataType})

deletes the dynamically allocated content of the object x and calls UA_WriterGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_WriterGroupDataType_copyMethod
UA_WriterGroupDataType_copy(src::Ptr{UA_WriterGroupDataType}, dst::Ptr{UA_WriterGroupDataType})::UA_STATUSCODE
UA_WriterGroupDataType_copy(src::UA_WriterGroupDataType, dst::Ptr{UA_WriterGroupDataType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_WriterGroupDataType_deleteMembersMethod
UA_WriterGroupDataType_deleteMembers(x::Ptr{UA_WriterGroupDataType})

(deprecated, use UA_WriterGroupDataType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_WriterGroupDataType_init(x) to reset the type and its memory.

source
Open62541.UA_WriterGroupDataType_newMethod
UA_WriterGroupDataType_new()::Ptr{UA_WriterGroupDataType}

creates and initializes ("zeros") a UA_WriterGroupDataType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_WriterGroupDataType_delete(x::Ptr{UA_WriterGroupDataType})

source
Open62541.UA_X509IdentityToken_clearMethod
UA_X509IdentityToken_clear(x::Ptr{UA_X509IdentityToken})

deletes the dynamically allocated content of the object x and calls UA_X509IdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_X509IdentityToken_copyMethod
UA_X509IdentityToken_copy(src::Ptr{UA_X509IdentityToken}, dst::Ptr{UA_X509IdentityToken})::UA_STATUSCODE
UA_X509IdentityToken_copy(src::UA_X509IdentityToken, dst::Ptr{UA_X509IdentityToken})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_X509IdentityToken_deleteMembersMethod
UA_X509IdentityToken_deleteMembers(x::Ptr{UA_X509IdentityToken})

(deprecated, use UA_X509IdentityToken_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_X509IdentityToken_init(x) to reset the type and its memory.

source
Open62541.UA_X509IdentityToken_newMethod
UA_X509IdentityToken_new()::Ptr{UA_X509IdentityToken}

creates and initializes ("zeros") a UA_X509IdentityToken object whose memory is allocated by C. After use, it needs to be cleaned up with UA_X509IdentityToken_delete(x::Ptr{UA_X509IdentityToken})

source
Open62541.UA_XVType_clearMethod
UA_XVType_clear(x::Ptr{UA_XVType})

deletes the dynamically allocated content of the object x and calls UA_XVType_init(x) to reset the type and its memory.

source
Open62541.UA_XVType_copyMethod
UA_XVType_copy(src::Ptr{UA_XVType}, dst::Ptr{UA_XVType})::UA_STATUSCODE
UA_XVType_copy(src::UA_XVType, dst::Ptr{UA_XVType})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_XVType_deleteMembersMethod
UA_XVType_deleteMembers(x::Ptr{UA_XVType})

(deprecated, use UA_XVType_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_XVType_init(x) to reset the type and its memory.

source
Open62541.UA_XVType_initMethod
UA_XVType_init(x::Ptr{UA_XVType})

initializes the object x. This is synonymous with zeroing out the allocated memory.

source
Open62541.UA_XVType_newMethod
UA_XVType_new()::Ptr{UA_XVType}

creates and initializes ("zeros") a UA_XVType object whose memory is allocated by C. After use, it needs to be cleaned up with UA_XVType_delete(x::Ptr{UA_XVType})

source
Open62541.UA_XmlElement_clearMethod
UA_String_clear(x::Ptr{UA_String})

deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_XmlElement_copyMethod
UA_String_copy(src::Ptr{UA_String}, dst::Ptr{UA_String})::UA_STATUSCODE
UA_String_copy(src::UA_String, dst::Ptr{UA_String})::UA_STATUSCODE

Copy the content of the source object src to the destination object dst. Returns UA_STATUSCODE_GOOD or UA_STATUSCODE_BADOUTOFMEMORY.

source
Open62541.UA_XmlElement_deleteMembersMethod
UA_String_deleteMembers(x::Ptr{UA_String})

(deprecated, use UA_String_clear(x) instead) deletes the dynamically allocated content of the object x and calls UA_String_init(x) to reset the type and its memory.

source
Open62541.UA_XmlElement_newMethod
UA_String_new()::Ptr{UA_String}

creates and initializes ("zeros") a UA_String object whose memory is allocated by C. After use, it needs to be cleaned up with UA_String_delete(x::Ptr{UA_String})

source

Convenience functions for generating strings/bytestrings & associated functions

Open62541.UA_BYTESTRINGFunction
UA_BYTESTRING(s::AbstractString)::Ptr{UA_String}

creates a UA_ByteString object from s. Memory is allocated by C and needs to be cleaned up with UA_ByteString_delete(x::Ptr{UA_ByteString}).

source
Open62541.UA_BYTESTRING_ALLOCFunction
UA_BYTESTRING_ALLOC(s::AbstractString)::Ptr{UA_String}

creates a UA_ByteString object from s. Memory is allocated by C and needs to be cleaned up with UA_ByteString_delete(x::Ptr{UA_ByteString}).

source
Open62541.UA_STRINGFunction
UA_STRING(s::AbstractString)::Ptr{UA_String}

creates a UA_String object from s. Memory is allocated by C and needs to be cleaned up with UA_String_delete(x::Ptr{UA_String}).

source
Open62541.UA_STRING_ALLOCFunction
UA_STRING_ALLOC(s::AbstractString)::Ptr{UA_String}

creates a UA_String object from s. Memory is allocated by C and needs to be cleaned up with UA_String_delete(x::Ptr{UA_String}).

source
Open62541.UA_ByteString_equalFunction
UA_ByteString_equal(p1::Ptr{UA_String}, p2::Ptr{UA_String})::Bool

compares p1 and p2 and returns true if they are equal. Also works with the corresponding high-level types (JUA_xxx) if they have been defined.

source

Generation of (Expanded)NodeIds & associated functions

Open62541.UA_NODEIDMethod
UA_NODEID(s::AbstractString)::Ptr{UA_NodeId}
UA_NODEID(s::Ptr{UA_String})::Ptr{UA_NodeId}

creates a UA_NodeId object by parsing s.

Example:

UA_NODEID("ns=1;i=1234") #generates UA_NodeId with numeric identifier
UA_NODEID("ns=1;s=test") #generates UA_NodeId with string identifier
source
Open62541.UA_NODEID_BYTESTRINGMethod
UA_NODEID_BYTESTRING(nsIndex::Integer, identifier::AbstractString)::Ptr{UA_NodeId}
UA_NODEID_BYTESTRING(nsIndex::Integer, identifier::Ptr{UA_ByteString})::Ptr{UA_NodeId}

creates a UA_NodeId object with namespace index nsIndex and bytestring identifier identifier (which can be a string or UA_ByteString).

Memory is allocated by C and needs to be cleaned up using UA_NodeId_delete(x::Ptr{UA_NodeId}) after the object is not used anymore.

source
Open62541.UA_NODEID_BYTESTRING_ALLOCMethod
UA_NODEID_BYTESTRING_ALLOC(nsIndex::Integer, identifier::AbstractString)::Ptr{UA_NodeId}
UA_NODEID_BYTESTRING_ALLOC(nsIndex::Integer, identifier::Ptr{UA_ByteString})::Ptr{UA_NodeId}

creates a UA_NodeId object with namespace index nsIndex and bytestring identifier identifier (which can be a string or UA_ByteString).

Memory is allocated by C and needs to be cleaned up using UA_NodeId_delete(x::Ptr{UA_NodeId}) after the object is not used anymore.

source
Open62541.UA_NODEID_GUIDMethod
UA_NODEID_GUID(nsIndex::Integer, identifier::AbstractString)::Ptr{UA_NodeId}
UA_NODEID_GUID(nsIndex::Integer, identifier::Ptr{UA_Guid})::Ptr{UA_NodeId}

creates a UA_NodeId object by with namespace index nsIndex and an identifier identifier based on a globally unique id (UA_Guid) that can be supplied as a string (which will be parsed) or as a valid Ptr{UA_Guid}.

Memory is allocated by C and needs to be cleaned up using UA_NodeId_delete(x::Ptr{UA_NodeId}) after the object is not used anymore.

source
Open62541.UA_NODEID_NUMERICMethod
UA_NODEID_NUMERIC(nsIndex::Integer, identifier::Integer)::Ptr{UA_NodeId}

creates a UA_NodeId object with namespace index nsIndex and numerical identifier identifier. Memory is allocated by C and needs to be cleaned up using UA_NodeId_delete(x::Ptr{UA_NodeId}) after the object is not used anymore.

source
Open62541.UA_NODEID_STRINGMethod
UA_NODEID_STRING(nsIndex::Integer, identifier::AbstractString)::Ptr{UA_NodeId}
UA_NODEID_STRING(nsIndex::Integer, identifier::Ptr{UA_String})::Ptr{UA_NodeId}

creates a UA_NodeId object by with namespace index nsIndex and string identifier identifier.

Memory is allocated by C and needs to be cleaned up using UA_NodeId_delete(x::Ptr{UA_NodeId}) after the object is not used anymore.

source
Open62541.UA_NODEID_STRING_ALLOCMethod
UA_NODEID_STRING_ALLOC(nsIndex::Integer, identifier::AbstractString)::Ptr{UA_NodeId}
UA_NODEID_STRING_ALLOC(nsIndex::Integer, identifier::Ptr{UA_String})::Ptr{UA_NodeId}

creates a UA_NodeId object with namespace index nsIndex and string identifier identifier.

Memory is allocated by C and needs to be cleaned up using UA_NodeId_delete(x::Ptr{UA_NodeId}) after the object is not used anymore.

source
Open62541.UA_EXPANDEDNODEIDMethod
UA_EXPANDEDNODEID(s::AbstractString)::Ptr{UA_ExpandedNodeId}
UA_EXPANDEDNODEID(s::Ptr{UA_String})::Ptr{UA_ExpandedNodeId}

creates a UA_ExpandedNodeId object by parsing s. Memory is allocated by C and needs to be cleaned up using UA_ExpandedNodeId_delete(x::Ptr{UA_ExpandedNodeId}) after the object is not used anymore.

See also: OPC Foundation Website

Example:

UA_EXPANDEDNODEID("svr=1;nsu=http://example.com;i=1234") #generates UA_ExpandedNodeId with numeric identifier
UA_EXPANDEDNODEID("svr=1;nsu=http://example.com;s=test") #generates UA_ExpandedNodeId with string identifier
source
Open62541.UA_NodeId_equalFunction
UA_NodeId_equal(p1::Ptr{UA_NodeId}, p2::Ptr{UA_NodeId})::Bool

compares p1 and p2 and returns true if they are equal. Also works with the corresponding high-level types (JUA_xxx) if they have been defined.

source

Attribute generation

Functions that allow generating attributes (used in node creation) in a convenient fashion:

Open62541.UA_DataTypeAttributes_generateFunction
UA_DataTypeAttributes_generate(; displayname::AbstractString,
    description::AbstractString, localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    isabstract::Union{Nothing, Bool} = nothing)::Ptr{UA_DataTypeAttributes}

generates a UA_DataTypeAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_DataTypeAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_DataTypeAttributes_default[]

See also UA_WRITEMASK and UA_USERWRITEMASK for information on how to generate the respective keyword inputs.

source
Open62541.UA_MethodAttributes_generateFunction
UA_MethodAttributes_generate(; displayname::AbstractString,
    description::AbstractString, localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    executable::Union{Nothing, Bool} = nothing,
    userexecutable::Union{Nothing, Bool} = nothing)::Ptr{UA_MethodAttributes}

generates a UA_MethodAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_MethodAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_MethodAttributes_default[]

See also UA_WRITEMASK and UA_USERWRITEMASK for information on how to generate the respective keyword inputs.

source
Open62541.UA_ObjectAttributes_generateFunction
UA_ObjectAttributes_generate(; displayname::AbstractString,
    description::AbstractString, localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    eventnotifier::Union{Nothing, UInt8} = nothing)::Ptr{UA_ObjectAttributes}

generates a UA_ObjectAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_ObjectAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_ObjectAttributes_default[]

See also UA_WRITEMASK, UA_USERWRITEMASK, UA_EVENTNOTIFIER for information on how to generate the respective keyword inputs.

source
Open62541.UA_ObjectTypeAttributes_generateFunction
UA_ObjectTypeAttributes_generate(; displayname::AbstractString,
    description::AbstractString, localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    isabstract::Union{Nothing, Bool} = nothing)::Ptr{UA_ObjectTypeAttributes}

generates a UA_ObjectTypeAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_ObjectTypeAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_ObjectTypeAttributes_default[]

See also UA_WRITEMASK and UA_USERWRITEMASK for information on how to generate the respective keyword inputs.

source
Open62541.UA_ReferenceTypeAttributes_generateFunction
UA_ReferenceTypeAttributes_generate(; displayname::AbstractString,
    description::AbstractString, localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    isabstract::Union{Nothing, Bool} = nothing
    symmetric::Union{Nothing, Bool} = nothing,
    inversename::Union{Nothing, AbstractString} = nothing)::Ptr{UA_ReferenceTypeAttributes}

generates a UA_ReferenceTypeAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_ReferenceTypeAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_ReferenceTypeAttributes_default[]

See also UA_WRITEMASK and UA_USERWRITEMASK for information on how to generate the respective keyword inputs.

source
Open62541.UA_VariableAttributes_generateFunction
UA_VariableAttributes_generate(; value::Union{AbstractArray{T}, T},
    displayname::AbstractString, description::AbstractString,
    localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    accesslevel::Union{Nothing, UInt8} = nothing,
    useraccesslevel::Union{Nothing, UInt8} = nothing,
    minimumsamplinginterval::Union{Nothing, Float64} = nothing,
    historizing::Union{Nothing, Bool} = nothing,
    valuerank::Union{Integer, Nothing} = nothing)::Ptr{UA_VariableAttributes} where {T <: Union{UA_NUMBER_TYPES, Complex{Float32}, Complex{Float64}, Rational{Int32}, Rational{UInt32}, AbstractString}}

generates a UA_VariableAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_VariableAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_VariableAttributes_default[]. If nothing is given for keyword valuerank, then it is either set to UA_VALUERANK_SCALAR (if value is a scalar), or to the dimensionality of the supplied array (i.e., N for an AbstractArray{T,N}).

See also UA_WRITEMASK, UA_USERWRITEMASK, UA_ACCESSLEVEL, and UA_USERACCESSLEVEL for information on how to generate the respective keyword inputs.

source
Open62541.UA_VariableTypeAttributes_generateFunction
UA_VariableTypeAttributes_generate(; value::Union{Nothing, AbstractArray{T}, T} = nothing,
    displayname::AbstractString, description::AbstractString,
    localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    valuerank::Union{Nothing, Integer} = nothing,
    isabstract::Union{Nothing, Bool})::Ptr{UA_VariableTypeAttributes} where {T <: Union{Nothing, UA_NUMBER_TYPES, Complex{Float32}, Complex{Float64}, Rational{Int32}, Rational{UInt32}, AbstractString}}

generates a UA_VariableTypeAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_VariableTypeAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_VariableTypeAttributes_default[]. If a default value is specified for the variabletype and nothing is given for keyword valuerank, then it is either set to UA_VALUERANK_SCALAR (if value is a scalar), or to the dimensionality of the supplied array (i.e., N for an AbstractArray{T,N}).

See also UA_WRITEMASK, UA_USERWRITEMASK for information on how to generate the respective keyword inputs.

source
Open62541.UA_ViewAttributes_generateFunction
UA_ViewAttributes_generate(; displayname::AbstractString,
    description::AbstractString, localization::AbstractString = "en-US",
    writemask::Union{Nothing, UInt32} = nothing,
    userwritemask::Union{Nothing, UInt32} = nothing,
    containsnoloops::Union{Nothing, Bool} = nothing,
    eventnotifier::Union{Nothing, UInt8} = nothing)::Ptr{UA_ViewAttributes}

generates a UA_ViewAttributes object. Memory for the object is allocated by C and needs to be cleaned up by calling UA_ViewAttributes_delete(x) after usage.

For keywords given as nothing, the respective default value is used, see UA_ViewAttributes_default[]

See also UA_WRITEMASK, UA_USERWRITEMASK and UA_EVENTNOTIFIER for information on how to generate the respective keyword inputs.

source

Helper functions for readmasks, valueranks, etc.:

Open62541.UA_ACCESSLEVELFunction
UA_ACCESSLEVEL(; read = false, write = false, historyread = false, 
        historywrite = false, semanticchange = false, statuswrite = false, 
        timestampwrite = false)::UInt8

calculates a UInt8 number expressing how the value of a variable can be accessed. Default is to disallow all operations. The meaning of the keywords is explained here: OPC Foundation website

source
Open62541.UA_EVENTNOTIFIERFunction
UA_EVENTNOTIFIER(; subscribetoevent = false, historyread = false, 
        historywrite = false)::UInt8

calculates a UInt8 number expressing whether a node can be used to subscribe to events and/or read/write historic events.

Meaning of keywords is explained here: OPC Foundation website

source
Open62541.UA_USERACCESSLEVELFunction
UA_USERACCESSLEVEL(; read = false, write = false, historyread = false, 
        historywrite = false, semanticchange = false, statuswrite = false, 
        timestampwrite = false)::UInt8

calculates a UInt8 number expressing how the value of a variable can be accessed. Default is to disallow all operations. The meaning of the keywords is explained here: OPC Foundation website

source
Open62541.UA_USERWRITEMASKFunction
UA_USERWRITEMASK(; accesslevel = false, arraydimensions = false,
        browsename = false, containsnoloops = false, datatype = false,
        description = false, displayname = false, eventnotifier = false,
        executable = false, historizing = false, inversename = false,
        isabstract = false, minimumsamplinginterval = false, nodeclass = false,
        nodeid = false, symmetric = false, useraccesslevel = false, 
        userexecutable = false, userwritemask = false, valuerank = false,
        writemask = false, valueforvariabletype = false)::UInt32

calculates a UInt32 number expressing which attributes of a node are writeable. The meaning of the keywords is explained here: OPC Foundation website

If the specific node type does not support an attribute, the corresponding keyword must be set to false. This is currently not enforced automatically.

source
Open62541.UA_WRITEMASKFunction
UA_WRITEMASK(; accesslevel = false, arraydimensions = false,
        browsename = false, containsnoloops = false, datatype = false,
        description = false, displayname = false, eventnotifier = false,
        executable = false, historizing = false, inversename = false,
        isabstract = false, minimumsamplinginterval = false, nodeclass = false,
        nodeid = false, symmetric = false, useraccesslevel = false, 
        userexecutable = false, userwritemask = false, valuerank = false,
        writemask = false, valueforvariabletype = false)::UInt32

calculates a UInt32 number expressing which attributes of a node are writeable. The meaning of the keywords is explained here: OPC Foundation website

If the specific node type does not support an attribute, the corresponding keyword must be set to false. This is currently not enforced automatically.

source

Server API

Open62541.UA_ServerConfig_setMinimalMethod
UA_ServerConfig_setMinimal(config, portNumber, certificate)

creates a new server config with one endpoint. The config will set the tcp network layer to the given port and adds a single endpoint with the security policy $SecurityPolicy#None$ to the server. A server certificate may be supplied but is optional.

source
Open62541.UA_Server_addDataTypeNodeMethod
UA_Server_addDataTypeNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_DataTypeAttributes}, nodeContext::Ptr{UA_NodeId}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a datatype node to the server.

See UA_DataTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Server_addMethodNodeMethod
UA_Server_addMethodNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_MethodAttributes}, 
        method::UA_MethodCallback, inputArgumentsSize::Csize_t, inputArguments::Union{UA_Argument, AbstractArray{UA_Argument}}, 
        outputArgumentsSize::Csize_t, outputArguments::Union{UA_Argument, AbstractArray{UA_Argument}}, 
        nodeContext::Ptr{UA_NodeId}, outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a method node with the callback method to the server.

See also:

UA_MethodAttributes_generate to define valid attributes.

UA_MethodAttributes_generate to generate a valid callback.

source
Open62541.UA_Server_addObjectNodeMethod
UA_Server_addObjectNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_ObjectAttributes}, nodeContext::Ptr{UA_NodeId}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a object node to the server.

See UA_ObjectAttributes_generate on how to define valid attributes.

source
Open62541.UA_Server_addObjectTypeNodeMethod
UA_Server_addObjectTypeNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_ObjectTypeAttributes}, nodeContext::Ptr{UA_NodeId}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a objecttype node to the server.

See UA_ObjectTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Server_addReferenceTypeNodeMethod
UA_Server_addReferenceTypeNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_ReferenceTypeAttributes}, nodeContext::Ptr{UA_NodeId}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a referencetype node to the server.

See UA_ReferenceTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Server_addVariableNodeMethod
UA_Server_addVariableNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_VariableAttributes}, nodeContext::Ptr{UA_NodeId}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a variable node to the server.

See UA_VariableAttributes_generate on how to define valid attributes.

source
Open62541.UA_Server_addVariableTypeNodeMethod
UA_Server_addVariableTypeNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_VariableTypeAttributes}, nodeContext::Ptr{UA_NodeId}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a variabletype node to the server.

See UA_VariableTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Server_addViewNodeMethod
UA_Server_addViewNode(server::Ptr{UA_Server}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_ViewAttributes}, nodeContext::Ptr{UA_NodeId}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the server API to add a view node to the server.

See UA_ViewAttributes_generate on how to define valid attributes.

source
Open62541.UA_Server_callMethod
UA_Server_call(server::Ptr{UA_Server}, request::Ptr{UA_CallMethodRequest}, result::Ptr{UA_CallMethodResult})::Nothing

uses the server API to process the method call request request on the server. Note that result is mutated.

source
Open62541.UA_Server_readAccessLevelMethod
UA_Server_readAccessLevel(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Byte})

Uses the Server API to read the value of the attribute AccessLevel from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Byte_new(). The resulting object must be cleaned up via UA_Byte_delete(out::Ptr{UA_Byte}) after its use.

source
Open62541.UA_Server_readAccessLevelExMethod
UA_Server_readAccessLevelEx(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_UInt32})

Uses the Server API to read the value of the attribute AccessLevelEx from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_UInt32_new(). The resulting object must be cleaned up via UA_UInt32_delete(out::Ptr{UA_UInt32}) after its use.

source
Open62541.UA_Server_readArrayDimensionsMethod
UA_Server_readArrayDimensions(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Variant})

Uses the Server API to read the value of the attribute ArrayDimensions from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Variant_new(). The resulting object must be cleaned up via UA_Variant_delete(out::Ptr{UA_Variant}) after its use.

source
Open62541.UA_Server_readBrowseNameMethod
UA_Server_readBrowseName(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_QualifiedName})

Uses the Server API to read the value of the attribute BrowseName from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_QualifiedName_new(). The resulting object must be cleaned up via UA_QualifiedName_delete(out::Ptr{UA_QualifiedName}) after its use.

source
Open62541.UA_Server_readContainsNoLoopsMethod
UA_Server_readContainsNoLoops(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the Server API to read the value of the attribute ContainsNoLoops from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Boolean_new(). The resulting object must be cleaned up via UA_Boolean_delete(out::Ptr{UA_Boolean}) after its use.

source
Open62541.UA_Server_readDataTypeMethod
UA_Server_readDataType(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_NodeId})

Uses the Server API to read the value of the attribute DataType from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_NodeId_new(). The resulting object must be cleaned up via UA_NodeId_delete(out::Ptr{UA_NodeId}) after its use.

source
Open62541.UA_Server_readDescriptionMethod
UA_Server_readDescription(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_LocalizedText})

Uses the Server API to read the value of the attribute Description from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_LocalizedText_new(). The resulting object must be cleaned up via UA_LocalizedText_delete(out::Ptr{UA_LocalizedText}) after its use.

source
Open62541.UA_Server_readDisplayNameMethod
UA_Server_readDisplayName(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_LocalizedText})

Uses the Server API to read the value of the attribute DisplayName from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_LocalizedText_new(). The resulting object must be cleaned up via UA_LocalizedText_delete(out::Ptr{UA_LocalizedText}) after its use.

source
Open62541.UA_Server_readEventNotifierMethod
UA_Server_readEventNotifier(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Byte})

Uses the Server API to read the value of the attribute EventNotifier from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Byte_new(). The resulting object must be cleaned up via UA_Byte_delete(out::Ptr{UA_Byte}) after its use.

source
Open62541.UA_Server_readExecutableMethod
UA_Server_readExecutable(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the Server API to read the value of the attribute Executable from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Boolean_new(). The resulting object must be cleaned up via UA_Boolean_delete(out::Ptr{UA_Boolean}) after its use.

source
Open62541.UA_Server_readHistorizingMethod
UA_Server_readHistorizing(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the Server API to read the value of the attribute Historizing from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Boolean_new(). The resulting object must be cleaned up via UA_Boolean_delete(out::Ptr{UA_Boolean}) after its use.

source
Open62541.UA_Server_readInverseNameMethod
UA_Server_readInverseName(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_LocalizedText})

Uses the Server API to read the value of the attribute InverseName from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_LocalizedText_new(). The resulting object must be cleaned up via UA_LocalizedText_delete(out::Ptr{UA_LocalizedText}) after its use.

source
Open62541.UA_Server_readIsAbstractMethod
UA_Server_readIsAbstract(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the Server API to read the value of the attribute IsAbstract from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Boolean_new(). The resulting object must be cleaned up via UA_Boolean_delete(out::Ptr{UA_Boolean}) after its use.

source
Open62541.UA_Server_readMinimumSamplingIntervalMethod
UA_Server_readMinimumSamplingInterval(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Double})

Uses the Server API to read the value of the attribute MinimumSamplingInterval from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Double_new(). The resulting object must be cleaned up via UA_Double_delete(out::Ptr{UA_Double}) after its use.

source
Open62541.UA_Server_readNodeClassMethod
UA_Server_readNodeClass(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_NodeClass})

Uses the Server API to read the value of the attribute NodeClass from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_NodeClass_new(). The resulting object must be cleaned up via UA_NodeClass_delete(out::Ptr{UA_NodeClass}) after its use.

source
Open62541.UA_Server_readNodeIdMethod
UA_Server_readNodeId(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_NodeId})

Uses the Server API to read the value of the attribute NodeId from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_NodeId_new(). The resulting object must be cleaned up via UA_NodeId_delete(out::Ptr{UA_NodeId}) after its use.

source
Open62541.UA_Server_readSymmetricMethod
UA_Server_readSymmetric(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the Server API to read the value of the attribute Symmetric from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Boolean_new(). The resulting object must be cleaned up via UA_Boolean_delete(out::Ptr{UA_Boolean}) after its use.

source
Open62541.UA_Server_readValueMethod
UA_Server_readValue(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Variant})

Uses the Server API to read the value of the attribute Value from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Variant_new(). The resulting object must be cleaned up via UA_Variant_delete(out::Ptr{UA_Variant}) after its use.

source
Open62541.UA_Server_readValueRankMethod
UA_Server_readValueRank(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Int32})

Uses the Server API to read the value of the attribute ValueRank from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_Int32_new(). The resulting object must be cleaned up via UA_Int32_delete(out::Ptr{UA_Int32}) after its use.

source
Open62541.UA_Server_readWriteMaskMethod
UA_Server_readWriteMask(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_UInt32})

Uses the Server API to read the value of the attribute WriteMask from the NodeId nodeId located on server server. The result is saved into out.

Note that memory for out must be allocated by C before using this function. This can be accomplished with out = UA_UInt32_new(). The resulting object must be cleaned up via UA_UInt32_delete(out::Ptr{UA_UInt32}) after its use.

source
Open62541.UA_Server_writeAccessLevelMethod
UA_Server_writeAccessLevel(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Byte})

Uses the Server API to write the value new_val to the attribute AccessLevel of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeAccessLevelExMethod
UA_Server_writeAccessLevelEx(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_UInt32})

Uses the Server API to write the value new_val to the attribute AccessLevelEx of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeArrayDimensionsMethod
UA_Server_writeArrayDimensions(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Variant})

Uses the Server API to write the value new_val to the attribute ArrayDimensions of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeBrowseNameMethod
UA_Server_writeBrowseName(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_QualifiedName})

Uses the Server API to write the value new_val to the attribute BrowseName of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeDataTypeMethod
UA_Server_writeDataType(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_NodeId})

Uses the Server API to write the value new_val to the attribute DataType of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeDataValueMethod
UA_Server_writeDataValue(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_DataValue})

Uses the Server API to write the value new_val to the attribute DataValue of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeDescriptionMethod
UA_Server_writeDescription(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_LocalizedText})

Uses the Server API to write the value new_val to the attribute Description of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeDisplayNameMethod
UA_Server_writeDisplayName(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_LocalizedText})

Uses the Server API to write the value new_val to the attribute DisplayName of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeEventNotifierMethod
UA_Server_writeEventNotifier(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Byte})

Uses the Server API to write the value new_val to the attribute EventNotifier of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeExecutableMethod
UA_Server_writeExecutable(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the Server API to write the value new_val to the attribute Executable of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeHistorizingMethod
UA_Server_writeHistorizing(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the Server API to write the value new_val to the attribute Historizing of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeInverseNameMethod
UA_Server_writeInverseName(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_LocalizedText})

Uses the Server API to write the value new_val to the attribute InverseName of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeIsAbstractMethod
UA_Server_writeIsAbstract(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the Server API to write the value new_val to the attribute IsAbstract of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeMinimumSamplingIntervalMethod
UA_Server_writeMinimumSamplingInterval(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Double})

Uses the Server API to write the value new_val to the attribute MinimumSamplingInterval of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeValueMethod
UA_Server_writeValue(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Variant})

Uses the Server API to write the value new_val to the attribute Value of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeValueRankMethod
UA_Server_writeValueRank(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Int32})

Uses the Server API to write the value new_val to the attribute ValueRank of the NodeId nodeId located on the server.

source
Open62541.UA_Server_writeWriteMaskMethod
UA_Server_writeWriteMask(server::Ptr{UA_Server}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_UInt32})

Uses the Server API to write the value new_val to the attribute WriteMask of the NodeId nodeId located on the server.

source

Client API

Open62541.UA_Client_MonitoredItems_setMonitoringModeMethod
response::Ptr{UA_SetMonitoringModeResponse} = UA_Client_MonitoredItems_setMonitoringMode(client::Ptr{UA_Client}, 
    request::Ptr{UA_SetMonitoringModeRequest})

uses the client API to set the monitoring mode on monitored items. Note that memory for the response is allocated by C and needs to be cleaned up using UA_SetMonitoringModeResponse_delete(response) after its use.

See also:

Monitored item model at OPC Foundation

Monitoring mode at OPC Foundation

UA_SetMonitoringModeRequest

UA_SetMonitoringModeResponse

source
Open62541.UA_Client_MonitoredItems_setMonitoringMode_asyncMethod
UA_Client_MonitoredItems_setMonitoringMode_async(client::Ptr{UA_Client}, 
    request::Ptr{UA_SetMonitoringModeRequest},
    callback::UA_ClientAsyncServiceCallback,
    userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to set the monitoring mode on monitored items.

See also:

Monitored item model at OPC Foundation

Monitoring mode at OPC Foundation

UA_SetMonitoringModeRequest

UA_ClientAsyncServiceCallback_generate

source
Open62541.UA_Client_MonitoredItems_setTriggeringMethod
response::Ptr{UA_SetTriggeringResponse} = UA_Client_MonitoredItems_setTriggering(client::Ptr{UA_Client}, 
    request::Ptr{UA_SetTriggeringRequest}) 

uses the client API to set the monitoring mode on monitored items. Note that memory for the response is allocated by C and needs to be cleaned up using UA_SetTriggeringResponse_delete(response) after its use.

See also:

Monitored item model at OPC Foundation

SetTriggering at OPC Foundation

UA_SetTriggeringRequest

UA_SetTriggeringResponse

source
Open62541.UA_Client_Service_addNodesMethod
response::Ptr{UA_AddNodesResponse)} = UA_Client_Service_addNodes(client::Ptr{UA_Client}, request::Ptr{UA_AddNodesResponse)})

Uses the client addNodes service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_AddNodesResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_AddNodesResponse

UA_AddNodesRequest

source
Open62541.UA_Client_Service_addReferencesMethod
response::Ptr{UA_AddReferencesResponse)} = UA_Client_Service_addReferences(client::Ptr{UA_Client}, request::Ptr{UA_AddReferencesResponse)})

Uses the client addReferences service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_AddReferencesResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_AddReferencesResponse

UA_AddReferencesRequest

source
Open62541.UA_Client_Service_browseMethod
response::Ptr{UA_BrowseResponse)} = UA_Client_Service_browse(client::Ptr{UA_Client}, request::Ptr{UA_BrowseResponse)})

Uses the client browse service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_BrowseResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_BrowseResponse

UA_BrowseRequest

source
Open62541.UA_Client_Service_browseNextMethod
response::Ptr{UA_BrowseNextResponse)} = UA_Client_Service_browseNext(client::Ptr{UA_Client}, request::Ptr{UA_BrowseNextResponse)})

Uses the client browseNext service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_BrowseNextResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_BrowseNextResponse

UA_BrowseNextRequest

source
Open62541.UA_Client_Service_callMethod
response::Ptr{UA_CallResponse)} = UA_Client_Service_call(client::Ptr{UA_Client}, request::Ptr{UA_CallResponse)})

Uses the client call service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_CallResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_CallResponse

UA_CallRequest

source
Open62541.UA_Client_Service_deleteNodesMethod
response::Ptr{UA_DeleteNodesResponse)} = UA_Client_Service_deleteNodes(client::Ptr{UA_Client}, request::Ptr{UA_DeleteNodesResponse)})

Uses the client deleteNodes service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_DeleteNodesResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_DeleteNodesResponse

UA_DeleteNodesRequest

source
Open62541.UA_Client_Service_deleteReferencesMethod
response::Ptr{UA_DeleteReferencesResponse)} = UA_Client_Service_deleteReferences(client::Ptr{UA_Client}, request::Ptr{UA_DeleteReferencesResponse)})

Uses the client deleteReferences service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_DeleteReferencesResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_DeleteReferencesResponse

UA_DeleteReferencesRequest

source
Open62541.UA_Client_Service_historyReadMethod
response::Ptr{UA_HistoryReadResponse)} = UA_Client_Service_historyRead(client::Ptr{UA_Client}, request::Ptr{UA_HistoryReadResponse)})

Uses the client historyRead service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_HistoryReadResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_HistoryReadResponse

UA_HistoryReadRequest

source
Open62541.UA_Client_Service_historyUpdateMethod
response::Ptr{UA_HistoryUpdateResponse)} = UA_Client_Service_historyUpdate(client::Ptr{UA_Client}, request::Ptr{UA_HistoryUpdateResponse)})

Uses the client historyUpdate service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_HistoryUpdateResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_HistoryUpdateResponse

UA_HistoryUpdateRequest

source
Open62541.UA_Client_Service_queryFirstMethod
response::Ptr{UA_QueryFirstResponse)} = UA_Client_Service_queryFirst(client::Ptr{UA_Client}, request::Ptr{UA_QueryFirstResponse)})

Uses the client queryFirst service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_QueryFirstResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_QueryFirstResponse

UA_QueryFirstRequest

source
Open62541.UA_Client_Service_queryNextMethod
response::Ptr{UA_QueryNextResponse)} = UA_Client_Service_queryNext(client::Ptr{UA_Client}, request::Ptr{UA_QueryNextResponse)})

Uses the client queryNext service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_QueryNextResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_QueryNextResponse

UA_QueryNextRequest

source
Open62541.UA_Client_Service_readMethod
response::Ptr{UA_ReadResponse)} = UA_Client_Service_read(client::Ptr{UA_Client}, request::Ptr{UA_ReadResponse)})

Uses the client read service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_ReadResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_ReadResponse

UA_ReadRequest

source
Open62541.UA_Client_Service_registerNodesMethod
response::Ptr{UA_RegisterNodesResponse)} = UA_Client_Service_registerNodes(client::Ptr{UA_Client}, request::Ptr{UA_RegisterNodesResponse)})

Uses the client registerNodes service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_RegisterNodesResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_RegisterNodesResponse

UA_RegisterNodesRequest

source
Open62541.UA_Client_Service_unregisterNodesMethod
response::Ptr{UA_UnregisterNodesResponse)} = UA_Client_Service_unregisterNodes(client::Ptr{UA_Client}, request::Ptr{UA_UnregisterNodesResponse)})

Uses the client unregisterNodes service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_UnregisterNodesResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_UnregisterNodesResponse

UA_UnregisterNodesRequest

source
Open62541.UA_Client_Service_writeMethod
response::Ptr{UA_WriteResponse)} = UA_Client_Service_write(client::Ptr{UA_Client}, request::Ptr{UA_WriteResponse)})

Uses the client write service API to deliver a response to a previously defined request. Note that memory for the response is allocated by C and needs to be cleaned up using UA_WriteResponse_delete(response) after its use.

!!! This is a low-level function within open62541. It is normally much better and more convenient to use a more specific, high level function.

See also:

UA_WriteResponse

UA_WriteRequest

source
Open62541.UA_Client_Subscriptions_setPublishingModeMethod
response::Ptr{UA_SetPublishingModeResponse} = UA_Client_Subscriptions_setPublishingMode(client::Ptr{UA_Client}, 
    request::Ptr{UA_SetPublishingModeRequest}) 

uses the client API to set the publishing mode on subscriptions. Note that memory for the response is allocated by C and needs to be cleaned up using UA_SetPublishingModeResponse_delete(response) after its use.

See also:

Subscription model at OPC Foundation

SetPublishingMode at OPC Foundation

UA_SetPublishingModeRequest

UA_SetPublishingModeResponse

source
Open62541.UA_Client_addDataTypeNodeMethod
UA_Client_addDataTypeNode(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_DataTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the client API to add a datatype node to the client.

See UA_DataTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addDataTypeNode_asyncMethod
UA_Client_addDataTypeNode_async(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_DataTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId}, callback::UA_ClientAsyncAddNodesCallback, 
        userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to add a datatype node to the client.

See UA_DataTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addObjectNodeMethod
UA_Client_addObjectNode(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_ObjectAttributes}, outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the client API to add a object node to the client.

See UA_ObjectAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addObjectNode_asyncMethod
UA_Client_addObjectNode_async(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_ObjectAttributes}, outNewNodeId::Ptr{UA_NodeId},
        callback::UA_ClientAsyncAddNodesCallback, userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to add a object node to the client.

See UA_ObjectAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addObjectTypeNodeMethod
UA_Client_addObjectTypeNode(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_ObjectTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the client API to add a objecttype node to the client.

See UA_ObjectTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addObjectTypeNode_asyncMethod
UA_Client_addObjectTypeNode_async(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_ObjectTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId}, callback::UA_ClientAsyncAddNodesCallback, 
        userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to add a objecttype node to the client.

See UA_ObjectTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addReferenceTypeNodeMethod
UA_Client_addReferenceTypeNode(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_ReferenceTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the client API to add a referencetype node to the client.

See UA_ReferenceTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addReferenceTypeNode_asyncMethod
UA_Client_addReferenceTypeNode_async(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_ReferenceTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId}, callback::UA_ClientAsyncAddNodesCallback, 
        userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to add a referencetype node to the client.

See UA_ReferenceTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addVariableNodeMethod
UA_Client_addVariableNode(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_VariableAttributes}, outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the client API to add a variable node to the client.

See UA_VariableAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addVariableNode_asyncMethod
UA_Client_addVariableNode_async(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, typedefinition::Ptr{UA_NodeId},
        attr::Ptr{UA_VariableAttributes}, outNewNodeId::Ptr{UA_NodeId},
        callback::UA_ClientAsyncAddNodesCallback, userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to add a variable node to the client.

See UA_VariableAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addVariableTypeNodeMethod
UA_Client_addVariableTypeNode(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_VariableTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the client API to add a variabletype node to the client.

See UA_VariableTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addVariableTypeNode_asyncMethod
UA_Client_addVariableTypeNode_async(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_VariableTypeAttributes}, 
        outNewNodeId::Ptr{UA_NodeId}, callback::UA_ClientAsyncAddNodesCallback, 
        userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to add a variabletype node to the client.

See UA_VariableTypeAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addViewNodeMethod
UA_Client_addViewNode(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_ViewAttributes}, 
        outNewNodeId::Ptr{UA_NodeId})::UA_StatusCode

uses the client API to add a view node to the client.

See UA_ViewAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_addViewNode_asyncMethod
UA_Client_addViewNode_async(::Ptr{UA_Client}, requestednewnodeid::Ptr{UA_NodeId}, 
        parentnodeid::Ptr{UA_NodeId}, referenceTypeId::Ptr{UA_NodeId}, 
        browseName::Ptr{UA_QualifiedName}, attr::Ptr{UA_ViewAttributes}, 
        outNewNodeId::Ptr{UA_NodeId}, callback::UA_ClientAsyncAddNodesCallback, 
        userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to add a view node to the client.

See UA_ViewAttributes_generate on how to define valid attributes.

source
Open62541.UA_Client_call_asyncMethod
UA_Client_call_async(client::Ptr{UA_Client}, objectId::Ptr{UA_NodeId}, methodId::Ptr{UA_NodeId},
    inputSize::Csize_t, input::Ptr{UA_Variant}, callback::UA_ClientAsyncCallCallback, 
    userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode

uses the asynchronous client API to call the method methodId on the server the client is connected with.

See also: UA_ClientAsyncCallCallback_generate

source
Open62541.UA_Client_connectMethod
UA_Client_connect(client::Ptr{UA_Client}, endpointurl::AbstractString)::UA_StatusCode

connect the client to the server with endpointurl. This is an anonymous connection, i.e., no username or password are used (some servers do not allow this).

source
Open62541.UA_Client_connectUsernameMethod
UA_Client_connectUsername(client::Ptr{UA_Client}, endpointurl::AbstractString, 
    username::AbstractString, password::AbstractString)::UA_StatusCode

connects the client to the server with endpoint URL endpointurl and supplies username and password as login credentials.

source
Open62541.UA_Client_readAccessLevelAttributeMethod
UA_Client_readAccessLevelAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Byte})

Uses the UA Client API to read the value of attribute AccessLevel from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readAccessLevelExAttributeMethod
UA_Client_readAccessLevelExAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_UInt32})

Uses the UA Client API to read the value of attribute AccessLevelEx from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readBrowseNameAttributeMethod
UA_Client_readBrowseNameAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_QualifiedName})

Uses the UA Client API to read the value of attribute BrowseName from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readContainsNoLoopsAttributeMethod
UA_Client_readContainsNoLoopsAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the UA Client API to read the value of attribute ContainsNoLoops from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readDataTypeAttributeMethod
UA_Client_readDataTypeAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_NodeId})

Uses the UA Client API to read the value of attribute DataType from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readDescriptionAttributeMethod
UA_Client_readDescriptionAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_LocalizedText})

Uses the UA Client API to read the value of attribute Description from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readDisplayNameAttributeMethod
UA_Client_readDisplayNameAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_LocalizedText})

Uses the UA Client API to read the value of attribute DisplayName from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readEventNotifierAttributeMethod
UA_Client_readEventNotifierAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Byte})

Uses the UA Client API to read the value of attribute EventNotifier from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readExecutableAttributeMethod
UA_Client_readExecutableAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the UA Client API to read the value of attribute Executable from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readHistorizingAttributeMethod
UA_Client_readHistorizingAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the UA Client API to read the value of attribute Historizing from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readInverseNameAttributeMethod
UA_Client_readInverseNameAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_LocalizedText})

Uses the UA Client API to read the value of attribute InverseName from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readIsAbstractAttributeMethod
UA_Client_readIsAbstractAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the UA Client API to read the value of attribute IsAbstract from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readMinimumSamplingIntervalAttributeMethod
UA_Client_readMinimumSamplingIntervalAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Double})

Uses the UA Client API to read the value of attribute MinimumSamplingInterval from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readNodeClassAttributeMethod
UA_Client_readNodeClassAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_NodeClass})

Uses the UA Client API to read the value of attribute NodeClass from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readNodeIdAttributeMethod
UA_Client_readNodeIdAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_NodeId})

Uses the UA Client API to read the value of attribute NodeId from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readSymmetricAttributeMethod
UA_Client_readSymmetricAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the UA Client API to read the value of attribute Symmetric from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readUserAccessLevelAttributeMethod
UA_Client_readUserAccessLevelAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Byte})

Uses the UA Client API to read the value of attribute UserAccessLevel from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readUserExecutableAttributeMethod
UA_Client_readUserExecutableAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Boolean})

Uses the UA Client API to read the value of attribute UserExecutable from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readUserWriteMaskAttributeMethod
UA_Client_readUserWriteMaskAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_UInt32})

Uses the UA Client API to read the value of attribute UserWriteMask from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readValueAttributeMethod
UA_Client_readValueAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Variant})

Uses the UA Client API to read the value of attribute Value from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readValueRankAttributeMethod
UA_Client_readValueRankAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_Int32})

Uses the UA Client API to read the value of attribute ValueRank from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_readWriteMaskAttributeMethod
UA_Client_readWriteMaskAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, out::Ptr{UA_UInt32})

Uses the UA Client API to read the value of attribute WriteMask from the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeAccessLevelAttributeMethod
UA_Client_writeAccessLevelAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Byte})

Uses the UA Client API to write the value new_val to the attribute AccessLevel of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeAccessLevelAttribute_asyncMethod
UA_Client_writeAccessLevelAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Byte},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute AccessLevel of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeAccessLevelExAttributeMethod
UA_Client_writeAccessLevelExAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_NodeId})

Uses the UA Client API to write the value new_val to the attribute AccessLevelEx of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeAccessLevelExAttribute_asyncMethod
UA_Client_writeAccessLevelExAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_UInt32},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute AccessLevelEx of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeBrowseNameAttributeMethod
UA_Client_writeBrowseNameAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_QualifiedName})

Uses the UA Client API to write the value new_val to the attribute BrowseName of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeBrowseNameAttribute_asyncMethod
UA_Client_writeBrowseNameAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_QualifiedName},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute BrowseName of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeContainsNoLoopsAttributeMethod
UA_Client_writeContainsNoLoopsAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the UA Client API to write the value new_val to the attribute ContainsNoLoops of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeContainsNoLoopsAttribute_asyncMethod
UA_Client_writeContainsNoLoopsAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Boolean},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute ContainsNoLoops of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeDataTypeAttributeMethod
UA_Client_writeDataTypeAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_NodeId})

Uses the UA Client API to write the value new_val to the attribute DataType of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeDataTypeAttribute_asyncMethod
UA_Client_writeDataTypeAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_NodeId},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute DataType of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeDescriptionAttributeMethod
UA_Client_writeDescriptionAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_LocalizedText})

Uses the UA Client API to write the value new_val to the attribute Description of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeDescriptionAttribute_asyncMethod
UA_Client_writeDescriptionAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_LocalizedText},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute Description of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeDisplayNameAttributeMethod
UA_Client_writeDisplayNameAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_LocalizedText})

Uses the UA Client API to write the value new_val to the attribute DisplayName of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeDisplayNameAttribute_asyncMethod
UA_Client_writeDisplayNameAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_LocalizedText},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute DisplayName of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeEventNotifierAttributeMethod
UA_Client_writeEventNotifierAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Byte})

Uses the UA Client API to write the value new_val to the attribute EventNotifier of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeEventNotifierAttribute_asyncMethod
UA_Client_writeEventNotifierAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Byte},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute EventNotifier of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeExecutableAttributeMethod
UA_Client_writeExecutableAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the UA Client API to write the value new_val to the attribute Executable of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeExecutableAttribute_asyncMethod
UA_Client_writeExecutableAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Boolean},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute Executable of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeHistorizingAttributeMethod
UA_Client_writeHistorizingAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the UA Client API to write the value new_val to the attribute Historizing of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeHistorizingAttribute_asyncMethod
UA_Client_writeHistorizingAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Boolean},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute Historizing of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeInverseNameAttributeMethod
UA_Client_writeInverseNameAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_LocalizedText})

Uses the UA Client API to write the value new_val to the attribute InverseName of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeInverseNameAttribute_asyncMethod
UA_Client_writeInverseNameAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_LocalizedText},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute InverseName of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeIsAbstractAttributeMethod
UA_Client_writeIsAbstractAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the UA Client API to write the value new_val to the attribute IsAbstract of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeIsAbstractAttribute_asyncMethod
UA_Client_writeIsAbstractAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Boolean},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute IsAbstract of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeMinimumSamplingIntervalAttributeMethod
UA_Client_writeMinimumSamplingIntervalAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Double})

Uses the UA Client API to write the value new_val to the attribute MinimumSamplingInterval of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeMinimumSamplingIntervalAttribute_asyncMethod
UA_Client_writeMinimumSamplingIntervalAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Double},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute MinimumSamplingInterval of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeNodeClassAttributeMethod
UA_Client_writeNodeClassAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_NodeClass})

Uses the UA Client API to write the value new_val to the attribute NodeClass of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeNodeClassAttribute_asyncMethod
UA_Client_writeNodeClassAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_NodeClass},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute NodeClass of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeNodeIdAttributeMethod
UA_Client_writeNodeIdAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_NodeId})

Uses the UA Client API to write the value new_val to the attribute NodeId of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeNodeIdAttribute_asyncMethod
UA_Client_writeNodeIdAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_NodeId},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute NodeId of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeSymmetricAttributeMethod
UA_Client_writeSymmetricAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the UA Client API to write the value new_val to the attribute Symmetric of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeSymmetricAttribute_asyncMethod
UA_Client_writeSymmetricAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Boolean},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute Symmetric of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeUserAccessLevelAttributeMethod
UA_Client_writeUserAccessLevelAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Byte})

Uses the UA Client API to write the value new_val to the attribute UserAccessLevel of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeUserAccessLevelAttribute_asyncMethod
UA_Client_writeUserAccessLevelAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Byte},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute UserAccessLevel of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeUserExecutableAttributeMethod
UA_Client_writeUserExecutableAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Boolean})

Uses the UA Client API to write the value new_val to the attribute UserExecutable of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeUserExecutableAttribute_asyncMethod
UA_Client_writeUserExecutableAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Boolean},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute UserExecutable of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeUserWriteMaskAttributeMethod
UA_Client_writeUserWriteMaskAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_UInt32})

Uses the UA Client API to write the value new_val to the attribute UserWriteMask of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeUserWriteMaskAttribute_asyncMethod
UA_Client_writeUserWriteMaskAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_UInt32},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute UserWriteMask of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeValueAttributeMethod
UA_Client_writeValueAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Variant})

Uses the UA Client API to write the value new_val to the attribute Value of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeValueAttributeExMethod
UA_Client_writeValueAttributeEx(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_DataValue})

Uses the UA Client API to write the value new_val to the attribute Value of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeValueAttribute_asyncMethod
UA_Client_writeValueAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Variant},
    callback::UA_ClientAsyncWriteCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute Value of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeValueAttribute_scalarMethod
UA_Client_writeValueAttribute_scalar(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_DataType})

Uses the UA Client API to write the value new_val to the attribute Value of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeValueRankAttributeMethod
UA_Client_writeValueRankAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_Int32})

Uses the UA Client API to write the value new_val to the attribute ValueRank of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeValueRankAttribute_asyncMethod
UA_Client_writeValueRankAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_Int32},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute ValueRank of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeWriteMaskAttributeMethod
UA_Client_writeWriteMaskAttribute(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, new_val::Ptr{UA_UInt32})

Uses the UA Client API to write the value new_val to the attribute WriteMask of the NodeId nodeId accessed through the client client.

source
Open62541.UA_Client_writeWriteMaskAttribute_asyncMethod
UA_Client_writeWriteMaskAttribute_async(client::Ptr{UA_Client}, nodeId::Ptr{UA_NodeId}, newValue::Ptr{UA_UInt32},
    callback::UA_ClientAsyncServiceCallback, userdata::Ptr{Cvoid},
    requestId::UInt32)::UA_StatusCode

Uses the asynchronous client API to write the value newValue to the attribute WriteMask of the NodeId nodeId accessed through the client client.

source

Asynchronous Client API

Callback generation

Open62541.UA_ClientAsyncAddNodesCallback_generateMethod
UA_ClientAsyncAddNodesCallback_generate(f::Function)

creates a UA_ClientAsyncAddNodesCallback object.

f must be a Julia function with the following signature: f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestId::UInt32, writeresponse::Ptr{UA_AddNodesResponse}))::Nothing

source
Open62541.UA_ClientAsyncBrowseCallback_generateMethod
UA_ClientAsyncBrowseCallback_generate(f::Function)

creates a UA_ClientAsyncBrowseCallback object.

f must be a Julia function with the following signature: f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestId::UInt32, writeresponse::Ptr{UA_WriteResponse}))::Nothing

source
Open62541.UA_ClientAsyncCallCallback_generateMethod
UA_ClientAsyncCallCallback_generate(f::Function)

creates a UA_ClientAsyncCallCallback object.

f must be a Julia function with the following signature: f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestId::UInt32, callresponse::Ptr{UA_CallResponse}))::Nothing

source
Open62541.UA_ClientAsyncReadAccessLevelAttributeCallback_generateMethod
UA_ClientAsyncReadAccessLevelAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadAccessLevelAttributeCallback that can be supplied as callback argument to UA_Client_readAccessLevelAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, accesslevel)::UA_Byte)::Nothing
source
Open62541.UA_ClientAsyncReadAttributeCallback_generateMethod
UA_ClientAsyncReadAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadAttributeCallback that can be supplied as callback argument to UA_Client_readAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, attribute)::UA_DataValue)::Nothing
source
Open62541.UA_ClientAsyncReadBrowseNameAttributeCallback_generateMethod
UA_ClientAsyncReadBrowseNameAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadBrowseNameAttributeCallback that can be supplied as callback argument to UA_Client_readBrowseNameAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, browsename)::UA_QualifiedName)::Nothing
source
Open62541.UA_ClientAsyncReadCallback_generateMethod
UA_ClientAsyncReadCallback_generate(f::Function)

creates a UA_ClientAsyncReadCallback object.

f must be a Julia function with the following signature: f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestId::UInt32, readresponse::Ptr{UA_ReadResponse}))::Nothing

source
Open62541.UA_ClientAsyncReadContainsNoLoopsAttributeCallback_generateMethod
UA_ClientAsyncReadContainsNoLoopsAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadContainsNoLoopsAttributeCallback that can be supplied as callback argument to UA_Client_readContainsNoLoopsAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, containsNoLoops)::UA_Boolean)::Nothing
source
Open62541.UA_ClientAsyncReadDataTypeAttributeCallback_generateMethod
UA_ClientAsyncReadDataTypeAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadDataTypeAttributeCallback that can be supplied as callback argument to UA_Client_readDataTypeAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, datatype)::UA_NodeId)::Nothing
source
Open62541.UA_ClientAsyncReadDescriptionAttributeCallback_generateMethod
UA_ClientAsyncReadDescriptionAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadDescriptionAttributeCallback that can be supplied as callback argument to UA_Client_readDescriptionAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, description)::UA_LocalizedText)::Nothing
source
Open62541.UA_ClientAsyncReadDisplayNameAttributeCallback_generateMethod
UA_ClientAsyncReadDisplayNameAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadDisplayNameAttributeCallback that can be supplied as callback argument to UA_Client_readDisplayNameAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, displayname)::UA_LocalizedText)::Nothing
source
Open62541.UA_ClientAsyncReadEventNotifierAttributeCallback_generateMethod
UA_ClientAsyncReadEventNotifierAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadEventNotifierAttributeCallback that can be supplied as callback argument to UA_Client_readEventNotifierAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, eventnotifier)::UA_Byte)::Nothing
source
Open62541.UA_ClientAsyncReadExecutableAttributeCallback_generateMethod
UA_ClientAsyncReadExecutableAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadExecutableAttributeCallback that can be supplied as callback argument to UA_Client_readExecutableAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, executable)::UA_Boolean)::Nothing
source
Open62541.UA_ClientAsyncReadHistorizingAttributeCallback_generateMethod
UA_ClientAsyncReadHistorizingAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadHistorizingAttributeCallback that can be supplied as callback argument to UA_Client_readHistorizingAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, historizing)::UA_Boolean)::Nothing
source
Open62541.UA_ClientAsyncReadInverseNameAttributeCallback_generateMethod
UA_ClientAsyncReadInverseNameAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadInverseNameAttributeCallback that can be supplied as callback argument to UA_Client_readInverseNameAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, inversename)::UA_LocalizedText)::Nothing
source
Open62541.UA_ClientAsyncReadIsAbstractAttributeCallback_generateMethod
UA_ClientAsyncReadIsAbstractAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadIsAbstractAttributeCallback that can be supplied as callback argument to UA_Client_readIsAbstractAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, isabstract)::UA_Boolean)::Nothing
source
Open62541.UA_ClientAsyncReadMinimumSamplingIntervalAttributeCallback_generateMethod
UA_ClientAsyncReadMinimumSamplingIntervalAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadMinimumSamplingIntervalAttributeCallback that can be supplied as callback argument to UA_Client_readMinimumSamplingIntervalAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, minimumsamplinginterval)::UA_Double)::Nothing
source
Open62541.UA_ClientAsyncReadNodeClassAttributeCallback_generateMethod
UA_ClientAsyncReadNodeClassAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadNodeClassAttributeCallback that can be supplied as callback argument to UA_Client_readNodeClassAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, nodeclass)::UA_NodeClass)::Nothing
source
Open62541.UA_ClientAsyncReadSymmetricAttributeCallback_generateMethod
UA_ClientAsyncReadSymmetricAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadSymmetricAttributeCallback that can be supplied as callback argument to UA_Client_readSymmetricAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, symmetric)::UA_Boolean)::Nothing
source
Open62541.UA_ClientAsyncReadUserAccessLevelAttributeCallback_generateMethod
UA_ClientAsyncReadUserAccessLevelAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadUserAccessLevelAttributeCallback that can be supplied as callback argument to UA_Client_readUserAccessLevelAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, useraccesslevel)::UA_Byte)::Nothing
source
Open62541.UA_ClientAsyncReadUserExecutableAttributeCallback_generateMethod
UA_ClientAsyncReadUserExecutableAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadUserExecutableAttributeCallback that can be supplied as callback argument to UA_Client_readUserExecutableAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, userexecutable)::UA_Boolean)::Nothing
source
Open62541.UA_ClientAsyncReadUserWriteMaskAttributeCallback_generateMethod
UA_ClientAsyncReadUserWriteMaskAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadUserWriteMaskAttributeCallback that can be supplied as callback argument to UA_Client_readUserWriteMaskAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, userwritemask)::UA_UInt32)::Nothing
source
Open62541.UA_ClientAsyncReadValueAttributeCallback_generateMethod
UA_ClientAsyncReadValueAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadValueAttributeCallback that can be supplied as callback argument to UA_Client_readValueAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, value)::UA_DataValue)::Nothing
source
Open62541.UA_ClientAsyncReadValueRankAttributeCallback_generateMethod
UA_ClientAsyncReadValueRankAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadValueRankAttributeCallback that can be supplied as callback argument to UA_Client_readValueRankAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, valuerank)::UA_UInt32)::Nothing
source
Open62541.UA_ClientAsyncReadWriteMaskAttributeCallback_generateMethod
UA_ClientAsyncReadWriteMaskAttributeCallback_generate(f::Function)

creates a UA_ClientAsyncReadWriteMaskAttributeCallback that can be supplied as callback argument to UA_Client_readWriteMaskAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, writeMask)::UA_UInt32)::Nothing
source
Open62541.UA_ClientAsyncServiceCallback_generateMethod
UA_ClientAsyncServiceCallback_generate(f::Function)

creates a UA_ClientAsyncServiceCallback object.

f must be a Julia function with the following signature: f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestId::UInt32, response::Ptr{Cvoid}))::Nothing

source
Open62541.UA_ClientAsyncWriteCallback_generateMethod
UA_ClientAsyncWriteCallback_generate(f::Function)

creates a UA_ClientAsyncWriteCallback object.

f must be a Julia function with the following signature: f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestId::UInt32, writeresponse::Ptr{UA_WriteResponse}))::Nothing

source
Open62541.UA_ClientCallback_generateMethod
UA_ClientCallback_generate(f::Function)

creates a UA_ClientCallback object.

f must be a Julia function with the following signature: f(client::Ptr{UA_Client}, data::Ptr{Cvoid}))::Nothing

source
Open62541.UA_ClientReadArrayDimensionsAttributeCallback_generateMethod
UA_ClientReadArrayDimensionsAttributeCallback_generate(f::Function)

creates a UA_ClientReadArrayDimensionsAttributeCallback that can be supplied as callback argument to UA_Client_readUA_ClientReadArrayDimensionsAttribute_async. The callback will be triggered once the read operation has been carried out.

f must be a Julia function with the following signature:

f(client::Ptr{UA_Client}, userdata::Ptr{Cvoid}, requestid::UA_UInt32, 
    status::UA_StatusCode, arraydimensions)::UA_Variant)::Nothing
source
Open62541.UA_DataSourceCallback_read_generateMethod
UA_DataSourceCallback_read_generate(f::Function)

creates a function pointer for the read field of a UA_DataSource object.

f must be a Julia function with the following signature:

f(server::Ptr{UA_Server}, sessionid::Ptr{UA_NodeId}), sessioncontext::Ptr{Cvoid},
        nodeid::Ptr{Cvoid}, nodecontext::Ptr{Cvoid}, includesourcetimestamp::UA_Boolean, 
        range::Ptr{UA_NumericRange}, data::Ptr{UA_DataValue})::UA_StatusCode
source
Open62541.UA_DataSourceCallback_write_generateMethod
UA_DataSourceCallback_write_generate(f::Function)

creates a function pointer for the write field of a UA_DataSource object.

f must be a Julia function with the following signature:

f(server::Ptr{UA_Server}, sessionid::Ptr{UA_NodeId}), sessioncontext::Ptr{Cvoid},
        nodeid::Ptr{Cvoid}, nodecontext::Ptr{Cvoid}, range::Ptr{UA_NumericRange}, 
        data::Ptr{UA_DataValue})::UA_StatusCode
source
Open62541.UA_MethodCallback_generateMethod
UA_MethodCallback_generate(f::Function)

creates a UA_MethodCallback that can be attached to a method node using UA_Server_addMethodNode.

f must be a Julia function with the following signature:

f(server::Ptr{UA_Server}, sessionId::Ptr{UA_NodeId}), sessionContext::Ptr{Cvoid}`, 
    methodId::Ptr{UA_NodeId}, methodContext::Ptr{Cvoid}, objectId::Ptr{UA_NodeId},   
    objectContext::Ptr{Cvoid}, inputSize::Csize_t, input::Ptr{UA_Variant},   
    outputSize::Csize_t, output::Ptr{UA_Variant})::UA_StatusCode

If the output of f only depends on the inputs, but not on any session state variables, consider using UA_MethodCallback_wrap.

source
Open62541.UA_MethodCallback_wrapMethod
UA_MethodCallback_wrap(f::Function)

wraps a simple Julia function that operates on inputs into the correct format to be supplied to UA_MethodCallback_generate.

f must be a Julia function with the following signature:

f(input1::Any, input2::Any, input3::Any, ...) -> output::Union{Any, Tuple{Any, ...}}

where Any means that in principle any type is allowed. However, since Open62541 is based on C the corresponding method node is always configured to only work with a specific combination of input types.

If larger flexibility is needed than just working on the inputs given to a method node, see UA_MethodCallback_generate.

See also:

UA_MethodCallback_generate

JUA_Argument

JUA_Server_addNode

Example:

function simple_hello(name, adjective)
    assembledstring = "Hello "*name*", you are "*adjective
    return assembledstring
end 

which can be attached to a a method node that expects a function that takes two strings as inputs and one string as output.

source
Open62541.UA_NodeTypeLifecycleCallback_constructor_generateMethod
UA_NodeTypeLifeCycleCallback_constructor_generate(f::Function)

creates a function pointer for the constructor field of a UA_NodeTypeLifeCycle object.

f must be a Julia function with the following signature:

f(server::Ptr{UA_Server}, sessionId:: Ptr{UA_NodeId},
       sessionContext::Ptr{Cvoid}, typeNodeId::Ptr{UA_NodeId}, typeNodeContext::Ptr{Cvoid}, 
       nodeId::Ptr{UA_NodeId}, nodeContext::Ptr{Ptr{Cvoid}})::UA_StatusCode
source
Open62541.UA_NodeTypeLifecycleCallback_destructor_generateMethod
UA_NodeTypeLifeCycleCallback_destructor_generate(f::Function)

creates a function pointer for the destructor field of a UA_NodeTypeLifeCycle object.

f must be a Julia function with the following signature:

f(server::Ptr{UA_Server}, sessionId:: Ptr{UA_NodeId},
       sessionContext::Ptr{Cvoid}, typeNodeId::Ptr{UA_NodeId}, typeNodeContext::Ptr{Cvoid}, 
       nodeId::Ptr{UA_NodeId}, nodeContext::Ptr{Ptr{Cvoid}})::Cvoid
source
Open62541.UA_ServerCallback_generateMethod
UA_ServerCallback_generate(f::Function)

creates a UA_ServerCallback object.

f must be a Julia function with the following signature: f(server::Ptr{UA_Server}, data::Ptr{Cvoid}))::Nothing

source
Open62541.UA_ValueCallback_onRead_generateMethod
UA_ValueCallback_onRead_generate(f::Function)

creates a function pointer for the onRead field of a UA_ValueCallback object.

f must be a Julia function with the following signature:

f(server::Ptr{UA_Server}, sessionid::Ptr{UA_NodeId}), sessioncontext::Ptr{Cvoid},
        nodeid::Ptr{Cvoid}, nodecontext::Ptr{Cvoid}, range::Ptr{UA_NumericRange}, 
        data::Ptr{UA_DataValue})::Nothing
source
Open62541.UA_ValueCallback_onWrite_generateMethod
UA_ValueCallback_onWrite_generate(f::Function)

creates a function pointer for the onWrite field of a UA_ValueCallback object.

f must be a Julia function with the following signature:

f(server::Ptr{UA_Server}, sessionid::Ptr{UA_NodeId}), sessioncontext::Ptr{Cvoid},
        nodeid::Ptr{Cvoid}, nodecontext::Ptr{Cvoid}, range::Ptr{UA_NumericRange}, 
        data::Ptr{UA_DataValue})::Nothing
source

Miscellaneous

Open62541.UA_CreateSubscriptionRequest_defaultFunction
request::Ptr{UA_CreateSubscriptionRequest} = UA_CreateSubscriptionRequest_default()

create a subscription create request to which monitored items can be added subsequently. The subscription properties are set to their default values.

Note that memory for the response is allocated by C and needs to be cleaned up by using UA_CreateSubscriptionRequest_delete(request) after its use.

See also:

UA_CreateSubscriptionRequest

source
Open62541.UA_MonitoredItemCreateRequest_defaultFunction
request::Ptr{UA_MonitoredItemCreateRequest} = UA_MonitoredItemCreateRequest_default(nodeId::Ptr{UA_NodeId})

create a monitored item create request that monitors nodeId. The monitored item properties are set to their default values.

Note that memory for the request is allocated by C and needs to be cleaned up by using UA_MonitoredItemCreateRequest_delete(request) after its use.

See also:

UA_MonitoredItemCreateRequest

source