Reference: Low level interface
Lists types and functions that are part of the open62541 standard interface.
open62541 types
Open62541.UA_AccessControl
— Typestruct 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}
Open62541.UA_ActivateSessionRequest
— Typestruct 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
Open62541.UA_ActivateSessionResponse
— Typestruct UA_ActivateSessionResponse
Fields:
responseHeader::UA_ResponseHeader
serverNonce::UA_String
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_AddNodesItem
— Typestruct UA_AddNodesItem
Fields:
parentNodeId::UA_ExpandedNodeId
referenceTypeId::UA_NodeId
requestedNewNodeId::UA_ExpandedNodeId
browseName::UA_QualifiedName
nodeClass::UA_NodeClass
nodeAttributes::UA_ExtensionObject
typeDefinition::UA_ExpandedNodeId
Open62541.UA_AddNodesRequest
— Typestruct UA_AddNodesRequest
Fields:
requestHeader::UA_RequestHeader
nodesToAddSize::UInt64
nodesToAdd::Ptr{UA_AddNodesItem}
Open62541.UA_AddNodesResponse
— Typestruct UA_AddNodesResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_AddNodesResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_AddNodesResult
— Typestruct UA_AddNodesResult
Fields:
statusCode::UInt32
addedNodeId::UA_NodeId
Open62541.UA_AddPublishedDataSetResult
— Typestruct UA_AddPublishedDataSetResult
Fields:
addResult::UInt32
fieldAddResultsSize::UInt64
fieldAddResults::Ptr{UInt32}
configurationVersion::UA_ConfigurationVersionDataType
Open62541.UA_AddReferencesItem
— Typestruct UA_AddReferencesItem
Fields:
sourceNodeId::UA_NodeId
referenceTypeId::UA_NodeId
isForward::Bool
targetServerUri::UA_String
targetNodeId::UA_ExpandedNodeId
targetNodeClass::UA_NodeClass
Open62541.UA_AddReferencesRequest
— Typestruct UA_AddReferencesRequest
Fields:
requestHeader::UA_RequestHeader
referencesToAddSize::UInt64
referencesToAdd::Ptr{UA_AddReferencesItem}
Open62541.UA_AddReferencesResponse
— Typestruct UA_AddReferencesResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_AdditionalParametersType
— Typestruct UA_AdditionalParametersType
Fields:
parametersSize::UInt64
parameters::Ptr{UA_KeyValuePair}
Open62541.UA_AggregateConfiguration
— Typestruct UA_AggregateConfiguration
Fields:
useServerCapabilitiesDefaults::Bool
treatUncertainAsBad::Bool
percentDataBad::UInt8
percentDataGood::UInt8
useSlopedExtrapolation::Bool
Open62541.UA_AggregateFilter
— Typestruct UA_AggregateFilter
Fields:
startTime::Int64
aggregateType::UA_NodeId
processingInterval::Float64
aggregateConfiguration::UA_AggregateConfiguration
Open62541.UA_AggregateFilterResult
— Typestruct UA_AggregateFilterResult
Fields:
revisedStartTime::Int64
revisedProcessingInterval::Float64
revisedAggregateConfiguration::UA_AggregateConfiguration
Open62541.UA_AliasNameDataType
— Typestruct UA_AliasNameDataType
Fields:
aliasName::UA_QualifiedName
referencedNodesSize::UInt64
referencedNodes::Ptr{UA_ExpandedNodeId}
Open62541.UA_Annotation
— Typestruct UA_Annotation
Fields:
message::UA_String
userName::UA_String
annotationTime::Int64
Open62541.UA_AnonymousIdentityToken
— Typestruct UA_AnonymousIdentityToken
Fields:
policyId::UA_String
Open62541.UA_ApplicationDescription
— Typestruct 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}
Open62541.UA_Argument
— Typestruct UA_Argument
Fields:
name::UA_String
dataType::UA_NodeId
valueRank::Int32
arrayDimensionsSize::UInt64
arrayDimensions::Ptr{UInt32}
description::UA_LocalizedText
Open62541.UA_AsyncOperationRequest
— Typestruct 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.
Open62541.UA_AsyncOperationResponse
— Typestruct 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.
Open62541.UA_AttributeOperand
— Typestruct UA_AttributeOperand
Fields:
nodeId::UA_NodeId
alias::UA_String
browsePath::UA_RelativePath
attributeId::UInt32
indexRange::UA_String
Open62541.UA_AxisInformation
— Typestruct UA_AxisInformation
Fields:
engineeringUnits::UA_EUInformation
eURange::UA_Range
title::UA_LocalizedText
axisScaleType::UA_AxisScaleEnumeration
axisStepsSize::UInt64
axisSteps::Ptr{Float64}
Open62541.UA_BrokerConnectionTransportDataType
— Typestruct UA_BrokerConnectionTransportDataType
Fields:
resourceUri::UA_String
authenticationProfileUri::UA_String
Open62541.UA_BrokerDataSetReaderTransportDataType
— Typestruct UA_BrokerDataSetReaderTransportDataType
Fields:
queueName::UA_String
resourceUri::UA_String
authenticationProfileUri::UA_String
requestedDeliveryGuarantee::UA_BrokerTransportQualityOfService
metaDataQueueName::UA_String
Open62541.UA_BrokerDataSetWriterTransportDataType
— Typestruct UA_BrokerDataSetWriterTransportDataType
Fields:
queueName::UA_String
resourceUri::UA_String
authenticationProfileUri::UA_String
requestedDeliveryGuarantee::UA_BrokerTransportQualityOfService
metaDataQueueName::UA_String
metaDataUpdateTime::Float64
Open62541.UA_BrokerWriterGroupTransportDataType
— Typestruct UA_BrokerWriterGroupTransportDataType
Fields:
queueName::UA_String
resourceUri::UA_String
authenticationProfileUri::UA_String
requestedDeliveryGuarantee::UA_BrokerTransportQualityOfService
Open62541.UA_BrowseDescription
— Typestruct UA_BrowseDescription
Fields:
nodeId::UA_NodeId
browseDirection::UA_BrowseDirection
referenceTypeId::UA_NodeId
includeSubtypes::Bool
nodeClassMask::UInt32
resultMask::UInt32
Open62541.UA_BrowseNextRequest
— Typestruct UA_BrowseNextRequest
Fields:
requestHeader::UA_RequestHeader
releaseContinuationPoints::Bool
continuationPointsSize::UInt64
continuationPoints::Ptr{UA_String}
Open62541.UA_BrowseNextResponse
— Typestruct UA_BrowseNextResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_BrowseResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_BrowsePath
— Typestruct UA_BrowsePath
Fields:
startingNode::UA_NodeId
relativePath::UA_RelativePath
Open62541.UA_BrowsePathResult
— Typestruct UA_BrowsePathResult
Fields:
statusCode::UInt32
targetsSize::UInt64
targets::Ptr{UA_BrowsePathTarget}
Open62541.UA_BrowsePathTarget
— Typestruct UA_BrowsePathTarget
Fields:
targetId::UA_ExpandedNodeId
remainingPathIndex::UInt32
Open62541.UA_BrowseRequest
— Typestruct UA_BrowseRequest
Fields:
requestHeader::UA_RequestHeader
view::UA_ViewDescription
requestedMaxReferencesPerNode::UInt32
nodesToBrowseSize::UInt64
nodesToBrowse::Ptr{UA_BrowseDescription}
Open62541.UA_BrowseResponse
— Typestruct UA_BrowseResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_BrowseResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_BrowseResult
— Typestruct UA_BrowseResult
Fields:
statusCode::UInt32
continuationPoint::UA_String
referencesSize::UInt64
references::Ptr{UA_ReferenceDescription}
Open62541.UA_BuildInfo
— Typestruct UA_BuildInfo
Fields:
productUri::UA_String
manufacturerName::UA_String
productName::UA_String
softwareVersion::UA_String
buildNumber::UA_String
buildDate::Int64
Open62541.UA_CallMethodRequest
— Typestruct UA_CallMethodRequest
Fields:
objectId::UA_NodeId
methodId::UA_NodeId
inputArgumentsSize::UInt64
inputArguments::Ptr{UA_Variant}
Open62541.UA_CallMethodResult
— Typestruct UA_CallMethodResult
Fields:
statusCode::UInt32
inputArgumentResultsSize::UInt64
inputArgumentResults::Ptr{UInt32}
inputArgumentDiagnosticInfosSize::UInt64
inputArgumentDiagnosticInfos::Ptr{UA_DiagnosticInfo}
outputArgumentsSize::UInt64
outputArguments::Ptr{UA_Variant}
Open62541.UA_CallRequest
— Typestruct UA_CallRequest
Fields:
requestHeader::UA_RequestHeader
methodsToCallSize::UInt64
methodsToCall::Ptr{UA_CallMethodRequest}
Open62541.UA_CallResponse
— Typestruct UA_CallResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_CallMethodResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_CancelRequest
— Typestruct UA_CancelRequest
Fields:
requestHeader::UA_RequestHeader
requestHandle::UInt32
Open62541.UA_CancelResponse
— Typestruct UA_CancelResponse
Fields:
responseHeader::UA_ResponseHeader
cancelCount::UInt32
Open62541.UA_CertificateVerification
— Typestruct 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}
Open62541.UA_ChannelSecurityToken
— Typestruct UA_ChannelSecurityToken
Fields:
channelId::UInt32
tokenId::UInt32
createdAt::Int64
revisedLifetime::UInt32
Open62541.UA_ClientConfig
— Typestruct 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}
Open62541.UA_CloseSecureChannelRequest
— Typestruct UA_CloseSecureChannelRequest
Fields:
requestHeader::UA_RequestHeader
Open62541.UA_CloseSecureChannelResponse
— Typestruct UA_CloseSecureChannelResponse
Fields:
responseHeader::UA_ResponseHeader
Open62541.UA_CloseSessionRequest
— Typestruct UA_CloseSessionRequest
Fields:
requestHeader::UA_RequestHeader
deleteSubscriptions::Bool
Open62541.UA_CloseSessionResponse
— Typestruct UA_CloseSessionResponse
Fields:
responseHeader::UA_ResponseHeader
Open62541.UA_ComplexNumberType
— Typestruct UA_ComplexNumberType
Fields:
real::Float32
imaginary::Float32
Open62541.UA_ConfigurationVersionDataType
— Typestruct UA_ConfigurationVersionDataType
Fields:
majorVersion::UInt32
minorVersion::UInt32
Open62541.UA_ConnectionConfig
— Typestruct UA_ConnectionConfig
Fields:
protocolVersion::UInt32
recvBufferSize::UInt32
sendBufferSize::UInt32
localMaxMessageSize::UInt32
remoteMaxMessageSize::UInt32
localMaxChunkCount::UInt32
remoteMaxChunkCount::UInt32
Open62541.UA_ConnectionManager
— Typestruct UA_ConnectionManager
Fields:
eventSource::UA_EventSource
protocol::UA_String
openConnection::Ptr{Nothing}
sendWithConnection::Ptr{Nothing}
closeConnection::Ptr{Nothing}
allocNetworkBuffer::Ptr{Nothing}
freeNetworkBuffer::Ptr{Nothing}
Open62541.UA_ContentFilter
— Typestruct UA_ContentFilter
Fields:
elementsSize::UInt64
elements::Ptr{UA_ContentFilterElement}
Open62541.UA_ContentFilterElement
— Typestruct UA_ContentFilterElement
Fields:
filterOperator::UA_FilterOperator
filterOperandsSize::UInt64
filterOperands::Ptr{UA_ExtensionObject}
Open62541.UA_ContentFilterElementResult
— Typestruct UA_ContentFilterElementResult
Fields:
statusCode::UInt32
operandStatusCodesSize::UInt64
operandStatusCodes::Ptr{UInt32}
operandDiagnosticInfosSize::UInt64
operandDiagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_ContentFilterResult
— Typestruct UA_ContentFilterResult
Fields:
elementResultsSize::UInt64
elementResults::Ptr{UA_ContentFilterElementResult}
elementDiagnosticInfosSize::UInt64
elementDiagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_CreateMonitoredItemsRequest
— Typestruct UA_CreateMonitoredItemsRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionId::UInt32
timestampsToReturn::UA_TimestampsToReturn
itemsToCreateSize::UInt64
itemsToCreate::Ptr{UA_MonitoredItemCreateRequest}
Open62541.UA_CreateMonitoredItemsResponse
— Typestruct UA_CreateMonitoredItemsResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_MonitoredItemCreateResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_CreateSessionRequest
— Typestruct 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
Open62541.UA_CreateSessionResponse
— Typestruct 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
Open62541.UA_CreateSubscriptionRequest
— Typestruct UA_CreateSubscriptionRequest
Fields:
requestHeader::UA_RequestHeader
requestedPublishingInterval::Float64
requestedLifetimeCount::UInt32
requestedMaxKeepAliveCount::UInt32
maxNotificationsPerPublish::UInt32
publishingEnabled::Bool
priority::UInt8
Open62541.UA_CreateSubscriptionResponse
— Typestruct UA_CreateSubscriptionResponse
Fields:
responseHeader::UA_ResponseHeader
subscriptionId::UInt32
revisedPublishingInterval::Float64
revisedLifetimeCount::UInt32
revisedMaxKeepAliveCount::UInt32
Open62541.UA_CurrencyUnitType
— Typestruct UA_CurrencyUnitType
Fields:
numericCode::Int16
exponent::Int8
alphabeticCode::UA_String
currency::UA_LocalizedText
Open62541.UA_DataChangeFilter
— Typestruct UA_DataChangeFilter
Fields:
trigger::UA_DataChangeTrigger
deadbandType::UInt32
deadbandValue::Float64
Open62541.UA_DataChangeNotification
— Typestruct UA_DataChangeNotification
Fields:
monitoredItemsSize::UInt64
monitoredItems::Ptr{UA_MonitoredItemNotification}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_DataSetFieldConfig
— Typestruct UA_DataSetFieldConfig
Fields:
data::NTuple{200, UInt8}
Open62541.UA_DataSetFieldResult
— Typestruct UA_DataSetFieldResult
Fields:
result::UInt32
configurationVersion::UA_ConfigurationVersionDataType
Open62541.UA_DataSetMetaDataType
— Typestruct 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
Open62541.UA_DataSetReaderConfig
— Typestruct UA_DataSetReaderConfig
Fields:
data::NTuple{384, UInt8}
Open62541.UA_DataSetReaderDataType
— Typestruct 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
Open62541.UA_DataSetVariableConfig
— Typestruct UA_DataSetVariableConfig
Fields:
data::NTuple{192, UInt8}
Open62541.UA_DataSetWriterConfig
— Typestruct UA_DataSetWriterConfig
Fields:
name::UA_String
dataSetWriterId::UInt16
dataSetFieldContentMask::UInt32
keyFrameCount::UInt32
messageSettings::UA_ExtensionObject
transportSettings::UA_ExtensionObject
dataSetName::UA_String
dataSetWriterProperties::UA_KeyValueMap
Open62541.UA_DataSetWriterDataType
— Typestruct 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
Open62541.UA_DataSource
— Typestruct UA_DataSource
Fields:
read::Ptr{Nothing}
write::Ptr{Nothing}
Open62541.UA_DataType
— Typestruct 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.
Open62541.UA_DataTypeMember
— Typestruct 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.
Open62541.UA_DataValue
— Typestruct 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
Open62541.UA_DatagramConnectionTransport2DataType
— Typestruct UA_DatagramConnectionTransport2DataType
Fields:
discoveryAddress::UA_ExtensionObject
discoveryAnnounceRate::UInt32
discoveryMaxMessageSize::UInt32
qosCategory::UA_String
datagramQosSize::UInt64
datagramQos::Ptr{UA_ExtensionObject}
Open62541.UA_DatagramConnectionTransportDataType
— Typestruct UA_DatagramConnectionTransportDataType
Fields:
discoveryAddress::UA_ExtensionObject
Open62541.UA_DatagramDataSetReaderTransportDataType
— Typestruct UA_DatagramDataSetReaderTransportDataType
Fields:
address::UA_ExtensionObject
qosCategory::UA_String
datagramQosSize::UInt64
datagramQos::Ptr{UA_ExtensionObject}
topic::UA_String
Open62541.UA_DatagramWriterGroupTransport2DataType
— Typestruct UA_DatagramWriterGroupTransport2DataType
Fields:
messageRepeatCount::UInt8
messageRepeatDelay::Float64
address::UA_ExtensionObject
qosCategory::UA_String
datagramQosSize::UInt64
datagramQos::Ptr{UA_ExtensionObject}
discoveryAnnounceRate::UInt32
topic::UA_String
Open62541.UA_DatagramWriterGroupTransportDataType
— Typestruct UA_DatagramWriterGroupTransportDataType
Fields:
messageRepeatCount::UInt8
messageRepeatDelay::Float64
Open62541.UA_DateTimeStruct
— Typestruct UA_DateTimeStruct
Fields:
nanoSec::UInt16
microSec::UInt16
milliSec::UInt16
sec::UInt16
min::UInt16
hour::UInt16
day::UInt16
month::UInt16
year::Int16
Open62541.UA_DecimalDataType
— Typestruct UA_DecimalDataType
Fields:
scale::Int16
value::UA_String
Open62541.UA_DecodeBinaryOptions
— Typestruct UA_DecodeBinaryOptions
Fields:
customTypes::Ptr{UA_DataTypeArray}
Open62541.UA_DecodeJsonOptions
— Typestruct UA_DecodeJsonOptions
Fields:
namespaces::Ptr{UA_String}
namespacesSize::UInt64
serverUris::Ptr{UA_String}
serverUrisSize::UInt64
customTypes::Ptr{UA_DataTypeArray}
Open62541.UA_DelayedCallback
— Typestruct UA_DelayedCallback
Fields:
next::Ptr{UA_DelayedCallback}
callback::Ptr{Nothing}
application::Ptr{Nothing}
context::Ptr{Nothing}
Open62541.UA_DeleteAtTimeDetails
— Typestruct UA_DeleteAtTimeDetails
Fields:
nodeId::UA_NodeId
reqTimesSize::UInt64
reqTimes::Ptr{Int64}
Open62541.UA_DeleteEventDetails
— Typestruct UA_DeleteEventDetails
Fields:
nodeId::UA_NodeId
eventIdsSize::UInt64
eventIds::Ptr{UA_String}
Open62541.UA_DeleteMonitoredItemsRequest
— Typestruct UA_DeleteMonitoredItemsRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionId::UInt32
monitoredItemIdsSize::UInt64
monitoredItemIds::Ptr{UInt32}
Open62541.UA_DeleteMonitoredItemsResponse
— Typestruct UA_DeleteMonitoredItemsResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_DeleteNodesItem
— Typestruct UA_DeleteNodesItem
Fields:
nodeId::UA_NodeId
deleteTargetReferences::Bool
Open62541.UA_DeleteNodesRequest
— Typestruct UA_DeleteNodesRequest
Fields:
requestHeader::UA_RequestHeader
nodesToDeleteSize::UInt64
nodesToDelete::Ptr{UA_DeleteNodesItem}
Open62541.UA_DeleteNodesResponse
— Typestruct UA_DeleteNodesResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_DeleteRawModifiedDetails
— Typestruct UA_DeleteRawModifiedDetails
Fields:
nodeId::UA_NodeId
isDeleteModified::Bool
startTime::Int64
endTime::Int64
Open62541.UA_DeleteReferencesItem
— Typestruct UA_DeleteReferencesItem
Fields:
sourceNodeId::UA_NodeId
referenceTypeId::UA_NodeId
isForward::Bool
targetNodeId::UA_ExpandedNodeId
deleteBidirectional::Bool
Open62541.UA_DeleteReferencesRequest
— Typestruct UA_DeleteReferencesRequest
Fields:
requestHeader::UA_RequestHeader
referencesToDeleteSize::UInt64
referencesToDelete::Ptr{UA_DeleteReferencesItem}
Open62541.UA_DeleteReferencesResponse
— Typestruct UA_DeleteReferencesResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_DeleteSubscriptionsRequest
— Typestruct UA_DeleteSubscriptionsRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionIdsSize::UInt64
subscriptionIds::Ptr{UInt32}
Open62541.UA_DeleteSubscriptionsResponse
— Typestruct UA_DeleteSubscriptionsResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_DiagnosticInfo
— Typestruct 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.
Open62541.UA_DoubleComplexNumberType
— Typestruct UA_DoubleComplexNumberType
Fields:
real::Float64
imaginary::Float64
Open62541.UA_DurationRange
— Typestruct UA_DurationRange
Fields:
min::Float64
max::Float64
Open62541.UA_EUInformation
— Typestruct UA_EUInformation
Fields:
namespaceUri::UA_String
unitId::Int32
displayName::UA_LocalizedText
description::UA_LocalizedText
Open62541.UA_ElementOperand
— Typestruct UA_ElementOperand
Fields:
index::UInt32
Open62541.UA_EncodeJsonOptions
— Typestruct UA_EncodeJsonOptions
Fields:
namespaces::Ptr{UA_String}
namespacesSize::UInt64
serverUris::Ptr{UA_String}
serverUrisSize::UInt64
useReversible::Bool
prettyPrint::Bool
unquotedKeys::Bool
stringNodeIds::Bool
Open62541.UA_EndpointConfiguration
— Typestruct UA_EndpointConfiguration
Fields:
operationTimeout::Int32
useBinaryEncoding::Bool
maxStringLength::Int32
maxByteStringLength::Int32
maxArrayLength::Int32
maxMessageSize::Int32
maxBufferSize::Int32
channelLifetime::Int32
securityTokenLifetime::Int32
Open62541.UA_EndpointDescription
— Typestruct 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
Open62541.UA_EndpointType
— Typestruct UA_EndpointType
Fields:
endpointUrl::UA_String
securityMode::UA_MessageSecurityMode
securityPolicyUri::UA_String
transportProfileUri::UA_String
Open62541.UA_EndpointUrlListDataType
— Typestruct UA_EndpointUrlListDataType
Fields:
endpointUrlListSize::UInt64
endpointUrlList::Ptr{UA_String}
Open62541.UA_EnumDefinition
— Typestruct UA_EnumDefinition
Fields:
fieldsSize::UInt64
fields::Ptr{UA_EnumField}
Open62541.UA_EnumDescription
— Typestruct UA_EnumDescription
Fields:
dataTypeId::UA_NodeId
name::UA_QualifiedName
enumDefinition::UA_EnumDefinition
builtInType::UInt8
Open62541.UA_EnumField
— Typestruct UA_EnumField
Fields:
value::Int64
displayName::UA_LocalizedText
description::UA_LocalizedText
name::UA_String
Open62541.UA_EnumValueType
— Typestruct UA_EnumValueType
Fields:
value::Int64
displayName::UA_LocalizedText
description::UA_LocalizedText
Open62541.UA_EphemeralKeyType
— Typestruct UA_EphemeralKeyType
Fields:
publicKey::UA_String
signature::UA_String
Open62541.UA_EventFieldList
— Typestruct UA_EventFieldList
Fields:
clientHandle::UInt32
eventFieldsSize::UInt64
eventFields::Ptr{UA_Variant}
Open62541.UA_EventFilter
— Typestruct UA_EventFilter
Fields:
selectClausesSize::UInt64
selectClauses::Ptr{UA_SimpleAttributeOperand}
whereClause::UA_ContentFilter
Open62541.UA_EventFilterResult
— Typestruct UA_EventFilterResult
Fields:
selectClauseResultsSize::UInt64
selectClauseResults::Ptr{UInt32}
selectClauseDiagnosticInfosSize::UInt64
selectClauseDiagnosticInfos::Ptr{UA_DiagnosticInfo}
whereClauseResult::UA_ContentFilterResult
Open62541.UA_EventLoop
— Typestruct 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}
Open62541.UA_EventNotificationList
— Typestruct UA_EventNotificationList
Fields:
eventsSize::UInt64
events::Ptr{UA_EventFieldList}
Open62541.UA_EventSource
— Typestruct 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}
Open62541.UA_ExpandedNodeId
— Typestruct UA_ExpandedNodeId
Fields:
nodeId::UA_NodeId
namespaceUri::UA_String
serverIndex::UInt32
Open62541.UA_ExtensionObject
— Typestruct 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.
Open62541.UA_ExternalValueCallback
— Typestruct UA_ExternalValueCallback
Fields:
notificationRead::Ptr{Nothing}
userWrite::Ptr{Nothing}
Open62541.UA_FieldMetaData
— Typestruct 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}
Open62541.UA_FieldTargetDataType
— Typestruct UA_FieldTargetDataType
Fields:
dataSetFieldId::UA_Guid
receiverIndexRange::UA_String
targetNodeId::UA_NodeId
attributeId::UInt32
writeIndexRange::UA_String
overrideValueHandling::UA_OverrideValueHandling
overrideValue::UA_Variant
Open62541.UA_FieldTargetVariable
— Typestruct UA_FieldTargetVariable
Fields:
targetVariable::UA_FieldTargetDataType
externalDataValue::Ptr{Ptr{UA_DataValue}}
targetVariableContext::Ptr{Nothing}
beforeWrite::Ptr{Nothing}
afterWrite::Ptr{Nothing}
Open62541.UA_FindServersOnNetworkRequest
— Typestruct UA_FindServersOnNetworkRequest
Fields:
requestHeader::UA_RequestHeader
startingRecordId::UInt32
maxRecordsToReturn::UInt32
serverCapabilityFilterSize::UInt64
serverCapabilityFilter::Ptr{UA_String}
Open62541.UA_FindServersOnNetworkResponse
— Typestruct UA_FindServersOnNetworkResponse
Fields:
responseHeader::UA_ResponseHeader
lastCounterResetTime::Int64
serversSize::UInt64
servers::Ptr{UA_ServerOnNetwork}
Open62541.UA_FindServersRequest
— Typestruct UA_FindServersRequest
Fields:
requestHeader::UA_RequestHeader
endpointUrl::UA_String
localeIdsSize::UInt64
localeIds::Ptr{UA_String}
serverUrisSize::UInt64
serverUris::Ptr{UA_String}
Open62541.UA_FindServersResponse
— Typestruct UA_FindServersResponse
Fields:
responseHeader::UA_ResponseHeader
serversSize::UInt64
servers::Ptr{UA_ApplicationDescription}
Open62541.UA_GenericAttributeValue
— Typestruct UA_GenericAttributeValue
Fields:
attributeId::UInt32
value::UA_Variant
Open62541.UA_GenericAttributes
— Typestruct UA_GenericAttributes
Fields:
specifiedAttributes::UInt32
displayName::UA_LocalizedText
description::UA_LocalizedText
writeMask::UInt32
userWriteMask::UInt32
attributeValuesSize::UInt64
attributeValues::Ptr{UA_GenericAttributeValue}
Open62541.UA_GetEndpointsRequest
— Typestruct UA_GetEndpointsRequest
Fields:
requestHeader::UA_RequestHeader
endpointUrl::UA_String
localeIdsSize::UInt64
localeIds::Ptr{UA_String}
profileUrisSize::UInt64
profileUris::Ptr{UA_String}
Open62541.UA_GetEndpointsResponse
— Typestruct UA_GetEndpointsResponse
Fields:
responseHeader::UA_ResponseHeader
endpointsSize::UInt64
endpoints::Ptr{UA_EndpointDescription}
Open62541.UA_GlobalNodeLifecycle
— Typestruct UA_GlobalNodeLifecycle
Fields:
constructor::Ptr{Nothing}
destructor::Ptr{Nothing}
createOptionalChild::Ptr{Nothing}
generateChildNodeId::Ptr{Nothing}
Open62541.UA_Guid
— Typestruct UA_Guid
Fields:
data1::UInt32
data2::UInt16
data3::UInt16
data4::NTuple{8, UInt8}
Open62541.UA_HistorizingNodeIdSettings
— Typestruct UA_HistorizingNodeIdSettings
Fields:
historizingBackend::UA_HistoryDataBackend
maxHistoryDataResponseSize::UInt64
historizingUpdateStrategy::UA_HistorizingUpdateStrategy
pollingInterval::UInt64
userContext::Ptr{Nothing}
Open62541.UA_HistoryData
— Typestruct UA_HistoryData
Fields:
dataValuesSize::UInt64
dataValues::Ptr{UA_DataValue}
Open62541.UA_HistoryDataBackend
— Typestruct 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}
Open62541.UA_HistoryDataGathering
— Typestruct 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}
Open62541.UA_HistoryDatabase
— Typestruct 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}
Open62541.UA_HistoryEvent
— Typestruct UA_HistoryEvent
Fields:
eventsSize::UInt64
events::Ptr{UA_HistoryEventFieldList}
Open62541.UA_HistoryEventFieldList
— Typestruct UA_HistoryEventFieldList
Fields:
eventFieldsSize::UInt64
eventFields::Ptr{UA_Variant}
Open62541.UA_HistoryModifiedData
— Typestruct UA_HistoryModifiedData
Fields:
dataValuesSize::UInt64
dataValues::Ptr{UA_DataValue}
modificationInfosSize::UInt64
modificationInfos::Ptr{UA_ModificationInfo}
Open62541.UA_HistoryReadRequest
— Typestruct UA_HistoryReadRequest
Fields:
requestHeader::UA_RequestHeader
historyReadDetails::UA_ExtensionObject
timestampsToReturn::UA_TimestampsToReturn
releaseContinuationPoints::Bool
nodesToReadSize::UInt64
nodesToRead::Ptr{UA_HistoryReadValueId}
Open62541.UA_HistoryReadResponse
— Typestruct UA_HistoryReadResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_HistoryReadResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_HistoryReadResult
— Typestruct UA_HistoryReadResult
Fields:
statusCode::UInt32
continuationPoint::UA_String
historyData::UA_ExtensionObject
Open62541.UA_HistoryReadValueId
— Typestruct UA_HistoryReadValueId
Fields:
nodeId::UA_NodeId
indexRange::UA_String
dataEncoding::UA_QualifiedName
continuationPoint::UA_String
Open62541.UA_HistoryUpdateDetails
— Typestruct UA_HistoryUpdateDetails
Fields:
nodeId::UA_NodeId
Open62541.UA_HistoryUpdateRequest
— Typestruct UA_HistoryUpdateRequest
Fields:
requestHeader::UA_RequestHeader
historyUpdateDetailsSize::UInt64
historyUpdateDetails::Ptr{UA_ExtensionObject}
Open62541.UA_HistoryUpdateResponse
— Typestruct UA_HistoryUpdateResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_HistoryUpdateResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_HistoryUpdateResult
— Typestruct UA_HistoryUpdateResult
Fields:
statusCode::UInt32
operationResultsSize::UInt64
operationResults::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_IdentityMappingRuleType
— Typestruct UA_IdentityMappingRuleType
Fields:
criteriaType::UA_IdentityCriteriaType
criteria::UA_String
Open62541.UA_InterruptManager
— Typestruct UA_InterruptManager
Fields:
eventSource::UA_EventSource
registerInterrupt::Ptr{Nothing}
deregisterInterrupt::Ptr{Nothing}
Open62541.UA_IssuedIdentityToken
— Typestruct UA_IssuedIdentityToken
Fields:
policyId::UA_String
tokenData::UA_String
encryptionAlgorithm::UA_String
Open62541.UA_JsonDataSetReaderMessageDataType
— Typestruct UA_JsonDataSetReaderMessageDataType
Fields:
networkMessageContentMask::UInt32
dataSetMessageContentMask::UInt32
Open62541.UA_JsonDataSetWriterMessageDataType
— Typestruct UA_JsonDataSetWriterMessageDataType
Fields:
dataSetMessageContentMask::UInt32
Open62541.UA_JsonWriterGroupMessageDataType
— Typestruct UA_JsonWriterGroupMessageDataType
Fields:
networkMessageContentMask::UInt32
Open62541.UA_KeyValueMap
— Typestruct UA_KeyValueMap
Fields:
mapSize::UInt64
map::Ptr{UA_KeyValuePair}
Open62541.UA_KeyValuePair
— Typestruct UA_KeyValuePair
Fields:
key::UA_QualifiedName
value::UA_Variant
Open62541.UA_LiteralOperand
— Typestruct UA_LiteralOperand
Fields:
value::UA_Variant
Open62541.UA_LocalizedText
— Typestruct UA_LocalizedText
Fields:
locale::UA_String
text::UA_String
Open62541.UA_LocalizedTextListEntry
— Typestruct UA_LocalizedTextListEntry
Fields:
next::Ptr{UA_LocalizedTextListEntry}
localizedText::UA_LocalizedText
Open62541.UA_Logger
— Typestruct UA_Logger
Fields:
log::Ptr{Nothing}
context::Ptr{Nothing}
clear::Ptr{Nothing}
Open62541.UA_MdnsDiscoveryConfiguration
— Typestruct UA_MdnsDiscoveryConfiguration
Fields:
mdnsServerName::UA_String
serverCapabilitiesSize::UInt64
serverCapabilities::Ptr{UA_String}
Open62541.UA_MethodAttributes
— Typestruct UA_MethodAttributes
Fields:
specifiedAttributes::UInt32
displayName::UA_LocalizedText
description::UA_LocalizedText
writeMask::UInt32
userWriteMask::UInt32
executable::Bool
userExecutable::Bool
Open62541.UA_MethodNode
— Typestruct UA_MethodNode
Fields:
head::UA_NodeHead
executable::Bool
method::Ptr{Nothing}
async::Bool
Open62541.UA_ModelChangeStructureDataType
— Typestruct UA_ModelChangeStructureDataType
Fields:
affected::UA_NodeId
affectedType::UA_NodeId
verb::UInt8
Open62541.UA_ModificationInfo
— Typestruct UA_ModificationInfo
Fields:
modificationTime::Int64
updateType::UA_HistoryUpdateType
userName::UA_String
Open62541.UA_ModifyMonitoredItemsRequest
— Typestruct UA_ModifyMonitoredItemsRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionId::UInt32
timestampsToReturn::UA_TimestampsToReturn
itemsToModifySize::UInt64
itemsToModify::Ptr{UA_MonitoredItemModifyRequest}
Open62541.UA_ModifyMonitoredItemsResponse
— Typestruct UA_ModifyMonitoredItemsResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_MonitoredItemModifyResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_ModifySubscriptionRequest
— Typestruct UA_ModifySubscriptionRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionId::UInt32
requestedPublishingInterval::Float64
requestedLifetimeCount::UInt32
requestedMaxKeepAliveCount::UInt32
maxNotificationsPerPublish::UInt32
priority::UInt8
Open62541.UA_ModifySubscriptionResponse
— Typestruct UA_ModifySubscriptionResponse
Fields:
responseHeader::UA_ResponseHeader
revisedPublishingInterval::Float64
revisedLifetimeCount::UInt32
revisedMaxKeepAliveCount::UInt32
Open62541.UA_MonitoredItemCreateRequest
— Typestruct UA_MonitoredItemCreateRequest
Fields:
itemToMonitor::UA_ReadValueId
monitoringMode::UA_MonitoringMode
requestedParameters::UA_MonitoringParameters
Open62541.UA_MonitoredItemCreateResult
— Typestruct UA_MonitoredItemCreateResult
Fields:
statusCode::UInt32
monitoredItemId::UInt32
revisedSamplingInterval::Float64
revisedQueueSize::UInt32
filterResult::UA_ExtensionObject
Open62541.UA_MonitoredItemModifyRequest
— Typestruct UA_MonitoredItemModifyRequest
Fields:
monitoredItemId::UInt32
requestedParameters::UA_MonitoringParameters
Open62541.UA_MonitoredItemModifyResult
— Typestruct UA_MonitoredItemModifyResult
Fields:
statusCode::UInt32
revisedSamplingInterval::Float64
revisedQueueSize::UInt32
filterResult::UA_ExtensionObject
Open62541.UA_MonitoredItemNotification
— Typestruct UA_MonitoredItemNotification
Fields:
clientHandle::UInt32
value::UA_DataValue
Open62541.UA_MonitoringParameters
— Typestruct UA_MonitoringParameters
Fields:
clientHandle::UInt32
samplingInterval::Float64
filter::UA_ExtensionObject
queueSize::UInt32
discardOldest::Bool
Open62541.UA_NetworkAddressDataType
— Typestruct UA_NetworkAddressDataType
Fields:
networkInterface::UA_String
Open62541.UA_NetworkAddressUrlDataType
— Typestruct UA_NetworkAddressUrlDataType
Fields:
networkInterface::UA_String
url::UA_String
Open62541.UA_NetworkGroupDataType
— Typestruct UA_NetworkGroupDataType
Fields:
serverUri::UA_String
networkPathsSize::UInt64
networkPaths::Ptr{UA_EndpointUrlListDataType}
Open62541.UA_Node
— Typestruct 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.
Open62541.UA_NodeId
— Typestruct 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.
Open62541.UA_NodePointer
— Typestruct 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.
Open62541.UA_NotificationMessage
— Typestruct UA_NotificationMessage
Fields:
sequenceNumber::UInt32
publishTime::Int64
notificationDataSize::UInt64
notificationData::Ptr{UA_ExtensionObject}
Open62541.UA_NumericRange
— Typestruct UA_NumericRange
Fields:
dimensionsSize::UInt64
dimensions::Ptr{UA_NumericRangeDimension}
Open62541.UA_NumericRangeDimension
— Typestruct UA_NumericRangeDimension
Fields:
min::UInt32
max::UInt32
Open62541.UA_ObjectAttributes
— Typestruct UA_ObjectAttributes
Fields:
specifiedAttributes::UInt32
displayName::UA_LocalizedText
description::UA_LocalizedText
writeMask::UInt32
userWriteMask::UInt32
eventNotifier::UInt8
Open62541.UA_ObjectNode
— Typestruct UA_ObjectNode
Fields:
head::UA_NodeHead
eventNotifier::UInt8
Open62541.UA_ObjectTypeAttributes
— Typestruct UA_ObjectTypeAttributes
Fields:
specifiedAttributes::UInt32
displayName::UA_LocalizedText
description::UA_LocalizedText
writeMask::UInt32
userWriteMask::UInt32
isAbstract::Bool
Open62541.UA_ObjectTypeNode
— Typestruct UA_ObjectTypeNode
Fields:
head::UA_NodeHead
isAbstract::Bool
lifecycle::UA_NodeTypeLifecycle
Open62541.UA_OpenSecureChannelRequest
— Typestruct UA_OpenSecureChannelRequest
Fields:
requestHeader::UA_RequestHeader
clientProtocolVersion::UInt32
requestType::UA_SecurityTokenRequestType
securityMode::UA_MessageSecurityMode
clientNonce::UA_String
requestedLifetime::UInt32
Open62541.UA_OpenSecureChannelResponse
— Typestruct UA_OpenSecureChannelResponse
Fields:
responseHeader::UA_ResponseHeader
serverProtocolVersion::UInt32
securityToken::UA_ChannelSecurityToken
serverNonce::UA_String
Open62541.UA_OptionSet
— Typestruct UA_OptionSet
Fields:
value::UA_String
validBits::UA_String
Open62541.UA_ParsingResult
— Typestruct UA_ParsingResult
Fields:
statusCode::UInt32
dataStatusCodesSize::UInt64
dataStatusCodes::Ptr{UInt32}
dataDiagnosticInfosSize::UInt64
dataDiagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_PortableNodeId
— Typestruct UA_PortableNodeId
Fields:
namespaceUri::UA_String
identifier::UA_NodeId
Open62541.UA_PortableQualifiedName
— Typestruct UA_PortableQualifiedName
Fields:
namespaceUri::UA_String
name::UA_String
Open62541.UA_PriorityMappingEntryType
— Typestruct UA_PriorityMappingEntryType
Fields:
mappingUri::UA_String
priorityLabel::UA_String
priorityValue_PCP::UInt8
priorityValue_DSCP::UInt32
Open62541.UA_ProgramDiagnostic2DataType
— Typestruct 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
Open62541.UA_ProgramDiagnosticDataType
— Typestruct 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
Open62541.UA_PubSubConfiguration
— Typestruct UA_PubSubConfiguration
Fields:
stateChangeCallback::Ptr{Nothing}
enableDeltaFrames::Bool
enableInformationModelMethods::Bool
Open62541.UA_PubSubConfiguration2DataType
— Typestruct 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}
Open62541.UA_PubSubConfigurationDataType
— Typestruct UA_PubSubConfigurationDataType
Fields:
publishedDataSetsSize::UInt64
publishedDataSets::Ptr{UA_PublishedDataSetDataType}
connectionsSize::UInt64
connections::Ptr{UA_PubSubConnectionDataType}
enabled::Bool
Open62541.UA_PubSubConfigurationRefDataType
— Typestruct UA_PubSubConfigurationRefDataType
Fields:
configurationMask::UInt32
elementIndex::UInt16
connectionIndex::UInt16
groupIndex::UInt16
Open62541.UA_PubSubConfigurationValueDataType
— Typestruct UA_PubSubConfigurationValueDataType
Fields:
configurationElement::UA_PubSubConfigurationRefDataType
name::UA_String
identifier::UA_Variant
Open62541.UA_PubSubConnectionConfig
— Typestruct 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}
Open62541.UA_PubSubConnectionDataType
— Typestruct 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}
Open62541.UA_PubSubGroupDataType
— Typestruct 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}
Open62541.UA_PubSubKeyPushTargetDataType
— Typestruct 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}
Open62541.UA_PubSub_CallbackLifecycle
— Typestruct UA_PubSub_CallbackLifecycle
Fields:
addCustomCallback::Ptr{Nothing}
changeCustomCallback::Ptr{Nothing}
removeCustomCallback::Ptr{Nothing}
Open62541.UA_PublishRequest
— Typestruct UA_PublishRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionAcknowledgementsSize::UInt64
subscriptionAcknowledgements::Ptr{UA_SubscriptionAcknowledgement}
Open62541.UA_PublishResponse
— Typestruct 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}
Open62541.UA_PublishedDataItemsDataType
— Typestruct UA_PublishedDataItemsDataType
Fields:
publishedDataSize::UInt64
publishedData::Ptr{UA_PublishedVariableDataType}
Open62541.UA_PublishedDataItemsTemplateConfig
— Typestruct UA_PublishedDataItemsTemplateConfig
Fields:
metaData::UA_DataSetMetaDataType
variablesToAddSize::UInt64
variablesToAdd::Ptr{UA_PublishedVariableDataType}
Open62541.UA_PublishedDataSetConfig
— Typestruct UA_PublishedDataSetConfig
Fields:
data::NTuple{232, UInt8}
Open62541.UA_PublishedDataSetCustomSourceDataType
— Typestruct UA_PublishedDataSetCustomSourceDataType
Fields:
cyclicDataSet::Bool
Open62541.UA_PublishedDataSetDataType
— Typestruct UA_PublishedDataSetDataType
Fields:
name::UA_String
dataSetFolderSize::UInt64
dataSetFolder::Ptr{UA_String}
dataSetMetaData::UA_DataSetMetaDataType
extensionFieldsSize::UInt64
extensionFields::Ptr{UA_KeyValuePair}
dataSetSource::UA_ExtensionObject
Open62541.UA_PublishedEventConfig
— Typestruct UA_PublishedEventConfig
Fields:
eventNotfier::UA_NodeId
filter::UA_ContentFilter
Open62541.UA_PublishedEventTemplateConfig
— Typestruct UA_PublishedEventTemplateConfig
Fields:
metaData::UA_DataSetMetaDataType
eventNotfier::UA_NodeId
selectedFieldsSize::UInt64
selectedFields::Ptr{UA_SimpleAttributeOperand}
filter::UA_ContentFilter
Open62541.UA_PublishedEventsDataType
— Typestruct UA_PublishedEventsDataType
Fields:
eventNotifier::UA_NodeId
selectedFieldsSize::UInt64
selectedFields::Ptr{UA_SimpleAttributeOperand}
filter::UA_ContentFilter
Open62541.UA_PublishedVariableDataType
— Typestruct 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}
Open62541.UA_PublisherId
— Typestruct UA_PublisherId
Fields:
data::NTuple{16, UInt8}
Open62541.UA_QualifiedName
— Typestruct UA_QualifiedName
Fields:
namespaceIndex::UInt16
name::UA_String
Open62541.UA_QueryDataDescription
— Typestruct UA_QueryDataDescription
Fields:
relativePath::UA_RelativePath
attributeId::UInt32
indexRange::UA_String
Open62541.UA_QueryDataSet
— Typestruct UA_QueryDataSet
Fields:
nodeId::UA_ExpandedNodeId
typeDefinitionNode::UA_ExpandedNodeId
valuesSize::UInt64
values::Ptr{UA_Variant}
Open62541.UA_QueryFirstRequest
— Typestruct UA_QueryFirstRequest
Fields:
requestHeader::UA_RequestHeader
view::UA_ViewDescription
nodeTypesSize::UInt64
nodeTypes::Ptr{UA_NodeTypeDescription}
filter::UA_ContentFilter
maxDataSetsToReturn::UInt32
maxReferencesToReturn::UInt32
Open62541.UA_QueryFirstResponse
— Typestruct 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
Open62541.UA_QueryNextRequest
— Typestruct UA_QueryNextRequest
Fields:
requestHeader::UA_RequestHeader
releaseContinuationPoint::Bool
continuationPoint::UA_String
Open62541.UA_QueryNextResponse
— Typestruct UA_QueryNextResponse
Fields:
responseHeader::UA_ResponseHeader
queryDataSetsSize::UInt64
queryDataSets::Ptr{UA_QueryDataSet}
revisedContinuationPoint::UA_String
Open62541.UA_Range
— Typestruct UA_Range
Fields:
low::Float64
high::Float64
Open62541.UA_RationalNumber
— Typestruct UA_RationalNumber
Fields:
numerator::Int32
denominator::UInt32
Open62541.UA_ReadAnnotationDataDetails
— Typestruct UA_ReadAnnotationDataDetails
Fields:
reqTimesSize::UInt64
reqTimes::Ptr{Int64}
Open62541.UA_ReadAtTimeDetails
— Typestruct UA_ReadAtTimeDetails
Fields:
reqTimesSize::UInt64
reqTimes::Ptr{Int64}
useSimpleBounds::Bool
Open62541.UA_ReadEventDetails
— Typestruct UA_ReadEventDetails
Fields:
numValuesPerNode::UInt32
startTime::Int64
endTime::Int64
filter::UA_EventFilter
Open62541.UA_ReadProcessedDetails
— Typestruct UA_ReadProcessedDetails
Fields:
startTime::Int64
endTime::Int64
processingInterval::Float64
aggregateTypeSize::UInt64
aggregateType::Ptr{UA_NodeId}
aggregateConfiguration::UA_AggregateConfiguration
Open62541.UA_ReadRawModifiedDetails
— Typestruct UA_ReadRawModifiedDetails
Fields:
isReadModified::Bool
startTime::Int64
endTime::Int64
numValuesPerNode::UInt32
returnBounds::Bool
Open62541.UA_ReadRequest
— Typestruct UA_ReadRequest
Fields:
requestHeader::UA_RequestHeader
maxAge::Float64
timestampsToReturn::UA_TimestampsToReturn
nodesToReadSize::UInt64
nodesToRead::Ptr{UA_ReadValueId}
Open62541.UA_ReadResponse
— Typestruct UA_ReadResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_DataValue}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_ReadValueId
— Typestruct UA_ReadValueId
Fields:
nodeId::UA_NodeId
attributeId::UInt32
indexRange::UA_String
dataEncoding::UA_QualifiedName
Open62541.UA_ReaderGroupConfig
— Typestruct UA_ReaderGroupConfig
Fields:
name::UA_String
rtLevel::UA_PubSubRTLevel
groupProperties::UA_KeyValueMap
encodingMimeType::UA_PubSubEncodingType
transportSettings::UA_ExtensionObject
securityMode::UA_MessageSecurityMode
Open62541.UA_ReaderGroupDataType
— Typestruct 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}
Open62541.UA_ReceiveQosPriorityDataType
— Typestruct UA_ReceiveQosPriorityDataType
Fields:
priorityLabel::UA_String
Open62541.UA_RedundantServerDataType
— Typestruct UA_RedundantServerDataType
Fields:
serverId::UA_String
serviceLevel::UInt8
serverState::UA_ServerState
Open62541.UA_ReferenceDescription
— Typestruct UA_ReferenceDescription
Fields:
referenceTypeId::UA_NodeId
isForward::Bool
nodeId::UA_ExpandedNodeId
browseName::UA_QualifiedName
displayName::UA_LocalizedText
nodeClass::UA_NodeClass
typeDefinition::UA_ExpandedNodeId
Open62541.UA_ReferenceNode
— Typestruct UA_ReferenceNode
Fields:
referenceTypeId::UA_NodeId
isInverse::Bool
targetId::UA_ExpandedNodeId
Open62541.UA_ReferenceTarget
— Typestruct UA_ReferenceTarget
Fields:
targetId::UA_NodePointer
targetNameHash::UInt32
Open62541.UA_ReferenceTargetTreeElem
— Typestruct UA_ReferenceTargetTreeElem
Fields:
data::NTuple{56, UInt8}
Open62541.UA_ReferenceTypeAttributes
— Typestruct UA_ReferenceTypeAttributes
Fields:
specifiedAttributes::UInt32
displayName::UA_LocalizedText
description::UA_LocalizedText
writeMask::UInt32
userWriteMask::UInt32
isAbstract::Bool
symmetric::Bool
inverseName::UA_LocalizedText
Open62541.UA_ReferenceTypeNode
— Typestruct UA_ReferenceTypeNode
Fields:
head::UA_NodeHead
isAbstract::Bool
symmetric::Bool
inverseName::UA_LocalizedText
referenceTypeIndex::UInt8
subTypes::UA_ReferenceTypeSet
Open62541.UA_ReferenceTypeSet
— Typestruct UA_ReferenceTypeSet
Fields:
bits::NTuple{4, UInt32}
Open62541.UA_RegisterNodesRequest
— Typestruct UA_RegisterNodesRequest
Fields:
requestHeader::UA_RequestHeader
nodesToRegisterSize::UInt64
nodesToRegister::Ptr{UA_NodeId}
Open62541.UA_RegisterNodesResponse
— Typestruct UA_RegisterNodesResponse
Fields:
responseHeader::UA_ResponseHeader
registeredNodeIdsSize::UInt64
registeredNodeIds::Ptr{UA_NodeId}
Open62541.UA_RegisterServer2Request
— Typestruct UA_RegisterServer2Request
Fields:
requestHeader::UA_RequestHeader
server::UA_RegisteredServer
discoveryConfigurationSize::UInt64
discoveryConfiguration::Ptr{UA_ExtensionObject}
Open62541.UA_RegisterServer2Response
— Typestruct UA_RegisterServer2Response
Fields:
responseHeader::UA_ResponseHeader
configurationResultsSize::UInt64
configurationResults::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_RegisterServerRequest
— Typestruct UA_RegisterServerRequest
Fields:
requestHeader::UA_RequestHeader
server::UA_RegisteredServer
Open62541.UA_RegisterServerResponse
— Typestruct UA_RegisterServerResponse
Fields:
responseHeader::UA_ResponseHeader
Open62541.UA_RegisteredServer
— Typestruct 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
Open62541.UA_RelativePath
— Typestruct UA_RelativePath
Fields:
elementsSize::UInt64
elements::Ptr{UA_RelativePathElement}
Open62541.UA_RelativePathElement
— Typestruct UA_RelativePathElement
Fields:
referenceTypeId::UA_NodeId
isInverse::Bool
includeSubtypes::Bool
targetName::UA_QualifiedName
Open62541.UA_RepublishRequest
— Typestruct UA_RepublishRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionId::UInt32
retransmitSequenceNumber::UInt32
Open62541.UA_RepublishResponse
— Typestruct UA_RepublishResponse
Fields:
responseHeader::UA_ResponseHeader
notificationMessage::UA_NotificationMessage
Open62541.UA_RequestHeader
— Typestruct UA_RequestHeader
Fields:
authenticationToken::UA_NodeId
timestamp::Int64
requestHandle::UInt32
returnDiagnostics::UInt32
auditEntryId::UA_String
timeoutHint::UInt32
additionalHeader::UA_ExtensionObject
Open62541.UA_ResponseHeader
— Typestruct UA_ResponseHeader
Fields:
timestamp::Int64
requestHandle::UInt32
serviceResult::UInt32
serviceDiagnostics::UA_DiagnosticInfo
stringTableSize::UInt64
stringTable::Ptr{UA_String}
additionalHeader::UA_ExtensionObject
Open62541.UA_RolePermissionType
— Typestruct UA_RolePermissionType
Fields:
roleId::UA_NodeId
permissions::UInt32
Open62541.UA_SamplingIntervalDiagnosticsDataType
— Typestruct UA_SamplingIntervalDiagnosticsDataType
Fields:
samplingInterval::Float64
monitoredItemCount::UInt32
maxMonitoredItemCount::UInt32
disabledMonitoredItemCount::UInt32
Open62541.UA_SecureChannelStatistics
— Typestruct UA_SecureChannelStatistics
Fields:
currentChannelCount::UInt64
cumulatedChannelCount::UInt64
rejectedChannelCount::UInt64
channelTimeoutCount::UInt64
channelAbortCount::UInt64
channelPurgeCount::UInt64
Open62541.UA_SecurityGroupDataType
— Typestruct 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}
Open62541.UA_SecurityPolicy
— Typestruct 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}
Open62541.UA_SecurityPolicyAsymmetricModule
— Typestruct UA_SecurityPolicyAsymmetricModule
Fields:
makeCertificateThumbprint::Ptr{Nothing}
compareCertificateThumbprint::Ptr{Nothing}
cryptoModule::UA_SecurityPolicyCryptoModule
Open62541.UA_SecurityPolicyChannelModule
— Typestruct 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}
Open62541.UA_SecurityPolicyCryptoModule
— Typestruct UA_SecurityPolicyCryptoModule
Fields:
signatureAlgorithm::UA_SecurityPolicySignatureAlgorithm
encryptionAlgorithm::UA_SecurityPolicyEncryptionAlgorithm
Open62541.UA_SecurityPolicyEncryptionAlgorithm
— Typestruct UA_SecurityPolicyEncryptionAlgorithm
Fields:
uri::UA_String
encrypt::Ptr{Nothing}
decrypt::Ptr{Nothing}
getLocalKeyLength::Ptr{Nothing}
getRemoteKeyLength::Ptr{Nothing}
getRemoteBlockSize::Ptr{Nothing}
getRemotePlainTextBlockSize::Ptr{Nothing}
Open62541.UA_SecurityPolicySignatureAlgorithm
— Typestruct UA_SecurityPolicySignatureAlgorithm
Fields:
uri::UA_String
verify::Ptr{Nothing}
sign::Ptr{Nothing}
getLocalSignatureSize::Ptr{Nothing}
getRemoteSignatureSize::Ptr{Nothing}
getLocalKeyLength::Ptr{Nothing}
getRemoteKeyLength::Ptr{Nothing}
Open62541.UA_SecurityPolicySymmetricModule
— Typestruct UA_SecurityPolicySymmetricModule
Fields:
generateKey::Ptr{Nothing}
generateNonce::Ptr{Nothing}
secureChannelNonceLength::UInt64
cryptoModule::UA_SecurityPolicyCryptoModule
Open62541.UA_SemanticChangeStructureDataType
— Typestruct UA_SemanticChangeStructureDataType
Fields:
affected::UA_NodeId
affectedType::UA_NodeId
Open62541.UA_ServerConfig
— Typestruct 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}
Open62541.UA_ServerDiagnosticsSummaryDataType
— Typestruct 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
Open62541.UA_ServerOnNetwork
— Typestruct UA_ServerOnNetwork
Fields:
recordId::UInt32
serverName::UA_String
discoveryUrl::UA_String
serverCapabilitiesSize::UInt64
serverCapabilities::Ptr{UA_String}
Open62541.UA_ServerStatistics
— Typestruct UA_ServerStatistics
Fields:
scs::UA_SecureChannelStatistics
ss::UA_SessionStatistics
Open62541.UA_ServerStatusDataType
— Typestruct UA_ServerStatusDataType
Fields:
startTime::Int64
currentTime::Int64
state::UA_ServerState
buildInfo::UA_BuildInfo
secondsTillShutdown::UInt32
shutdownReason::UA_LocalizedText
Open62541.UA_ServiceCounterDataType
— Typestruct UA_ServiceCounterDataType
Fields:
totalCount::UInt32
errorCount::UInt32
Open62541.UA_ServiceFault
— Typestruct UA_ServiceFault
Fields:
responseHeader::UA_ResponseHeader
Open62541.UA_SessionDiagnosticsDataType
— Typestruct 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
Open62541.UA_SessionSecurityDiagnosticsDataType
— Typestruct 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
Open62541.UA_SessionStatistics
— Typestruct UA_SessionStatistics
Fields:
currentSessionCount::UInt64
cumulatedSessionCount::UInt64
securityRejectedSessionCount::UInt64
rejectedSessionCount::UInt64
sessionTimeoutCount::UInt64
sessionAbortCount::UInt64
Open62541.UA_SessionlessInvokeRequestType
— Typestruct 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
Open62541.UA_SessionlessInvokeResponseType
— Typestruct UA_SessionlessInvokeResponseType
Fields:
namespaceUrisSize::UInt64
namespaceUris::Ptr{UA_String}
serverUrisSize::UInt64
serverUris::Ptr{UA_String}
serviceId::UInt32
Open62541.UA_SetMonitoringModeRequest
— Typestruct UA_SetMonitoringModeRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionId::UInt32
monitoringMode::UA_MonitoringMode
monitoredItemIdsSize::UInt64
monitoredItemIds::Ptr{UInt32}
Open62541.UA_SetMonitoringModeResponse
— Typestruct UA_SetMonitoringModeResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_SetPublishingModeRequest
— Typestruct UA_SetPublishingModeRequest
Fields:
requestHeader::UA_RequestHeader
publishingEnabled::Bool
subscriptionIdsSize::UInt64
subscriptionIds::Ptr{UInt32}
Open62541.UA_SetPublishingModeResponse
— Typestruct UA_SetPublishingModeResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_SetTriggeringRequest
— Typestruct UA_SetTriggeringRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionId::UInt32
triggeringItemId::UInt32
linksToAddSize::UInt64
linksToAdd::Ptr{UInt32}
linksToRemoveSize::UInt64
linksToRemove::Ptr{UInt32}
Open62541.UA_SetTriggeringResponse
— Typestruct 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}
Open62541.UA_SignatureData
— Typestruct UA_SignatureData
Fields:
algorithm::UA_String
signature::UA_String
Open62541.UA_SignedSoftwareCertificate
— Typestruct UA_SignedSoftwareCertificate
Fields:
certificateData::UA_String
signature::UA_String
Open62541.UA_SimpleAttributeOperand
— Typestruct UA_SimpleAttributeOperand
Fields:
typeDefinitionId::UA_NodeId
browsePathSize::UInt64
browsePath::Ptr{UA_QualifiedName}
attributeId::UInt32
indexRange::UA_String
Open62541.UA_SimpleTypeDescription
— Typestruct UA_SimpleTypeDescription
Fields:
dataTypeId::UA_NodeId
name::UA_QualifiedName
baseDataType::UA_NodeId
builtInType::UInt8
Open62541.UA_StandaloneSubscribedDataSetConfig
— Typestruct UA_StandaloneSubscribedDataSetConfig
Fields:
data::NTuple{200, UInt8}
Open62541.UA_StandaloneSubscribedDataSetDataType
— Typestruct UA_StandaloneSubscribedDataSetDataType
Fields:
name::UA_String
dataSetFolderSize::UInt64
dataSetFolder::Ptr{UA_String}
dataSetMetaData::UA_DataSetMetaDataType
subscribedDataSet::UA_ExtensionObject
Open62541.UA_StandaloneSubscribedDataSetRefDataType
— Typestruct UA_StandaloneSubscribedDataSetRefDataType
Fields:
dataSetName::UA_String
Open62541.UA_StatusChangeNotification
— Typestruct UA_StatusChangeNotification
Fields:
status::UInt32
diagnosticInfo::UA_DiagnosticInfo
Open62541.UA_StatusResult
— Typestruct UA_StatusResult
Fields:
statusCode::UInt32
diagnosticInfo::UA_DiagnosticInfo
Open62541.UA_String
— Typestruct UA_String
Fields:
length::UInt64
data::Ptr{UInt8}
Open62541.UA_StructureDefinition
— Typestruct UA_StructureDefinition
Fields:
defaultEncodingId::UA_NodeId
baseDataType::UA_NodeId
structureType::UA_StructureType
fieldsSize::UInt64
fields::Ptr{UA_StructureField}
Open62541.UA_StructureDescription
— Typestruct UA_StructureDescription
Fields:
dataTypeId::UA_NodeId
name::UA_QualifiedName
structureDefinition::UA_StructureDefinition
Open62541.UA_StructureField
— Typestruct UA_StructureField
Fields:
name::UA_String
description::UA_LocalizedText
dataType::UA_NodeId
valueRank::Int32
arrayDimensionsSize::UInt64
arrayDimensions::Ptr{UInt32}
maxStringLength::UInt32
isOptional::Bool
Open62541.UA_SubscribedDataSetMirrorDataType
— Typestruct UA_SubscribedDataSetMirrorDataType
Fields:
parentNodeName::UA_String
rolePermissionsSize::UInt64
rolePermissions::Ptr{UA_RolePermissionType}
Open62541.UA_SubscriptionAcknowledgement
— Typestruct UA_SubscriptionAcknowledgement
Fields:
subscriptionId::UInt32
sequenceNumber::UInt32
Open62541.UA_SubscriptionDiagnosticsDataType
— Typestruct 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
Open62541.UA_TargetVariables
— Typestruct UA_TargetVariables
Fields:
targetVariablesSize::UInt64
targetVariables::Ptr{UA_FieldTargetVariable}
Open62541.UA_TargetVariablesDataType
— Typestruct UA_TargetVariablesDataType
Fields:
targetVariablesSize::UInt64
targetVariables::Ptr{UA_FieldTargetDataType}
Open62541.UA_ThreeDCartesianCoordinates
— Typestruct UA_ThreeDCartesianCoordinates
Fields:
x::Float64
y::Float64
z::Float64
Open62541.UA_ThreeDFrame
— Typestruct UA_ThreeDFrame
Fields:
cartesianCoordinates::UA_ThreeDCartesianCoordinates
orientation::UA_ThreeDOrientation
Open62541.UA_ThreeDOrientation
— Typestruct UA_ThreeDOrientation
Fields:
a::Float64
b::Float64
c::Float64
Open62541.UA_ThreeDVector
— Typestruct UA_ThreeDVector
Fields:
x::Float64
y::Float64
z::Float64
Open62541.UA_TimeZoneDataType
— Typestruct UA_TimeZoneDataType
Fields:
offset::Int16
daylightSavingInOffset::Bool
Open62541.UA_TransferResult
— Typestruct UA_TransferResult
Fields:
statusCode::UInt32
availableSequenceNumbersSize::UInt64
availableSequenceNumbers::Ptr{UInt32}
Open62541.UA_TransferSubscriptionsRequest
— Typestruct UA_TransferSubscriptionsRequest
Fields:
requestHeader::UA_RequestHeader
subscriptionIdsSize::UInt64
subscriptionIds::Ptr{UInt32}
sendInitialValues::Bool
Open62541.UA_TransferSubscriptionsResponse
— Typestruct UA_TransferSubscriptionsResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_TransferResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest
— Typestruct UA_TranslateBrowsePathsToNodeIdsRequest
Fields:
requestHeader::UA_RequestHeader
browsePathsSize::UInt64
browsePaths::Ptr{UA_BrowsePath}
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse
— Typestruct UA_TranslateBrowsePathsToNodeIdsResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UA_BrowsePathResult}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_TransmitQosPriorityDataType
— Typestruct UA_TransmitQosPriorityDataType
Fields:
priorityLabel::UA_String
Open62541.UA_TrustListDataType
— Typestruct 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}
Open62541.UA_UABinaryFileDataType
— Typestruct 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
Open62541.UA_UInt32Range
— Typestruct UA_UInt32Range
Fields:
min::UInt32
max::UInt32
Open62541.UA_UadpDataSetReaderMessageDataType
— Typestruct UA_UadpDataSetReaderMessageDataType
Fields:
groupVersion::UInt32
networkMessageNumber::UInt16
dataSetOffset::UInt16
dataSetClassId::UA_Guid
networkMessageContentMask::UInt32
dataSetMessageContentMask::UInt32
publishingInterval::Float64
receiveOffset::Float64
processingOffset::Float64
Open62541.UA_UadpDataSetWriterMessageDataType
— Typestruct UA_UadpDataSetWriterMessageDataType
Fields:
dataSetMessageContentMask::UInt32
configuredSize::UInt16
networkMessageNumber::UInt16
dataSetOffset::UInt16
Open62541.UA_UadpWriterGroupMessageDataType
— Typestruct UA_UadpWriterGroupMessageDataType
Fields:
groupVersion::UInt32
dataSetOrdering::UA_DataSetOrderingType
networkMessageContentMask::UInt32
samplingOffset::Float64
publishingOffsetSize::UInt64
publishingOffset::Ptr{Float64}
Open62541.UA_UnregisterNodesRequest
— Typestruct UA_UnregisterNodesRequest
Fields:
requestHeader::UA_RequestHeader
nodesToUnregisterSize::UInt64
nodesToUnregister::Ptr{UA_NodeId}
Open62541.UA_UnregisterNodesResponse
— Typestruct UA_UnregisterNodesResponse
Fields:
responseHeader::UA_ResponseHeader
Open62541.UA_UnsignedRationalNumber
— Typestruct UA_UnsignedRationalNumber
Fields:
numerator::UInt32
denominator::UInt32
Open62541.UA_UpdateDataDetails
— Typestruct UA_UpdateDataDetails
Fields:
nodeId::UA_NodeId
performInsertReplace::UA_PerformUpdateType
updateValuesSize::UInt64
updateValues::Ptr{UA_DataValue}
Open62541.UA_UpdateEventDetails
— Typestruct UA_UpdateEventDetails
Fields:
nodeId::UA_NodeId
performInsertReplace::UA_PerformUpdateType
filter::UA_EventFilter
eventDataSize::UInt64
eventData::Ptr{UA_HistoryEventFieldList}
Open62541.UA_UpdateStructureDataDetails
— Typestruct UA_UpdateStructureDataDetails
Fields:
nodeId::UA_NodeId
performInsertReplace::UA_PerformUpdateType
updateValuesSize::UInt64
updateValues::Ptr{UA_DataValue}
Open62541.UA_UserIdentityToken
— Typestruct UA_UserIdentityToken
Fields:
policyId::UA_String
Open62541.UA_UserManagementDataType
— Typestruct UA_UserManagementDataType
Fields:
userName::UA_String
userConfiguration::UInt32
description::UA_String
Open62541.UA_UserNameIdentityToken
— Typestruct UA_UserNameIdentityToken
Fields:
policyId::UA_String
userName::UA_String
password::UA_String
encryptionAlgorithm::UA_String
Open62541.UA_UserTokenPolicy
— Typestruct UA_UserTokenPolicy
Fields:
policyId::UA_String
tokenType::UA_UserTokenType
issuedTokenType::UA_String
issuerEndpointUrl::UA_String
securityPolicyUri::UA_String
Open62541.UA_UsernamePasswordLogin
— Typestruct UA_UsernamePasswordLogin
Fields:
username::UA_String
password::UA_String
Open62541.UA_ValueBackend
— Typestruct 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.
Open62541.UA_ValueCallback
— Typestruct UA_ValueCallback
Fields:
onRead::Ptr{Nothing}
onWrite::Ptr{Nothing}
Open62541.UA_VariableAttributes
— Typestruct 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
Open62541.UA_VariableNode
— Typestruct 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.
Open62541.UA_VariableTypeAttributes
— Typestruct 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
Open62541.UA_VariableTypeNode
— Typestruct 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.
Open62541.UA_Variant
— Typestruct UA_Variant
Fields:
type::Ptr{UA_DataType}
storageType::UA_VariantStorageType
arrayLength::UInt64
data::Ptr{Nothing}
arrayDimensionsSize::UInt64
arrayDimensions::Ptr{UInt32}
Open62541.UA_ViewAttributes
— Typestruct UA_ViewAttributes
Fields:
specifiedAttributes::UInt32
displayName::UA_LocalizedText
description::UA_LocalizedText
writeMask::UInt32
userWriteMask::UInt32
containsNoLoops::Bool
eventNotifier::UInt8
Open62541.UA_ViewDescription
— Typestruct UA_ViewDescription
Fields:
viewId::UA_NodeId
timestamp::Int64
viewVersion::UInt32
Open62541.UA_ViewNode
— Typestruct UA_ViewNode
Fields:
head::UA_NodeHead
eventNotifier::UInt8
containsNoLoops::Bool
Open62541.UA_WriteRequest
— Typestruct UA_WriteRequest
Fields:
requestHeader::UA_RequestHeader
nodesToWriteSize::UInt64
nodesToWrite::Ptr{UA_WriteValue}
Open62541.UA_WriteResponse
— Typestruct UA_WriteResponse
Fields:
responseHeader::UA_ResponseHeader
resultsSize::UInt64
results::Ptr{UInt32}
diagnosticInfosSize::UInt64
diagnosticInfos::Ptr{UA_DiagnosticInfo}
Open62541.UA_WriteValue
— Typestruct UA_WriteValue
Fields:
nodeId::UA_NodeId
attributeId::UInt32
indexRange::UA_String
value::UA_DataValue
Open62541.UA_WriterGroupConfig
— Typestruct 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
Open62541.UA_WriterGroupDataType
— Typestruct 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}
Open62541.UA_X509IdentityToken
— Typestruct UA_X509IdentityToken
Fields:
policyId::UA_String
certificateData::UA_String
Open62541.UA_XVType
— Typestruct UA_XVType
Fields:
x::Float64
value::Float32
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_clear
— MethodUInt32_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.
Open62541.UA_AccessLevelExType_copy
— MethodUInt32_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
.
Open62541.UA_AccessLevelExType_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_AccessLevelExType_deleteMembers
— MethodUInt32_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.
Open62541.UA_AccessLevelExType_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AccessLevelExType_new
— MethodUInt32_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})
Open62541.UA_AccessLevelType_clear
— MethodUInt8_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.
Open62541.UA_AccessLevelType_copy
— MethodUInt8_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
.
Open62541.UA_AccessLevelType_delete
— MethodUInt8_delete(x::Ptr{UInt8})
deletes the content of object x
and its memory.
Open62541.UA_AccessLevelType_deleteMembers
— MethodUInt8_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.
Open62541.UA_AccessLevelType_init
— MethodUInt8_init(x::Ptr{UInt8})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AccessLevelType_new
— MethodUInt8_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})
Open62541.UA_AccessRestrictionType_clear
— MethodUInt16_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.
Open62541.UA_AccessRestrictionType_copy
— MethodUInt16_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
.
Open62541.UA_AccessRestrictionType_delete
— MethodUInt16_delete(x::Ptr{UInt16})
deletes the content of object x
and its memory.
Open62541.UA_AccessRestrictionType_deleteMembers
— MethodUInt16_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.
Open62541.UA_AccessRestrictionType_init
— MethodUInt16_init(x::Ptr{UInt16})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AccessRestrictionType_new
— MethodUInt16_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})
Open62541.UA_ActivateSessionRequest_clear
— MethodUA_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.
Open62541.UA_ActivateSessionRequest_copy
— MethodUA_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
.
Open62541.UA_ActivateSessionRequest_delete
— MethodUA_ActivateSessionRequest_delete(x::Ptr{UA_ActivateSessionRequest})
deletes the content of object x
and its memory.
Open62541.UA_ActivateSessionRequest_deleteMembers
— MethodUA_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.
Open62541.UA_ActivateSessionRequest_init
— MethodUA_ActivateSessionRequest_init(x::Ptr{UA_ActivateSessionRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ActivateSessionRequest_new
— MethodUA_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})
Open62541.UA_ActivateSessionResponse_clear
— MethodUA_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.
Open62541.UA_ActivateSessionResponse_copy
— MethodUA_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
.
Open62541.UA_ActivateSessionResponse_delete
— MethodUA_ActivateSessionResponse_delete(x::Ptr{UA_ActivateSessionResponse})
deletes the content of object x
and its memory.
Open62541.UA_ActivateSessionResponse_deleteMembers
— MethodUA_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.
Open62541.UA_ActivateSessionResponse_init
— MethodUA_ActivateSessionResponse_init(x::Ptr{UA_ActivateSessionResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ActivateSessionResponse_new
— MethodUA_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})
Open62541.UA_AddNodesItem_clear
— MethodUA_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.
Open62541.UA_AddNodesItem_copy
— MethodUA_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
.
Open62541.UA_AddNodesItem_delete
— MethodUA_AddNodesItem_delete(x::Ptr{UA_AddNodesItem})
deletes the content of object x
and its memory.
Open62541.UA_AddNodesItem_deleteMembers
— MethodUA_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.
Open62541.UA_AddNodesItem_init
— MethodUA_AddNodesItem_init(x::Ptr{UA_AddNodesItem})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AddNodesItem_new
— MethodUA_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})
Open62541.UA_AddNodesRequest_clear
— MethodUA_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.
Open62541.UA_AddNodesRequest_copy
— MethodUA_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
.
Open62541.UA_AddNodesRequest_delete
— MethodUA_AddNodesRequest_delete(x::Ptr{UA_AddNodesRequest})
deletes the content of object x
and its memory.
Open62541.UA_AddNodesRequest_deleteMembers
— MethodUA_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.
Open62541.UA_AddNodesRequest_init
— MethodUA_AddNodesRequest_init(x::Ptr{UA_AddNodesRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AddNodesRequest_new
— MethodUA_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})
Open62541.UA_AddNodesResponse_clear
— MethodUA_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.
Open62541.UA_AddNodesResponse_copy
— MethodUA_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
.
Open62541.UA_AddNodesResponse_delete
— MethodUA_AddNodesResponse_delete(x::Ptr{UA_AddNodesResponse})
deletes the content of object x
and its memory.
Open62541.UA_AddNodesResponse_deleteMembers
— MethodUA_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.
Open62541.UA_AddNodesResponse_init
— MethodUA_AddNodesResponse_init(x::Ptr{UA_AddNodesResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AddNodesResponse_new
— MethodUA_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})
Open62541.UA_AddNodesResult_clear
— MethodUA_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.
Open62541.UA_AddNodesResult_copy
— MethodUA_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
.
Open62541.UA_AddNodesResult_delete
— MethodUA_AddNodesResult_delete(x::Ptr{UA_AddNodesResult})
deletes the content of object x
and its memory.
Open62541.UA_AddNodesResult_deleteMembers
— MethodUA_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.
Open62541.UA_AddNodesResult_init
— MethodUA_AddNodesResult_init(x::Ptr{UA_AddNodesResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AddNodesResult_new
— MethodUA_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})
Open62541.UA_AddReferencesItem_clear
— MethodUA_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.
Open62541.UA_AddReferencesItem_copy
— MethodUA_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
.
Open62541.UA_AddReferencesItem_delete
— MethodUA_AddReferencesItem_delete(x::Ptr{UA_AddReferencesItem})
deletes the content of object x
and its memory.
Open62541.UA_AddReferencesItem_deleteMembers
— MethodUA_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.
Open62541.UA_AddReferencesItem_init
— MethodUA_AddReferencesItem_init(x::Ptr{UA_AddReferencesItem})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AddReferencesItem_new
— MethodUA_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})
Open62541.UA_AddReferencesRequest_clear
— MethodUA_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.
Open62541.UA_AddReferencesRequest_copy
— MethodUA_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
.
Open62541.UA_AddReferencesRequest_delete
— MethodUA_AddReferencesRequest_delete(x::Ptr{UA_AddReferencesRequest})
deletes the content of object x
and its memory.
Open62541.UA_AddReferencesRequest_deleteMembers
— MethodUA_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.
Open62541.UA_AddReferencesRequest_init
— MethodUA_AddReferencesRequest_init(x::Ptr{UA_AddReferencesRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AddReferencesRequest_new
— MethodUA_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})
Open62541.UA_AddReferencesResponse_clear
— MethodUA_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.
Open62541.UA_AddReferencesResponse_copy
— MethodUA_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
.
Open62541.UA_AddReferencesResponse_delete
— MethodUA_AddReferencesResponse_delete(x::Ptr{UA_AddReferencesResponse})
deletes the content of object x
and its memory.
Open62541.UA_AddReferencesResponse_deleteMembers
— MethodUA_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.
Open62541.UA_AddReferencesResponse_init
— MethodUA_AddReferencesResponse_init(x::Ptr{UA_AddReferencesResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AddReferencesResponse_new
— MethodUA_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})
Open62541.UA_AdditionalParametersType_clear
— MethodUA_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.
Open62541.UA_AdditionalParametersType_copy
— MethodUA_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
.
Open62541.UA_AdditionalParametersType_delete
— MethodUA_AdditionalParametersType_delete(x::Ptr{UA_AdditionalParametersType})
deletes the content of object x
and its memory.
Open62541.UA_AdditionalParametersType_deleteMembers
— MethodUA_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.
Open62541.UA_AdditionalParametersType_init
— MethodUA_AdditionalParametersType_init(x::Ptr{UA_AdditionalParametersType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AdditionalParametersType_new
— MethodUA_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})
Open62541.UA_AggregateConfiguration_clear
— MethodUA_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.
Open62541.UA_AggregateConfiguration_copy
— MethodUA_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
.
Open62541.UA_AggregateConfiguration_delete
— MethodUA_AggregateConfiguration_delete(x::Ptr{UA_AggregateConfiguration})
deletes the content of object x
and its memory.
Open62541.UA_AggregateConfiguration_deleteMembers
— MethodUA_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.
Open62541.UA_AggregateConfiguration_init
— MethodUA_AggregateConfiguration_init(x::Ptr{UA_AggregateConfiguration})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AggregateConfiguration_new
— MethodUA_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})
Open62541.UA_AggregateFilterResult_clear
— MethodUA_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.
Open62541.UA_AggregateFilterResult_copy
— MethodUA_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
.
Open62541.UA_AggregateFilterResult_delete
— MethodUA_AggregateFilterResult_delete(x::Ptr{UA_AggregateFilterResult})
deletes the content of object x
and its memory.
Open62541.UA_AggregateFilterResult_deleteMembers
— MethodUA_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.
Open62541.UA_AggregateFilterResult_init
— MethodUA_AggregateFilterResult_init(x::Ptr{UA_AggregateFilterResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AggregateFilterResult_new
— MethodUA_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})
Open62541.UA_AggregateFilter_clear
— MethodUA_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.
Open62541.UA_AggregateFilter_copy
— MethodUA_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
.
Open62541.UA_AggregateFilter_delete
— MethodUA_AggregateFilter_delete(x::Ptr{UA_AggregateFilter})
deletes the content of object x
and its memory.
Open62541.UA_AggregateFilter_deleteMembers
— MethodUA_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.
Open62541.UA_AggregateFilter_init
— MethodUA_AggregateFilter_init(x::Ptr{UA_AggregateFilter})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AggregateFilter_new
— MethodUA_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})
Open62541.UA_AliasNameDataType_clear
— MethodUA_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.
Open62541.UA_AliasNameDataType_copy
— MethodUA_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
.
Open62541.UA_AliasNameDataType_delete
— MethodUA_AliasNameDataType_delete(x::Ptr{UA_AliasNameDataType})
deletes the content of object x
and its memory.
Open62541.UA_AliasNameDataType_deleteMembers
— MethodUA_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.
Open62541.UA_AliasNameDataType_init
— MethodUA_AliasNameDataType_init(x::Ptr{UA_AliasNameDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AliasNameDataType_new
— MethodUA_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})
Open62541.UA_Annotation_clear
— MethodUA_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.
Open62541.UA_Annotation_copy
— MethodUA_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
.
Open62541.UA_Annotation_delete
— MethodUA_Annotation_delete(x::Ptr{UA_Annotation})
deletes the content of object x
and its memory.
Open62541.UA_Annotation_deleteMembers
— MethodUA_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.
Open62541.UA_Annotation_init
— MethodUA_Annotation_init(x::Ptr{UA_Annotation})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Annotation_new
— MethodUA_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})
Open62541.UA_AnonymousIdentityToken_clear
— MethodUA_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.
Open62541.UA_AnonymousIdentityToken_copy
— MethodUA_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
.
Open62541.UA_AnonymousIdentityToken_delete
— MethodUA_AnonymousIdentityToken_delete(x::Ptr{UA_AnonymousIdentityToken})
deletes the content of object x
and its memory.
Open62541.UA_AnonymousIdentityToken_deleteMembers
— MethodUA_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.
Open62541.UA_AnonymousIdentityToken_init
— MethodUA_AnonymousIdentityToken_init(x::Ptr{UA_AnonymousIdentityToken})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AnonymousIdentityToken_new
— MethodUA_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})
Open62541.UA_ApplicationDescription_clear
— MethodUA_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.
Open62541.UA_ApplicationDescription_copy
— MethodUA_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
.
Open62541.UA_ApplicationDescription_delete
— MethodUA_ApplicationDescription_delete(x::Ptr{UA_ApplicationDescription})
deletes the content of object x
and its memory.
Open62541.UA_ApplicationDescription_deleteMembers
— MethodUA_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.
Open62541.UA_ApplicationDescription_init
— MethodUA_ApplicationDescription_init(x::Ptr{UA_ApplicationDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ApplicationDescription_new
— MethodUA_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})
Open62541.UA_ApplicationInstanceCertificate_clear
— MethodUA_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.
Open62541.UA_ApplicationInstanceCertificate_copy
— MethodUA_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
.
Open62541.UA_ApplicationInstanceCertificate_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_ApplicationInstanceCertificate_deleteMembers
— MethodUA_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.
Open62541.UA_ApplicationInstanceCertificate_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ApplicationInstanceCertificate_new
— MethodUA_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})
Open62541.UA_ApplicationType_clear
— MethodUA_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.
Open62541.UA_ApplicationType_copy
— MethodUA_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
.
Open62541.UA_ApplicationType_delete
— MethodUA_ApplicationType_delete(x::Ptr{UA_ApplicationType})
deletes the content of object x
and its memory.
Open62541.UA_ApplicationType_deleteMembers
— MethodUA_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.
Open62541.UA_ApplicationType_init
— MethodUA_ApplicationType_init(x::Ptr{UA_ApplicationType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ApplicationType_new
— MethodUA_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})
Open62541.UA_Argument_clear
— MethodUA_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.
Open62541.UA_Argument_copy
— MethodUA_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
.
Open62541.UA_Argument_delete
— MethodUA_Argument_delete(x::Ptr{UA_Argument})
deletes the content of object x
and its memory.
Open62541.UA_Argument_deleteMembers
— MethodUA_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.
Open62541.UA_Argument_init
— MethodUA_Argument_init(x::Ptr{UA_Argument})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Argument_new
— MethodUA_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})
Open62541.UA_AttributeOperand_clear
— MethodUA_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.
Open62541.UA_AttributeOperand_copy
— MethodUA_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
.
Open62541.UA_AttributeOperand_delete
— MethodUA_AttributeOperand_delete(x::Ptr{UA_AttributeOperand})
deletes the content of object x
and its memory.
Open62541.UA_AttributeOperand_deleteMembers
— MethodUA_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.
Open62541.UA_AttributeOperand_init
— MethodUA_AttributeOperand_init(x::Ptr{UA_AttributeOperand})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AttributeOperand_new
— MethodUA_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})
Open62541.UA_AttributeWriteMask_clear
— MethodUInt32_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.
Open62541.UA_AttributeWriteMask_copy
— MethodUInt32_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
.
Open62541.UA_AttributeWriteMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_AttributeWriteMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_AttributeWriteMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AttributeWriteMask_new
— MethodUInt32_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})
Open62541.UA_AudioDataType_clear
— MethodUA_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.
Open62541.UA_AudioDataType_copy
— MethodUA_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
.
Open62541.UA_AudioDataType_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_AudioDataType_deleteMembers
— MethodUA_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.
Open62541.UA_AudioDataType_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AudioDataType_new
— MethodUA_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})
Open62541.UA_AxisInformation_clear
— MethodUA_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.
Open62541.UA_AxisInformation_copy
— MethodUA_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
.
Open62541.UA_AxisInformation_delete
— MethodUA_AxisInformation_delete(x::Ptr{UA_AxisInformation})
deletes the content of object x
and its memory.
Open62541.UA_AxisInformation_deleteMembers
— MethodUA_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.
Open62541.UA_AxisInformation_init
— MethodUA_AxisInformation_init(x::Ptr{UA_AxisInformation})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AxisInformation_new
— MethodUA_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})
Open62541.UA_AxisScaleEnumeration_clear
— MethodUA_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.
Open62541.UA_AxisScaleEnumeration_copy
— MethodUA_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
.
Open62541.UA_AxisScaleEnumeration_delete
— MethodUA_AxisScaleEnumeration_delete(x::Ptr{UA_AxisScaleEnumeration})
deletes the content of object x
and its memory.
Open62541.UA_AxisScaleEnumeration_deleteMembers
— MethodUA_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.
Open62541.UA_AxisScaleEnumeration_init
— MethodUA_AxisScaleEnumeration_init(x::Ptr{UA_AxisScaleEnumeration})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_AxisScaleEnumeration_new
— MethodUA_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})
Open62541.UA_BitFieldMaskDataType_clear
— MethodUInt64_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.
Open62541.UA_BitFieldMaskDataType_copy
— MethodUInt64_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
.
Open62541.UA_BitFieldMaskDataType_delete
— MethodUInt64_delete(x::Ptr{UInt64})
deletes the content of object x
and its memory.
Open62541.UA_BitFieldMaskDataType_deleteMembers
— MethodUInt64_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.
Open62541.UA_BitFieldMaskDataType_init
— MethodUInt64_init(x::Ptr{UInt64})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BitFieldMaskDataType_new
— MethodUInt64_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})
Open62541.UA_Boolean_clear
— MethodBool_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.
Open62541.UA_Boolean_copy
— MethodBool_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
.
Open62541.UA_Boolean_delete
— MethodBool_delete(x::Ptr{Bool})
deletes the content of object x
and its memory.
Open62541.UA_Boolean_deleteMembers
— MethodBool_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.
Open62541.UA_Boolean_init
— MethodBool_init(x::Ptr{Bool})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Boolean_new
— MethodBool_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})
Open62541.UA_BrokerConnectionTransportDataType_clear
— MethodUA_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.
Open62541.UA_BrokerConnectionTransportDataType_copy
— MethodUA_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
.
Open62541.UA_BrokerConnectionTransportDataType_delete
— MethodUA_BrokerConnectionTransportDataType_delete(x::Ptr{UA_BrokerConnectionTransportDataType})
deletes the content of object x
and its memory.
Open62541.UA_BrokerConnectionTransportDataType_deleteMembers
— MethodUA_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.
Open62541.UA_BrokerConnectionTransportDataType_init
— MethodUA_BrokerConnectionTransportDataType_init(x::Ptr{UA_BrokerConnectionTransportDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrokerConnectionTransportDataType_new
— MethodUA_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})
Open62541.UA_BrokerDataSetReaderTransportDataType_clear
— MethodUA_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.
Open62541.UA_BrokerDataSetReaderTransportDataType_copy
— MethodUA_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
.
Open62541.UA_BrokerDataSetReaderTransportDataType_delete
— MethodUA_BrokerDataSetReaderTransportDataType_delete(x::Ptr{UA_BrokerDataSetReaderTransportDataType})
deletes the content of object x
and its memory.
Open62541.UA_BrokerDataSetReaderTransportDataType_deleteMembers
— MethodUA_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.
Open62541.UA_BrokerDataSetReaderTransportDataType_init
— MethodUA_BrokerDataSetReaderTransportDataType_init(x::Ptr{UA_BrokerDataSetReaderTransportDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrokerDataSetReaderTransportDataType_new
— MethodUA_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})
Open62541.UA_BrokerDataSetWriterTransportDataType_clear
— MethodUA_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.
Open62541.UA_BrokerDataSetWriterTransportDataType_copy
— MethodUA_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
.
Open62541.UA_BrokerDataSetWriterTransportDataType_delete
— MethodUA_BrokerDataSetWriterTransportDataType_delete(x::Ptr{UA_BrokerDataSetWriterTransportDataType})
deletes the content of object x
and its memory.
Open62541.UA_BrokerDataSetWriterTransportDataType_deleteMembers
— MethodUA_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.
Open62541.UA_BrokerDataSetWriterTransportDataType_init
— MethodUA_BrokerDataSetWriterTransportDataType_init(x::Ptr{UA_BrokerDataSetWriterTransportDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrokerDataSetWriterTransportDataType_new
— MethodUA_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})
Open62541.UA_BrokerTransportQualityOfService_clear
— MethodUA_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.
Open62541.UA_BrokerTransportQualityOfService_copy
— MethodUA_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
.
Open62541.UA_BrokerTransportQualityOfService_delete
— MethodUA_BrokerTransportQualityOfService_delete(x::Ptr{UA_BrokerTransportQualityOfService})
deletes the content of object x
and its memory.
Open62541.UA_BrokerTransportQualityOfService_deleteMembers
— MethodUA_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.
Open62541.UA_BrokerTransportQualityOfService_init
— MethodUA_BrokerTransportQualityOfService_init(x::Ptr{UA_BrokerTransportQualityOfService})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrokerTransportQualityOfService_new
— MethodUA_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})
Open62541.UA_BrokerWriterGroupTransportDataType_clear
— MethodUA_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.
Open62541.UA_BrokerWriterGroupTransportDataType_copy
— MethodUA_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
.
Open62541.UA_BrokerWriterGroupTransportDataType_delete
— MethodUA_BrokerWriterGroupTransportDataType_delete(x::Ptr{UA_BrokerWriterGroupTransportDataType})
deletes the content of object x
and its memory.
Open62541.UA_BrokerWriterGroupTransportDataType_deleteMembers
— MethodUA_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.
Open62541.UA_BrokerWriterGroupTransportDataType_init
— MethodUA_BrokerWriterGroupTransportDataType_init(x::Ptr{UA_BrokerWriterGroupTransportDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrokerWriterGroupTransportDataType_new
— MethodUA_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})
Open62541.UA_BrowseDescription_clear
— MethodUA_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.
Open62541.UA_BrowseDescription_copy
— MethodUA_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
.
Open62541.UA_BrowseDescription_delete
— MethodUA_BrowseDescription_delete(x::Ptr{UA_BrowseDescription})
deletes the content of object x
and its memory.
Open62541.UA_BrowseDescription_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseDescription_init
— MethodUA_BrowseDescription_init(x::Ptr{UA_BrowseDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseDescription_new
— MethodUA_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})
Open62541.UA_BrowseDirection_clear
— MethodUA_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.
Open62541.UA_BrowseDirection_copy
— MethodUA_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
.
Open62541.UA_BrowseDirection_delete
— MethodUA_BrowseDirection_delete(x::Ptr{UA_BrowseDirection})
deletes the content of object x
and its memory.
Open62541.UA_BrowseDirection_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseDirection_init
— MethodUA_BrowseDirection_init(x::Ptr{UA_BrowseDirection})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseDirection_new
— MethodUA_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})
Open62541.UA_BrowseNextRequest_clear
— MethodUA_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.
Open62541.UA_BrowseNextRequest_copy
— MethodUA_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
.
Open62541.UA_BrowseNextRequest_delete
— MethodUA_BrowseNextRequest_delete(x::Ptr{UA_BrowseNextRequest})
deletes the content of object x
and its memory.
Open62541.UA_BrowseNextRequest_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseNextRequest_init
— MethodUA_BrowseNextRequest_init(x::Ptr{UA_BrowseNextRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseNextRequest_new
— MethodUA_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})
Open62541.UA_BrowseNextResponse_clear
— MethodUA_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.
Open62541.UA_BrowseNextResponse_copy
— MethodUA_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
.
Open62541.UA_BrowseNextResponse_delete
— MethodUA_BrowseNextResponse_delete(x::Ptr{UA_BrowseNextResponse})
deletes the content of object x
and its memory.
Open62541.UA_BrowseNextResponse_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseNextResponse_init
— MethodUA_BrowseNextResponse_init(x::Ptr{UA_BrowseNextResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseNextResponse_new
— MethodUA_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})
Open62541.UA_BrowsePathResult_clear
— MethodUA_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.
Open62541.UA_BrowsePathResult_copy
— MethodUA_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
.
Open62541.UA_BrowsePathResult_delete
— MethodUA_BrowsePathResult_delete(x::Ptr{UA_BrowsePathResult})
deletes the content of object x
and its memory.
Open62541.UA_BrowsePathResult_deleteMembers
— MethodUA_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.
Open62541.UA_BrowsePathResult_init
— MethodUA_BrowsePathResult_init(x::Ptr{UA_BrowsePathResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowsePathResult_new
— MethodUA_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})
Open62541.UA_BrowsePathTarget_clear
— MethodUA_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.
Open62541.UA_BrowsePathTarget_copy
— MethodUA_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
.
Open62541.UA_BrowsePathTarget_delete
— MethodUA_BrowsePathTarget_delete(x::Ptr{UA_BrowsePathTarget})
deletes the content of object x
and its memory.
Open62541.UA_BrowsePathTarget_deleteMembers
— MethodUA_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.
Open62541.UA_BrowsePathTarget_init
— MethodUA_BrowsePathTarget_init(x::Ptr{UA_BrowsePathTarget})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowsePathTarget_new
— MethodUA_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})
Open62541.UA_BrowsePath_clear
— MethodUA_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.
Open62541.UA_BrowsePath_copy
— MethodUA_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
.
Open62541.UA_BrowsePath_delete
— MethodUA_BrowsePath_delete(x::Ptr{UA_BrowsePath})
deletes the content of object x
and its memory.
Open62541.UA_BrowsePath_deleteMembers
— MethodUA_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.
Open62541.UA_BrowsePath_init
— MethodUA_BrowsePath_init(x::Ptr{UA_BrowsePath})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowsePath_new
— MethodUA_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})
Open62541.UA_BrowseRequest_clear
— MethodUA_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.
Open62541.UA_BrowseRequest_copy
— MethodUA_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
.
Open62541.UA_BrowseRequest_delete
— MethodUA_BrowseRequest_delete(x::Ptr{UA_BrowseRequest})
deletes the content of object x
and its memory.
Open62541.UA_BrowseRequest_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseRequest_init
— MethodUA_BrowseRequest_init(x::Ptr{UA_BrowseRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseRequest_new
— MethodUA_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})
Open62541.UA_BrowseResponse_clear
— MethodUA_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.
Open62541.UA_BrowseResponse_copy
— MethodUA_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
.
Open62541.UA_BrowseResponse_delete
— MethodUA_BrowseResponse_delete(x::Ptr{UA_BrowseResponse})
deletes the content of object x
and its memory.
Open62541.UA_BrowseResponse_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseResponse_init
— MethodUA_BrowseResponse_init(x::Ptr{UA_BrowseResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseResponse_new
— MethodUA_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})
Open62541.UA_BrowseResultMask_clear
— MethodUA_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.
Open62541.UA_BrowseResultMask_copy
— MethodUA_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
.
Open62541.UA_BrowseResultMask_delete
— MethodUA_BrowseResultMask_delete(x::Ptr{UA_BrowseResultMask})
deletes the content of object x
and its memory.
Open62541.UA_BrowseResultMask_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseResultMask_init
— MethodUA_BrowseResultMask_init(x::Ptr{UA_BrowseResultMask})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseResultMask_new
— MethodUA_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})
Open62541.UA_BrowseResult_clear
— MethodUA_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.
Open62541.UA_BrowseResult_copy
— MethodUA_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
.
Open62541.UA_BrowseResult_delete
— MethodUA_BrowseResult_delete(x::Ptr{UA_BrowseResult})
deletes the content of object x
and its memory.
Open62541.UA_BrowseResult_deleteMembers
— MethodUA_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.
Open62541.UA_BrowseResult_init
— MethodUA_BrowseResult_init(x::Ptr{UA_BrowseResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BrowseResult_new
— MethodUA_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})
Open62541.UA_BuildInfo_clear
— MethodUA_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.
Open62541.UA_BuildInfo_copy
— MethodUA_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
.
Open62541.UA_BuildInfo_delete
— MethodUA_BuildInfo_delete(x::Ptr{UA_BuildInfo})
deletes the content of object x
and its memory.
Open62541.UA_BuildInfo_deleteMembers
— MethodUA_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.
Open62541.UA_BuildInfo_init
— MethodUA_BuildInfo_init(x::Ptr{UA_BuildInfo})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_BuildInfo_new
— MethodUA_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})
Open62541.UA_ByteString_clear
— MethodUA_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.
Open62541.UA_ByteString_copy
— MethodUA_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
.
Open62541.UA_ByteString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_ByteString_deleteMembers
— MethodUA_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.
Open62541.UA_ByteString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ByteString_new
— MethodUA_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})
Open62541.UA_Byte_clear
— MethodUInt8_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.
Open62541.UA_Byte_copy
— MethodUInt8_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
.
Open62541.UA_Byte_delete
— MethodUInt8_delete(x::Ptr{UInt8})
deletes the content of object x
and its memory.
Open62541.UA_Byte_deleteMembers
— MethodUInt8_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.
Open62541.UA_Byte_init
— MethodUInt8_init(x::Ptr{UInt8})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Byte_new
— MethodUInt8_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})
Open62541.UA_CallMethodRequest_clear
— MethodUA_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.
Open62541.UA_CallMethodRequest_copy
— MethodUA_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
.
Open62541.UA_CallMethodRequest_delete
— MethodUA_CallMethodRequest_delete(x::Ptr{UA_CallMethodRequest})
deletes the content of object x
and its memory.
Open62541.UA_CallMethodRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CallMethodRequest_init
— MethodUA_CallMethodRequest_init(x::Ptr{UA_CallMethodRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CallMethodRequest_new
— MethodUA_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})
Open62541.UA_CallMethodResult_clear
— MethodUA_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.
Open62541.UA_CallMethodResult_copy
— MethodUA_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
.
Open62541.UA_CallMethodResult_delete
— MethodUA_CallMethodResult_delete(x::Ptr{UA_CallMethodResult})
deletes the content of object x
and its memory.
Open62541.UA_CallMethodResult_deleteMembers
— MethodUA_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.
Open62541.UA_CallMethodResult_init
— MethodUA_CallMethodResult_init(x::Ptr{UA_CallMethodResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CallMethodResult_new
— MethodUA_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})
Open62541.UA_CallRequest_clear
— MethodUA_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.
Open62541.UA_CallRequest_copy
— MethodUA_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
.
Open62541.UA_CallRequest_delete
— MethodUA_CallRequest_delete(x::Ptr{UA_CallRequest})
deletes the content of object x
and its memory.
Open62541.UA_CallRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CallRequest_init
— MethodUA_CallRequest_init(x::Ptr{UA_CallRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CallRequest_new
— MethodUA_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})
Open62541.UA_CallResponse_clear
— MethodUA_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.
Open62541.UA_CallResponse_copy
— MethodUA_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
.
Open62541.UA_CallResponse_delete
— MethodUA_CallResponse_delete(x::Ptr{UA_CallResponse})
deletes the content of object x
and its memory.
Open62541.UA_CallResponse_deleteMembers
— MethodUA_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.
Open62541.UA_CallResponse_init
— MethodUA_CallResponse_init(x::Ptr{UA_CallResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CallResponse_new
— MethodUA_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})
Open62541.UA_CancelRequest_clear
— MethodUA_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.
Open62541.UA_CancelRequest_copy
— MethodUA_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
.
Open62541.UA_CancelRequest_delete
— MethodUA_CancelRequest_delete(x::Ptr{UA_CancelRequest})
deletes the content of object x
and its memory.
Open62541.UA_CancelRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CancelRequest_init
— MethodUA_CancelRequest_init(x::Ptr{UA_CancelRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CancelRequest_new
— MethodUA_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})
Open62541.UA_CancelResponse_clear
— MethodUA_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.
Open62541.UA_CancelResponse_copy
— MethodUA_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
.
Open62541.UA_CancelResponse_delete
— MethodUA_CancelResponse_delete(x::Ptr{UA_CancelResponse})
deletes the content of object x
and its memory.
Open62541.UA_CancelResponse_deleteMembers
— MethodUA_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.
Open62541.UA_CancelResponse_init
— MethodUA_CancelResponse_init(x::Ptr{UA_CancelResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CancelResponse_new
— MethodUA_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})
Open62541.UA_ChannelSecurityToken_clear
— MethodUA_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.
Open62541.UA_ChannelSecurityToken_copy
— MethodUA_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
.
Open62541.UA_ChannelSecurityToken_delete
— MethodUA_ChannelSecurityToken_delete(x::Ptr{UA_ChannelSecurityToken})
deletes the content of object x
and its memory.
Open62541.UA_ChannelSecurityToken_deleteMembers
— MethodUA_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.
Open62541.UA_ChannelSecurityToken_init
— MethodUA_ChannelSecurityToken_init(x::Ptr{UA_ChannelSecurityToken})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ChannelSecurityToken_new
— MethodUA_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})
Open62541.UA_CloseSecureChannelRequest_clear
— MethodUA_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.
Open62541.UA_CloseSecureChannelRequest_copy
— MethodUA_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
.
Open62541.UA_CloseSecureChannelRequest_delete
— MethodUA_CloseSecureChannelRequest_delete(x::Ptr{UA_CloseSecureChannelRequest})
deletes the content of object x
and its memory.
Open62541.UA_CloseSecureChannelRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CloseSecureChannelRequest_init
— MethodUA_CloseSecureChannelRequest_init(x::Ptr{UA_CloseSecureChannelRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CloseSecureChannelRequest_new
— MethodUA_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})
Open62541.UA_CloseSecureChannelResponse_clear
— MethodUA_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.
Open62541.UA_CloseSecureChannelResponse_copy
— MethodUA_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
.
Open62541.UA_CloseSecureChannelResponse_delete
— MethodUA_CloseSecureChannelResponse_delete(x::Ptr{UA_CloseSecureChannelResponse})
deletes the content of object x
and its memory.
Open62541.UA_CloseSecureChannelResponse_deleteMembers
— MethodUA_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.
Open62541.UA_CloseSecureChannelResponse_init
— MethodUA_CloseSecureChannelResponse_init(x::Ptr{UA_CloseSecureChannelResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CloseSecureChannelResponse_new
— MethodUA_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})
Open62541.UA_CloseSessionRequest_clear
— MethodUA_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.
Open62541.UA_CloseSessionRequest_copy
— MethodUA_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
.
Open62541.UA_CloseSessionRequest_delete
— MethodUA_CloseSessionRequest_delete(x::Ptr{UA_CloseSessionRequest})
deletes the content of object x
and its memory.
Open62541.UA_CloseSessionRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CloseSessionRequest_init
— MethodUA_CloseSessionRequest_init(x::Ptr{UA_CloseSessionRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CloseSessionRequest_new
— MethodUA_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})
Open62541.UA_CloseSessionResponse_clear
— MethodUA_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.
Open62541.UA_CloseSessionResponse_copy
— MethodUA_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
.
Open62541.UA_CloseSessionResponse_delete
— MethodUA_CloseSessionResponse_delete(x::Ptr{UA_CloseSessionResponse})
deletes the content of object x
and its memory.
Open62541.UA_CloseSessionResponse_deleteMembers
— MethodUA_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.
Open62541.UA_CloseSessionResponse_init
— MethodUA_CloseSessionResponse_init(x::Ptr{UA_CloseSessionResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CloseSessionResponse_new
— MethodUA_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})
Open62541.UA_ComplexNumberType_clear
— MethodUA_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.
Open62541.UA_ComplexNumberType_copy
— MethodUA_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
.
Open62541.UA_ComplexNumberType_delete
— MethodUA_ComplexNumberType_delete(x::Ptr{UA_ComplexNumberType})
deletes the content of object x
and its memory.
Open62541.UA_ComplexNumberType_deleteMembers
— MethodUA_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.
Open62541.UA_ComplexNumberType_init
— MethodUA_ComplexNumberType_init(x::Ptr{UA_ComplexNumberType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ComplexNumberType_new
— MethodUA_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})
Open62541.UA_ConfigurationVersionDataType_clear
— MethodUA_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.
Open62541.UA_ConfigurationVersionDataType_copy
— MethodUA_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
.
Open62541.UA_ConfigurationVersionDataType_delete
— MethodUA_ConfigurationVersionDataType_delete(x::Ptr{UA_ConfigurationVersionDataType})
deletes the content of object x
and its memory.
Open62541.UA_ConfigurationVersionDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ConfigurationVersionDataType_init
— MethodUA_ConfigurationVersionDataType_init(x::Ptr{UA_ConfigurationVersionDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ConfigurationVersionDataType_new
— MethodUA_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})
Open62541.UA_ContentFilterElementResult_clear
— MethodUA_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.
Open62541.UA_ContentFilterElementResult_copy
— MethodUA_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
.
Open62541.UA_ContentFilterElementResult_delete
— MethodUA_ContentFilterElementResult_delete(x::Ptr{UA_ContentFilterElementResult})
deletes the content of object x
and its memory.
Open62541.UA_ContentFilterElementResult_deleteMembers
— MethodUA_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.
Open62541.UA_ContentFilterElementResult_init
— MethodUA_ContentFilterElementResult_init(x::Ptr{UA_ContentFilterElementResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ContentFilterElementResult_new
— MethodUA_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})
Open62541.UA_ContentFilterElement_clear
— MethodUA_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.
Open62541.UA_ContentFilterElement_copy
— MethodUA_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
.
Open62541.UA_ContentFilterElement_delete
— MethodUA_ContentFilterElement_delete(x::Ptr{UA_ContentFilterElement})
deletes the content of object x
and its memory.
Open62541.UA_ContentFilterElement_deleteMembers
— MethodUA_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.
Open62541.UA_ContentFilterElement_init
— MethodUA_ContentFilterElement_init(x::Ptr{UA_ContentFilterElement})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ContentFilterElement_new
— MethodUA_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})
Open62541.UA_ContentFilterResult_clear
— MethodUA_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.
Open62541.UA_ContentFilterResult_copy
— MethodUA_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
.
Open62541.UA_ContentFilterResult_delete
— MethodUA_ContentFilterResult_delete(x::Ptr{UA_ContentFilterResult})
deletes the content of object x
and its memory.
Open62541.UA_ContentFilterResult_deleteMembers
— MethodUA_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.
Open62541.UA_ContentFilterResult_init
— MethodUA_ContentFilterResult_init(x::Ptr{UA_ContentFilterResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ContentFilterResult_new
— MethodUA_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})
Open62541.UA_ContentFilter_clear
— MethodUA_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.
Open62541.UA_ContentFilter_copy
— MethodUA_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
.
Open62541.UA_ContentFilter_delete
— MethodUA_ContentFilter_delete(x::Ptr{UA_ContentFilter})
deletes the content of object x
and its memory.
Open62541.UA_ContentFilter_deleteMembers
— MethodUA_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.
Open62541.UA_ContentFilter_init
— MethodUA_ContentFilter_init(x::Ptr{UA_ContentFilter})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ContentFilter_new
— MethodUA_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})
Open62541.UA_ContinuationPoint_clear
— MethodUA_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.
Open62541.UA_ContinuationPoint_copy
— MethodUA_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
.
Open62541.UA_ContinuationPoint_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_ContinuationPoint_deleteMembers
— MethodUA_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.
Open62541.UA_ContinuationPoint_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ContinuationPoint_new
— MethodUA_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})
Open62541.UA_Counter_clear
— MethodUInt32_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.
Open62541.UA_Counter_copy
— MethodUInt32_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
.
Open62541.UA_Counter_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_Counter_deleteMembers
— MethodUInt32_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.
Open62541.UA_Counter_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Counter_new
— MethodUInt32_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})
Open62541.UA_CreateMonitoredItemsRequest_clear
— MethodUA_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.
Open62541.UA_CreateMonitoredItemsRequest_copy
— MethodUA_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
.
Open62541.UA_CreateMonitoredItemsRequest_delete
— MethodUA_CreateMonitoredItemsRequest_delete(x::Ptr{UA_CreateMonitoredItemsRequest})
deletes the content of object x
and its memory.
Open62541.UA_CreateMonitoredItemsRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CreateMonitoredItemsRequest_init
— MethodUA_CreateMonitoredItemsRequest_init(x::Ptr{UA_CreateMonitoredItemsRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CreateMonitoredItemsRequest_new
— MethodUA_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})
Open62541.UA_CreateMonitoredItemsResponse_clear
— MethodUA_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.
Open62541.UA_CreateMonitoredItemsResponse_copy
— MethodUA_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
.
Open62541.UA_CreateMonitoredItemsResponse_delete
— MethodUA_CreateMonitoredItemsResponse_delete(x::Ptr{UA_CreateMonitoredItemsResponse})
deletes the content of object x
and its memory.
Open62541.UA_CreateMonitoredItemsResponse_deleteMembers
— MethodUA_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.
Open62541.UA_CreateMonitoredItemsResponse_init
— MethodUA_CreateMonitoredItemsResponse_init(x::Ptr{UA_CreateMonitoredItemsResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CreateMonitoredItemsResponse_new
— MethodUA_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})
Open62541.UA_CreateSessionRequest_clear
— MethodUA_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.
Open62541.UA_CreateSessionRequest_copy
— MethodUA_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
.
Open62541.UA_CreateSessionRequest_delete
— MethodUA_CreateSessionRequest_delete(x::Ptr{UA_CreateSessionRequest})
deletes the content of object x
and its memory.
Open62541.UA_CreateSessionRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CreateSessionRequest_init
— MethodUA_CreateSessionRequest_init(x::Ptr{UA_CreateSessionRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CreateSessionRequest_new
— MethodUA_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})
Open62541.UA_CreateSessionResponse_clear
— MethodUA_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.
Open62541.UA_CreateSessionResponse_copy
— MethodUA_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
.
Open62541.UA_CreateSessionResponse_delete
— MethodUA_CreateSessionResponse_delete(x::Ptr{UA_CreateSessionResponse})
deletes the content of object x
and its memory.
Open62541.UA_CreateSessionResponse_deleteMembers
— MethodUA_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.
Open62541.UA_CreateSessionResponse_init
— MethodUA_CreateSessionResponse_init(x::Ptr{UA_CreateSessionResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CreateSessionResponse_new
— MethodUA_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})
Open62541.UA_CreateSubscriptionRequest_clear
— MethodUA_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.
Open62541.UA_CreateSubscriptionRequest_copy
— MethodUA_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
.
Open62541.UA_CreateSubscriptionRequest_delete
— MethodUA_CreateSubscriptionRequest_delete(x::Ptr{UA_CreateSubscriptionRequest})
deletes the content of object x
and its memory.
Open62541.UA_CreateSubscriptionRequest_deleteMembers
— MethodUA_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.
Open62541.UA_CreateSubscriptionRequest_init
— MethodUA_CreateSubscriptionRequest_init(x::Ptr{UA_CreateSubscriptionRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CreateSubscriptionRequest_new
— MethodUA_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})
Open62541.UA_CreateSubscriptionResponse_clear
— MethodUA_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.
Open62541.UA_CreateSubscriptionResponse_copy
— MethodUA_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
.
Open62541.UA_CreateSubscriptionResponse_delete
— MethodUA_CreateSubscriptionResponse_delete(x::Ptr{UA_CreateSubscriptionResponse})
deletes the content of object x
and its memory.
Open62541.UA_CreateSubscriptionResponse_deleteMembers
— MethodUA_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.
Open62541.UA_CreateSubscriptionResponse_init
— MethodUA_CreateSubscriptionResponse_init(x::Ptr{UA_CreateSubscriptionResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CreateSubscriptionResponse_new
— MethodUA_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})
Open62541.UA_CurrencyUnitType_clear
— MethodUA_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.
Open62541.UA_CurrencyUnitType_copy
— MethodUA_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
.
Open62541.UA_CurrencyUnitType_delete
— MethodUA_CurrencyUnitType_delete(x::Ptr{UA_CurrencyUnitType})
deletes the content of object x
and its memory.
Open62541.UA_CurrencyUnitType_deleteMembers
— MethodUA_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.
Open62541.UA_CurrencyUnitType_init
— MethodUA_CurrencyUnitType_init(x::Ptr{UA_CurrencyUnitType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_CurrencyUnitType_new
— MethodUA_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})
Open62541.UA_DataChangeFilter_clear
— MethodUA_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.
Open62541.UA_DataChangeFilter_copy
— MethodUA_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
.
Open62541.UA_DataChangeFilter_delete
— MethodUA_DataChangeFilter_delete(x::Ptr{UA_DataChangeFilter})
deletes the content of object x
and its memory.
Open62541.UA_DataChangeFilter_deleteMembers
— MethodUA_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.
Open62541.UA_DataChangeFilter_init
— MethodUA_DataChangeFilter_init(x::Ptr{UA_DataChangeFilter})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataChangeFilter_new
— MethodUA_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})
Open62541.UA_DataChangeNotification_clear
— MethodUA_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.
Open62541.UA_DataChangeNotification_copy
— MethodUA_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
.
Open62541.UA_DataChangeNotification_delete
— MethodUA_DataChangeNotification_delete(x::Ptr{UA_DataChangeNotification})
deletes the content of object x
and its memory.
Open62541.UA_DataChangeNotification_deleteMembers
— MethodUA_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.
Open62541.UA_DataChangeNotification_init
— MethodUA_DataChangeNotification_init(x::Ptr{UA_DataChangeNotification})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataChangeNotification_new
— MethodUA_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})
Open62541.UA_DataChangeTrigger_clear
— MethodUA_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.
Open62541.UA_DataChangeTrigger_copy
— MethodUA_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
.
Open62541.UA_DataChangeTrigger_delete
— MethodUA_DataChangeTrigger_delete(x::Ptr{UA_DataChangeTrigger})
deletes the content of object x
and its memory.
Open62541.UA_DataChangeTrigger_deleteMembers
— MethodUA_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.
Open62541.UA_DataChangeTrigger_init
— MethodUA_DataChangeTrigger_init(x::Ptr{UA_DataChangeTrigger})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataChangeTrigger_new
— MethodUA_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})
Open62541.UA_DataSetFieldContentMask_clear
— MethodUInt32_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.
Open62541.UA_DataSetFieldContentMask_copy
— MethodUInt32_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
.
Open62541.UA_DataSetFieldContentMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_DataSetFieldContentMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_DataSetFieldContentMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataSetFieldContentMask_new
— MethodUInt32_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})
Open62541.UA_DataSetFieldFlags_clear
— MethodUInt16_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.
Open62541.UA_DataSetFieldFlags_copy
— MethodUInt16_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
.
Open62541.UA_DataSetFieldFlags_delete
— MethodUInt16_delete(x::Ptr{UInt16})
deletes the content of object x
and its memory.
Open62541.UA_DataSetFieldFlags_deleteMembers
— MethodUInt16_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.
Open62541.UA_DataSetFieldFlags_init
— MethodUInt16_init(x::Ptr{UInt16})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataSetFieldFlags_new
— MethodUInt16_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})
Open62541.UA_DataSetMetaDataType_clear
— MethodUA_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.
Open62541.UA_DataSetMetaDataType_copy
— MethodUA_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
.
Open62541.UA_DataSetMetaDataType_delete
— MethodUA_DataSetMetaDataType_delete(x::Ptr{UA_DataSetMetaDataType})
deletes the content of object x
and its memory.
Open62541.UA_DataSetMetaDataType_deleteMembers
— MethodUA_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.
Open62541.UA_DataSetMetaDataType_init
— MethodUA_DataSetMetaDataType_init(x::Ptr{UA_DataSetMetaDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataSetMetaDataType_new
— MethodUA_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})
Open62541.UA_DataSetOrderingType_clear
— MethodUA_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.
Open62541.UA_DataSetOrderingType_copy
— MethodUA_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
.
Open62541.UA_DataSetOrderingType_delete
— MethodUA_DataSetOrderingType_delete(x::Ptr{UA_DataSetOrderingType})
deletes the content of object x
and its memory.
Open62541.UA_DataSetOrderingType_deleteMembers
— MethodUA_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.
Open62541.UA_DataSetOrderingType_init
— MethodUA_DataSetOrderingType_init(x::Ptr{UA_DataSetOrderingType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataSetOrderingType_new
— MethodUA_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})
Open62541.UA_DataSetReaderDataType_clear
— MethodUA_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.
Open62541.UA_DataSetReaderDataType_copy
— MethodUA_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
.
Open62541.UA_DataSetReaderDataType_delete
— MethodUA_DataSetReaderDataType_delete(x::Ptr{UA_DataSetReaderDataType})
deletes the content of object x
and its memory.
Open62541.UA_DataSetReaderDataType_deleteMembers
— MethodUA_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.
Open62541.UA_DataSetReaderDataType_init
— MethodUA_DataSetReaderDataType_init(x::Ptr{UA_DataSetReaderDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataSetReaderDataType_new
— MethodUA_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})
Open62541.UA_DataSetWriterDataType_clear
— MethodUA_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.
Open62541.UA_DataSetWriterDataType_copy
— MethodUA_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
.
Open62541.UA_DataSetWriterDataType_delete
— MethodUA_DataSetWriterDataType_delete(x::Ptr{UA_DataSetWriterDataType})
deletes the content of object x
and its memory.
Open62541.UA_DataSetWriterDataType_deleteMembers
— MethodUA_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.
Open62541.UA_DataSetWriterDataType_init
— MethodUA_DataSetWriterDataType_init(x::Ptr{UA_DataSetWriterDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataSetWriterDataType_new
— MethodUA_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})
Open62541.UA_DataTypeAttributes_clear
— MethodUA_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.
Open62541.UA_DataTypeAttributes_copy
— MethodUA_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
.
Open62541.UA_DataTypeAttributes_delete
— MethodUA_DataTypeAttributes_delete(x::Ptr{UA_DataTypeAttributes})
deletes the content of object x
and its memory.
Open62541.UA_DataTypeAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_DataTypeAttributes_init
— MethodUA_DataTypeAttributes_init(x::Ptr{UA_DataTypeAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataTypeAttributes_new
— MethodUA_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})
Open62541.UA_DataTypeDescription_clear
— MethodUA_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.
Open62541.UA_DataTypeDescription_copy
— MethodUA_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
.
Open62541.UA_DataTypeDescription_delete
— MethodUA_DataTypeDescription_delete(x::Ptr{UA_DataTypeDescription})
deletes the content of object x
and its memory.
Open62541.UA_DataTypeDescription_deleteMembers
— MethodUA_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.
Open62541.UA_DataTypeDescription_init
— MethodUA_DataTypeDescription_init(x::Ptr{UA_DataTypeDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataTypeDescription_new
— MethodUA_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})
Open62541.UA_DataTypeSchemaHeader_clear
— MethodUA_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.
Open62541.UA_DataTypeSchemaHeader_copy
— MethodUA_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
.
Open62541.UA_DataTypeSchemaHeader_delete
— MethodUA_DataTypeSchemaHeader_delete(x::Ptr{UA_DataTypeSchemaHeader})
deletes the content of object x
and its memory.
Open62541.UA_DataTypeSchemaHeader_deleteMembers
— MethodUA_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.
Open62541.UA_DataTypeSchemaHeader_init
— MethodUA_DataTypeSchemaHeader_init(x::Ptr{UA_DataTypeSchemaHeader})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataTypeSchemaHeader_new
— MethodUA_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})
Open62541.UA_DataValue_clear
— MethodUA_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.
Open62541.UA_DataValue_copy
— MethodUA_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
.
Open62541.UA_DataValue_delete
— MethodUA_DataValue_delete(x::Ptr{UA_DataValue})
deletes the content of object x
and its memory.
Open62541.UA_DataValue_deleteMembers
— MethodUA_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.
Open62541.UA_DataValue_init
— MethodUA_DataValue_init(x::Ptr{UA_DataValue})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DataValue_new
— MethodUA_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})
Open62541.UA_DatagramConnectionTransport2DataType_clear
— MethodUA_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.
Open62541.UA_DatagramConnectionTransport2DataType_copy
— MethodUA_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
.
Open62541.UA_DatagramConnectionTransport2DataType_delete
— MethodUA_DatagramConnectionTransport2DataType_delete(x::Ptr{UA_DatagramConnectionTransport2DataType})
deletes the content of object x
and its memory.
Open62541.UA_DatagramConnectionTransport2DataType_deleteMembers
— MethodUA_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.
Open62541.UA_DatagramConnectionTransport2DataType_init
— MethodUA_DatagramConnectionTransport2DataType_init(x::Ptr{UA_DatagramConnectionTransport2DataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DatagramConnectionTransport2DataType_new
— MethodUA_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})
Open62541.UA_DatagramConnectionTransportDataType_clear
— MethodUA_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.
Open62541.UA_DatagramConnectionTransportDataType_copy
— MethodUA_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
.
Open62541.UA_DatagramConnectionTransportDataType_delete
— MethodUA_DatagramConnectionTransportDataType_delete(x::Ptr{UA_DatagramConnectionTransportDataType})
deletes the content of object x
and its memory.
Open62541.UA_DatagramConnectionTransportDataType_deleteMembers
— MethodUA_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.
Open62541.UA_DatagramConnectionTransportDataType_init
— MethodUA_DatagramConnectionTransportDataType_init(x::Ptr{UA_DatagramConnectionTransportDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DatagramConnectionTransportDataType_new
— MethodUA_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})
Open62541.UA_DatagramDataSetReaderTransportDataType_clear
— MethodUA_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.
Open62541.UA_DatagramDataSetReaderTransportDataType_copy
— MethodUA_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
.
Open62541.UA_DatagramDataSetReaderTransportDataType_delete
— MethodUA_DatagramDataSetReaderTransportDataType_delete(x::Ptr{UA_DatagramDataSetReaderTransportDataType})
deletes the content of object x
and its memory.
Open62541.UA_DatagramDataSetReaderTransportDataType_deleteMembers
— MethodUA_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.
Open62541.UA_DatagramDataSetReaderTransportDataType_init
— MethodUA_DatagramDataSetReaderTransportDataType_init(x::Ptr{UA_DatagramDataSetReaderTransportDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DatagramDataSetReaderTransportDataType_new
— MethodUA_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})
Open62541.UA_DatagramWriterGroupTransport2DataType_clear
— MethodUA_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.
Open62541.UA_DatagramWriterGroupTransport2DataType_copy
— MethodUA_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
.
Open62541.UA_DatagramWriterGroupTransport2DataType_delete
— MethodUA_DatagramWriterGroupTransport2DataType_delete(x::Ptr{UA_DatagramWriterGroupTransport2DataType})
deletes the content of object x
and its memory.
Open62541.UA_DatagramWriterGroupTransport2DataType_deleteMembers
— MethodUA_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.
Open62541.UA_DatagramWriterGroupTransport2DataType_init
— MethodUA_DatagramWriterGroupTransport2DataType_init(x::Ptr{UA_DatagramWriterGroupTransport2DataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DatagramWriterGroupTransport2DataType_new
— MethodUA_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})
Open62541.UA_DatagramWriterGroupTransportDataType_clear
— MethodUA_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.
Open62541.UA_DatagramWriterGroupTransportDataType_copy
— MethodUA_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
.
Open62541.UA_DatagramWriterGroupTransportDataType_delete
— MethodUA_DatagramWriterGroupTransportDataType_delete(x::Ptr{UA_DatagramWriterGroupTransportDataType})
deletes the content of object x
and its memory.
Open62541.UA_DatagramWriterGroupTransportDataType_deleteMembers
— MethodUA_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.
Open62541.UA_DatagramWriterGroupTransportDataType_init
— MethodUA_DatagramWriterGroupTransportDataType_init(x::Ptr{UA_DatagramWriterGroupTransportDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DatagramWriterGroupTransportDataType_new
— MethodUA_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})
Open62541.UA_DateString_clear
— MethodUA_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.
Open62541.UA_DateString_copy
— MethodUA_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
.
Open62541.UA_DateString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_DateString_deleteMembers
— MethodUA_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.
Open62541.UA_DateString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DateString_new
— MethodUA_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})
Open62541.UA_DateTime_clear
— MethodInt64_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.
Open62541.UA_DateTime_copy
— MethodInt64_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
.
Open62541.UA_DateTime_delete
— MethodInt64_delete(x::Ptr{Int64})
deletes the content of object x
and its memory.
Open62541.UA_DateTime_deleteMembers
— MethodInt64_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.
Open62541.UA_DateTime_init
— MethodInt64_init(x::Ptr{Int64})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DateTime_new
— MethodInt64_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})
Open62541.UA_DeadbandType_clear
— MethodUA_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.
Open62541.UA_DeadbandType_copy
— MethodUA_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
.
Open62541.UA_DeadbandType_delete
— MethodUA_DeadbandType_delete(x::Ptr{UA_DeadbandType})
deletes the content of object x
and its memory.
Open62541.UA_DeadbandType_deleteMembers
— MethodUA_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.
Open62541.UA_DeadbandType_init
— MethodUA_DeadbandType_init(x::Ptr{UA_DeadbandType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeadbandType_new
— MethodUA_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})
Open62541.UA_DecimalDataType_clear
— MethodUA_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.
Open62541.UA_DecimalDataType_copy
— MethodUA_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
.
Open62541.UA_DecimalDataType_delete
— MethodUA_DecimalDataType_delete(x::Ptr{UA_DecimalDataType})
deletes the content of object x
and its memory.
Open62541.UA_DecimalDataType_deleteMembers
— MethodUA_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.
Open62541.UA_DecimalDataType_init
— MethodUA_DecimalDataType_init(x::Ptr{UA_DecimalDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DecimalDataType_new
— MethodUA_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})
Open62541.UA_DecimalString_clear
— MethodUA_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.
Open62541.UA_DecimalString_copy
— MethodUA_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
.
Open62541.UA_DecimalString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_DecimalString_deleteMembers
— MethodUA_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.
Open62541.UA_DecimalString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DecimalString_new
— MethodUA_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})
Open62541.UA_DeleteAtTimeDetails_clear
— MethodUA_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.
Open62541.UA_DeleteAtTimeDetails_copy
— MethodUA_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
.
Open62541.UA_DeleteAtTimeDetails_delete
— MethodUA_DeleteAtTimeDetails_delete(x::Ptr{UA_DeleteAtTimeDetails})
deletes the content of object x
and its memory.
Open62541.UA_DeleteAtTimeDetails_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteAtTimeDetails_init
— MethodUA_DeleteAtTimeDetails_init(x::Ptr{UA_DeleteAtTimeDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteAtTimeDetails_new
— MethodUA_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})
Open62541.UA_DeleteEventDetails_clear
— MethodUA_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.
Open62541.UA_DeleteEventDetails_copy
— MethodUA_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
.
Open62541.UA_DeleteEventDetails_delete
— MethodUA_DeleteEventDetails_delete(x::Ptr{UA_DeleteEventDetails})
deletes the content of object x
and its memory.
Open62541.UA_DeleteEventDetails_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteEventDetails_init
— MethodUA_DeleteEventDetails_init(x::Ptr{UA_DeleteEventDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteEventDetails_new
— MethodUA_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})
Open62541.UA_DeleteMonitoredItemsRequest_clear
— MethodUA_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.
Open62541.UA_DeleteMonitoredItemsRequest_copy
— MethodUA_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
.
Open62541.UA_DeleteMonitoredItemsRequest_delete
— MethodUA_DeleteMonitoredItemsRequest_delete(x::Ptr{UA_DeleteMonitoredItemsRequest})
deletes the content of object x
and its memory.
Open62541.UA_DeleteMonitoredItemsRequest_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteMonitoredItemsRequest_init
— MethodUA_DeleteMonitoredItemsRequest_init(x::Ptr{UA_DeleteMonitoredItemsRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteMonitoredItemsRequest_new
— MethodUA_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})
Open62541.UA_DeleteMonitoredItemsResponse_clear
— MethodUA_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.
Open62541.UA_DeleteMonitoredItemsResponse_copy
— MethodUA_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
.
Open62541.UA_DeleteMonitoredItemsResponse_delete
— MethodUA_DeleteMonitoredItemsResponse_delete(x::Ptr{UA_DeleteMonitoredItemsResponse})
deletes the content of object x
and its memory.
Open62541.UA_DeleteMonitoredItemsResponse_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteMonitoredItemsResponse_init
— MethodUA_DeleteMonitoredItemsResponse_init(x::Ptr{UA_DeleteMonitoredItemsResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteMonitoredItemsResponse_new
— MethodUA_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})
Open62541.UA_DeleteNodesItem_clear
— MethodUA_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.
Open62541.UA_DeleteNodesItem_copy
— MethodUA_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
.
Open62541.UA_DeleteNodesItem_delete
— MethodUA_DeleteNodesItem_delete(x::Ptr{UA_DeleteNodesItem})
deletes the content of object x
and its memory.
Open62541.UA_DeleteNodesItem_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteNodesItem_init
— MethodUA_DeleteNodesItem_init(x::Ptr{UA_DeleteNodesItem})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteNodesItem_new
— MethodUA_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})
Open62541.UA_DeleteNodesRequest_clear
— MethodUA_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.
Open62541.UA_DeleteNodesRequest_copy
— MethodUA_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
.
Open62541.UA_DeleteNodesRequest_delete
— MethodUA_DeleteNodesRequest_delete(x::Ptr{UA_DeleteNodesRequest})
deletes the content of object x
and its memory.
Open62541.UA_DeleteNodesRequest_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteNodesRequest_init
— MethodUA_DeleteNodesRequest_init(x::Ptr{UA_DeleteNodesRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteNodesRequest_new
— MethodUA_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})
Open62541.UA_DeleteNodesResponse_clear
— MethodUA_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.
Open62541.UA_DeleteNodesResponse_copy
— MethodUA_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
.
Open62541.UA_DeleteNodesResponse_delete
— MethodUA_DeleteNodesResponse_delete(x::Ptr{UA_DeleteNodesResponse})
deletes the content of object x
and its memory.
Open62541.UA_DeleteNodesResponse_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteNodesResponse_init
— MethodUA_DeleteNodesResponse_init(x::Ptr{UA_DeleteNodesResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteNodesResponse_new
— MethodUA_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})
Open62541.UA_DeleteRawModifiedDetails_clear
— MethodUA_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.
Open62541.UA_DeleteRawModifiedDetails_copy
— MethodUA_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
.
Open62541.UA_DeleteRawModifiedDetails_delete
— MethodUA_DeleteRawModifiedDetails_delete(x::Ptr{UA_DeleteRawModifiedDetails})
deletes the content of object x
and its memory.
Open62541.UA_DeleteRawModifiedDetails_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteRawModifiedDetails_init
— MethodUA_DeleteRawModifiedDetails_init(x::Ptr{UA_DeleteRawModifiedDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteRawModifiedDetails_new
— MethodUA_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})
Open62541.UA_DeleteReferencesItem_clear
— MethodUA_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.
Open62541.UA_DeleteReferencesItem_copy
— MethodUA_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
.
Open62541.UA_DeleteReferencesItem_delete
— MethodUA_DeleteReferencesItem_delete(x::Ptr{UA_DeleteReferencesItem})
deletes the content of object x
and its memory.
Open62541.UA_DeleteReferencesItem_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteReferencesItem_init
— MethodUA_DeleteReferencesItem_init(x::Ptr{UA_DeleteReferencesItem})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteReferencesItem_new
— MethodUA_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})
Open62541.UA_DeleteReferencesRequest_clear
— MethodUA_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.
Open62541.UA_DeleteReferencesRequest_copy
— MethodUA_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
.
Open62541.UA_DeleteReferencesRequest_delete
— MethodUA_DeleteReferencesRequest_delete(x::Ptr{UA_DeleteReferencesRequest})
deletes the content of object x
and its memory.
Open62541.UA_DeleteReferencesRequest_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteReferencesRequest_init
— MethodUA_DeleteReferencesRequest_init(x::Ptr{UA_DeleteReferencesRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteReferencesRequest_new
— MethodUA_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})
Open62541.UA_DeleteReferencesResponse_clear
— MethodUA_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.
Open62541.UA_DeleteReferencesResponse_copy
— MethodUA_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
.
Open62541.UA_DeleteReferencesResponse_delete
— MethodUA_DeleteReferencesResponse_delete(x::Ptr{UA_DeleteReferencesResponse})
deletes the content of object x
and its memory.
Open62541.UA_DeleteReferencesResponse_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteReferencesResponse_init
— MethodUA_DeleteReferencesResponse_init(x::Ptr{UA_DeleteReferencesResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteReferencesResponse_new
— MethodUA_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})
Open62541.UA_DeleteSubscriptionsRequest_clear
— MethodUA_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.
Open62541.UA_DeleteSubscriptionsRequest_copy
— MethodUA_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
.
Open62541.UA_DeleteSubscriptionsRequest_delete
— MethodUA_DeleteSubscriptionsRequest_delete(x::Ptr{UA_DeleteSubscriptionsRequest})
deletes the content of object x
and its memory.
Open62541.UA_DeleteSubscriptionsRequest_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteSubscriptionsRequest_init
— MethodUA_DeleteSubscriptionsRequest_init(x::Ptr{UA_DeleteSubscriptionsRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteSubscriptionsRequest_new
— MethodUA_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})
Open62541.UA_DeleteSubscriptionsResponse_clear
— MethodUA_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.
Open62541.UA_DeleteSubscriptionsResponse_copy
— MethodUA_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
.
Open62541.UA_DeleteSubscriptionsResponse_delete
— MethodUA_DeleteSubscriptionsResponse_delete(x::Ptr{UA_DeleteSubscriptionsResponse})
deletes the content of object x
and its memory.
Open62541.UA_DeleteSubscriptionsResponse_deleteMembers
— MethodUA_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.
Open62541.UA_DeleteSubscriptionsResponse_init
— MethodUA_DeleteSubscriptionsResponse_init(x::Ptr{UA_DeleteSubscriptionsResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DeleteSubscriptionsResponse_new
— MethodUA_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})
Open62541.UA_DiagnosticInfo_clear
— MethodUA_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.
Open62541.UA_DiagnosticInfo_copy
— MethodUA_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
.
Open62541.UA_DiagnosticInfo_delete
— MethodUA_DiagnosticInfo_delete(x::Ptr{UA_DiagnosticInfo})
deletes the content of object x
and its memory.
Open62541.UA_DiagnosticInfo_deleteMembers
— MethodUA_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.
Open62541.UA_DiagnosticInfo_init
— MethodUA_DiagnosticInfo_init(x::Ptr{UA_DiagnosticInfo})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DiagnosticInfo_new
— MethodUA_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})
Open62541.UA_DiagnosticsLevel_clear
— MethodUA_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.
Open62541.UA_DiagnosticsLevel_copy
— MethodUA_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
.
Open62541.UA_DiagnosticsLevel_delete
— MethodUA_DiagnosticsLevel_delete(x::Ptr{UA_DiagnosticsLevel})
deletes the content of object x
and its memory.
Open62541.UA_DiagnosticsLevel_deleteMembers
— MethodUA_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.
Open62541.UA_DiagnosticsLevel_init
— MethodUA_DiagnosticsLevel_init(x::Ptr{UA_DiagnosticsLevel})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DiagnosticsLevel_new
— MethodUA_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})
Open62541.UA_DoubleComplexNumberType_clear
— MethodUA_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.
Open62541.UA_DoubleComplexNumberType_copy
— MethodUA_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
.
Open62541.UA_DoubleComplexNumberType_delete
— MethodUA_DoubleComplexNumberType_delete(x::Ptr{UA_DoubleComplexNumberType})
deletes the content of object x
and its memory.
Open62541.UA_DoubleComplexNumberType_deleteMembers
— MethodUA_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.
Open62541.UA_DoubleComplexNumberType_init
— MethodUA_DoubleComplexNumberType_init(x::Ptr{UA_DoubleComplexNumberType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DoubleComplexNumberType_new
— MethodUA_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})
Open62541.UA_Double_clear
— MethodFloat64_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.
Open62541.UA_Double_copy
— MethodFloat64_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
.
Open62541.UA_Double_delete
— MethodFloat64_delete(x::Ptr{Float64})
deletes the content of object x
and its memory.
Open62541.UA_Double_deleteMembers
— MethodFloat64_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.
Open62541.UA_Double_init
— MethodFloat64_init(x::Ptr{Float64})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Double_new
— MethodFloat64_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})
Open62541.UA_Duplex_clear
— MethodUA_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.
Open62541.UA_Duplex_copy
— MethodUA_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
.
Open62541.UA_Duplex_delete
— MethodUA_Duplex_delete(x::Ptr{UA_Duplex})
deletes the content of object x
and its memory.
Open62541.UA_Duplex_deleteMembers
— MethodUA_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.
Open62541.UA_Duplex_init
— MethodUA_Duplex_init(x::Ptr{UA_Duplex})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Duplex_new
— MethodUA_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})
Open62541.UA_DurationString_clear
— MethodUA_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.
Open62541.UA_DurationString_copy
— MethodUA_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
.
Open62541.UA_DurationString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_DurationString_deleteMembers
— MethodUA_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.
Open62541.UA_DurationString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_DurationString_new
— MethodUA_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})
Open62541.UA_Duration_clear
— MethodFloat64_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.
Open62541.UA_Duration_copy
— MethodFloat64_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
.
Open62541.UA_Duration_delete
— MethodFloat64_delete(x::Ptr{Float64})
deletes the content of object x
and its memory.
Open62541.UA_Duration_deleteMembers
— MethodFloat64_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.
Open62541.UA_Duration_init
— MethodFloat64_init(x::Ptr{Float64})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Duration_new
— MethodFloat64_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})
Open62541.UA_EUInformation_clear
— MethodUA_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.
Open62541.UA_EUInformation_copy
— MethodUA_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
.
Open62541.UA_EUInformation_delete
— MethodUA_EUInformation_delete(x::Ptr{UA_EUInformation})
deletes the content of object x
and its memory.
Open62541.UA_EUInformation_deleteMembers
— MethodUA_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.
Open62541.UA_EUInformation_init
— MethodUA_EUInformation_init(x::Ptr{UA_EUInformation})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EUInformation_new
— MethodUA_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})
Open62541.UA_EccEncryptedSecret_clear
— MethodUA_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.
Open62541.UA_EccEncryptedSecret_copy
— MethodUA_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
.
Open62541.UA_EccEncryptedSecret_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_EccEncryptedSecret_deleteMembers
— MethodUA_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.
Open62541.UA_EccEncryptedSecret_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EccEncryptedSecret_new
— MethodUA_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})
Open62541.UA_ElementOperand_clear
— MethodUA_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.
Open62541.UA_ElementOperand_copy
— MethodUA_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
.
Open62541.UA_ElementOperand_delete
— MethodUA_ElementOperand_delete(x::Ptr{UA_ElementOperand})
deletes the content of object x
and its memory.
Open62541.UA_ElementOperand_deleteMembers
— MethodUA_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.
Open62541.UA_ElementOperand_init
— MethodUA_ElementOperand_init(x::Ptr{UA_ElementOperand})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ElementOperand_new
— MethodUA_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})
Open62541.UA_EndpointConfiguration_clear
— MethodUA_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.
Open62541.UA_EndpointConfiguration_copy
— MethodUA_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
.
Open62541.UA_EndpointConfiguration_delete
— MethodUA_EndpointConfiguration_delete(x::Ptr{UA_EndpointConfiguration})
deletes the content of object x
and its memory.
Open62541.UA_EndpointConfiguration_deleteMembers
— MethodUA_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.
Open62541.UA_EndpointConfiguration_init
— MethodUA_EndpointConfiguration_init(x::Ptr{UA_EndpointConfiguration})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EndpointConfiguration_new
— MethodUA_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})
Open62541.UA_EndpointDescription_clear
— MethodUA_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.
Open62541.UA_EndpointDescription_copy
— MethodUA_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
.
Open62541.UA_EndpointDescription_delete
— MethodUA_EndpointDescription_delete(x::Ptr{UA_EndpointDescription})
deletes the content of object x
and its memory.
Open62541.UA_EndpointDescription_deleteMembers
— MethodUA_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.
Open62541.UA_EndpointDescription_init
— MethodUA_EndpointDescription_init(x::Ptr{UA_EndpointDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EndpointDescription_new
— MethodUA_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})
Open62541.UA_EndpointType_clear
— MethodUA_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.
Open62541.UA_EndpointType_copy
— MethodUA_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
.
Open62541.UA_EndpointType_delete
— MethodUA_EndpointType_delete(x::Ptr{UA_EndpointType})
deletes the content of object x
and its memory.
Open62541.UA_EndpointType_deleteMembers
— MethodUA_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.
Open62541.UA_EndpointType_init
— MethodUA_EndpointType_init(x::Ptr{UA_EndpointType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EndpointType_new
— MethodUA_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})
Open62541.UA_EndpointUrlListDataType_clear
— MethodUA_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.
Open62541.UA_EndpointUrlListDataType_copy
— MethodUA_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
.
Open62541.UA_EndpointUrlListDataType_delete
— MethodUA_EndpointUrlListDataType_delete(x::Ptr{UA_EndpointUrlListDataType})
deletes the content of object x
and its memory.
Open62541.UA_EndpointUrlListDataType_deleteMembers
— MethodUA_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.
Open62541.UA_EndpointUrlListDataType_init
— MethodUA_EndpointUrlListDataType_init(x::Ptr{UA_EndpointUrlListDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EndpointUrlListDataType_new
— MethodUA_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})
Open62541.UA_EnumDefinition_clear
— MethodUA_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.
Open62541.UA_EnumDefinition_copy
— MethodUA_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
.
Open62541.UA_EnumDefinition_delete
— MethodUA_EnumDefinition_delete(x::Ptr{UA_EnumDefinition})
deletes the content of object x
and its memory.
Open62541.UA_EnumDefinition_deleteMembers
— MethodUA_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.
Open62541.UA_EnumDefinition_init
— MethodUA_EnumDefinition_init(x::Ptr{UA_EnumDefinition})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EnumDefinition_new
— MethodUA_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})
Open62541.UA_EnumDescription_clear
— MethodUA_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.
Open62541.UA_EnumDescription_copy
— MethodUA_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
.
Open62541.UA_EnumDescription_delete
— MethodUA_EnumDescription_delete(x::Ptr{UA_EnumDescription})
deletes the content of object x
and its memory.
Open62541.UA_EnumDescription_deleteMembers
— MethodUA_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.
Open62541.UA_EnumDescription_init
— MethodUA_EnumDescription_init(x::Ptr{UA_EnumDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EnumDescription_new
— MethodUA_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})
Open62541.UA_EnumField_clear
— MethodUA_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.
Open62541.UA_EnumField_copy
— MethodUA_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
.
Open62541.UA_EnumField_delete
— MethodUA_EnumField_delete(x::Ptr{UA_EnumField})
deletes the content of object x
and its memory.
Open62541.UA_EnumField_deleteMembers
— MethodUA_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.
Open62541.UA_EnumField_init
— MethodUA_EnumField_init(x::Ptr{UA_EnumField})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EnumField_new
— MethodUA_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})
Open62541.UA_EnumValueType_clear
— MethodUA_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.
Open62541.UA_EnumValueType_copy
— MethodUA_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
.
Open62541.UA_EnumValueType_delete
— MethodUA_EnumValueType_delete(x::Ptr{UA_EnumValueType})
deletes the content of object x
and its memory.
Open62541.UA_EnumValueType_deleteMembers
— MethodUA_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.
Open62541.UA_EnumValueType_init
— MethodUA_EnumValueType_init(x::Ptr{UA_EnumValueType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EnumValueType_new
— MethodUA_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})
Open62541.UA_Enumeration_clear
— MethodUA_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.
Open62541.UA_Enumeration_copy
— MethodUA_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
.
Open62541.UA_Enumeration_delete
— MethodUA_Enumeration_delete(x::Ptr{UA_Enumeration})
deletes the content of object x
and its memory.
Open62541.UA_Enumeration_deleteMembers
— MethodUA_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.
Open62541.UA_Enumeration_init
— MethodUA_Enumeration_init(x::Ptr{UA_Enumeration})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Enumeration_new
— MethodUA_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})
Open62541.UA_EphemeralKeyType_clear
— MethodUA_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.
Open62541.UA_EphemeralKeyType_copy
— MethodUA_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
.
Open62541.UA_EphemeralKeyType_delete
— MethodUA_EphemeralKeyType_delete(x::Ptr{UA_EphemeralKeyType})
deletes the content of object x
and its memory.
Open62541.UA_EphemeralKeyType_deleteMembers
— MethodUA_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.
Open62541.UA_EphemeralKeyType_init
— MethodUA_EphemeralKeyType_init(x::Ptr{UA_EphemeralKeyType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EphemeralKeyType_new
— MethodUA_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})
Open62541.UA_EventFieldList_clear
— MethodUA_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.
Open62541.UA_EventFieldList_copy
— MethodUA_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
.
Open62541.UA_EventFieldList_delete
— MethodUA_EventFieldList_delete(x::Ptr{UA_EventFieldList})
deletes the content of object x
and its memory.
Open62541.UA_EventFieldList_deleteMembers
— MethodUA_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.
Open62541.UA_EventFieldList_init
— MethodUA_EventFieldList_init(x::Ptr{UA_EventFieldList})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EventFieldList_new
— MethodUA_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})
Open62541.UA_EventFilterResult_clear
— MethodUA_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.
Open62541.UA_EventFilterResult_copy
— MethodUA_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
.
Open62541.UA_EventFilterResult_delete
— MethodUA_EventFilterResult_delete(x::Ptr{UA_EventFilterResult})
deletes the content of object x
and its memory.
Open62541.UA_EventFilterResult_deleteMembers
— MethodUA_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.
Open62541.UA_EventFilterResult_init
— MethodUA_EventFilterResult_init(x::Ptr{UA_EventFilterResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EventFilterResult_new
— MethodUA_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})
Open62541.UA_EventFilter_clear
— MethodUA_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.
Open62541.UA_EventFilter_copy
— MethodUA_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
.
Open62541.UA_EventFilter_delete
— MethodUA_EventFilter_delete(x::Ptr{UA_EventFilter})
deletes the content of object x
and its memory.
Open62541.UA_EventFilter_deleteMembers
— MethodUA_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.
Open62541.UA_EventFilter_init
— MethodUA_EventFilter_init(x::Ptr{UA_EventFilter})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EventFilter_new
— MethodUA_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})
Open62541.UA_EventNotificationList_clear
— MethodUA_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.
Open62541.UA_EventNotificationList_copy
— MethodUA_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
.
Open62541.UA_EventNotificationList_delete
— MethodUA_EventNotificationList_delete(x::Ptr{UA_EventNotificationList})
deletes the content of object x
and its memory.
Open62541.UA_EventNotificationList_deleteMembers
— MethodUA_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.
Open62541.UA_EventNotificationList_init
— MethodUA_EventNotificationList_init(x::Ptr{UA_EventNotificationList})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EventNotificationList_new
— MethodUA_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})
Open62541.UA_EventNotifierType_clear
— MethodUInt8_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.
Open62541.UA_EventNotifierType_copy
— MethodUInt8_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
.
Open62541.UA_EventNotifierType_delete
— MethodUInt8_delete(x::Ptr{UInt8})
deletes the content of object x
and its memory.
Open62541.UA_EventNotifierType_deleteMembers
— MethodUInt8_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.
Open62541.UA_EventNotifierType_init
— MethodUInt8_init(x::Ptr{UInt8})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_EventNotifierType_new
— MethodUInt8_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})
Open62541.UA_ExceptionDeviationFormat_clear
— MethodUA_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.
Open62541.UA_ExceptionDeviationFormat_copy
— MethodUA_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
.
Open62541.UA_ExceptionDeviationFormat_delete
— MethodUA_ExceptionDeviationFormat_delete(x::Ptr{UA_ExceptionDeviationFormat})
deletes the content of object x
and its memory.
Open62541.UA_ExceptionDeviationFormat_deleteMembers
— MethodUA_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.
Open62541.UA_ExceptionDeviationFormat_init
— MethodUA_ExceptionDeviationFormat_init(x::Ptr{UA_ExceptionDeviationFormat})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ExceptionDeviationFormat_new
— MethodUA_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})
Open62541.UA_ExpandedNodeId_clear
— MethodUA_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.
Open62541.UA_ExpandedNodeId_copy
— MethodUA_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
.
Open62541.UA_ExpandedNodeId_delete
— MethodUA_ExpandedNodeId_delete(x::Ptr{UA_ExpandedNodeId})
deletes the content of object x
and its memory.
Open62541.UA_ExpandedNodeId_deleteMembers
— MethodUA_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.
Open62541.UA_ExpandedNodeId_init
— MethodUA_ExpandedNodeId_init(x::Ptr{UA_ExpandedNodeId})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ExpandedNodeId_new
— MethodUA_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})
Open62541.UA_ExtensionObject_clear
— MethodUA_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.
Open62541.UA_ExtensionObject_copy
— MethodUA_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
.
Open62541.UA_ExtensionObject_delete
— MethodUA_ExtensionObject_delete(x::Ptr{UA_ExtensionObject})
deletes the content of object x
and its memory.
Open62541.UA_ExtensionObject_deleteMembers
— MethodUA_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.
Open62541.UA_ExtensionObject_init
— MethodUA_ExtensionObject_init(x::Ptr{UA_ExtensionObject})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ExtensionObject_new
— MethodUA_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})
Open62541.UA_FieldMetaData_clear
— MethodUA_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.
Open62541.UA_FieldMetaData_copy
— MethodUA_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
.
Open62541.UA_FieldMetaData_delete
— MethodUA_FieldMetaData_delete(x::Ptr{UA_FieldMetaData})
deletes the content of object x
and its memory.
Open62541.UA_FieldMetaData_deleteMembers
— MethodUA_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.
Open62541.UA_FieldMetaData_init
— MethodUA_FieldMetaData_init(x::Ptr{UA_FieldMetaData})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_FieldMetaData_new
— MethodUA_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})
Open62541.UA_FieldTargetDataType_clear
— MethodUA_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.
Open62541.UA_FieldTargetDataType_copy
— MethodUA_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
.
Open62541.UA_FieldTargetDataType_delete
— MethodUA_FieldTargetDataType_delete(x::Ptr{UA_FieldTargetDataType})
deletes the content of object x
and its memory.
Open62541.UA_FieldTargetDataType_deleteMembers
— MethodUA_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.
Open62541.UA_FieldTargetDataType_init
— MethodUA_FieldTargetDataType_init(x::Ptr{UA_FieldTargetDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_FieldTargetDataType_new
— MethodUA_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})
Open62541.UA_FilterOperator_clear
— MethodUA_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.
Open62541.UA_FilterOperator_copy
— MethodUA_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
.
Open62541.UA_FilterOperator_delete
— MethodUA_FilterOperator_delete(x::Ptr{UA_FilterOperator})
deletes the content of object x
and its memory.
Open62541.UA_FilterOperator_deleteMembers
— MethodUA_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.
Open62541.UA_FilterOperator_init
— MethodUA_FilterOperator_init(x::Ptr{UA_FilterOperator})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_FilterOperator_new
— MethodUA_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})
Open62541.UA_FindServersOnNetworkRequest_clear
— MethodUA_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.
Open62541.UA_FindServersOnNetworkRequest_copy
— MethodUA_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
.
Open62541.UA_FindServersOnNetworkRequest_delete
— MethodUA_FindServersOnNetworkRequest_delete(x::Ptr{UA_FindServersOnNetworkRequest})
deletes the content of object x
and its memory.
Open62541.UA_FindServersOnNetworkRequest_deleteMembers
— MethodUA_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.
Open62541.UA_FindServersOnNetworkRequest_init
— MethodUA_FindServersOnNetworkRequest_init(x::Ptr{UA_FindServersOnNetworkRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_FindServersOnNetworkRequest_new
— MethodUA_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})
Open62541.UA_FindServersOnNetworkResponse_clear
— MethodUA_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.
Open62541.UA_FindServersOnNetworkResponse_copy
— MethodUA_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
.
Open62541.UA_FindServersOnNetworkResponse_delete
— MethodUA_FindServersOnNetworkResponse_delete(x::Ptr{UA_FindServersOnNetworkResponse})
deletes the content of object x
and its memory.
Open62541.UA_FindServersOnNetworkResponse_deleteMembers
— MethodUA_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.
Open62541.UA_FindServersOnNetworkResponse_init
— MethodUA_FindServersOnNetworkResponse_init(x::Ptr{UA_FindServersOnNetworkResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_FindServersOnNetworkResponse_new
— MethodUA_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})
Open62541.UA_FindServersRequest_clear
— MethodUA_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.
Open62541.UA_FindServersRequest_copy
— MethodUA_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
.
Open62541.UA_FindServersRequest_delete
— MethodUA_FindServersRequest_delete(x::Ptr{UA_FindServersRequest})
deletes the content of object x
and its memory.
Open62541.UA_FindServersRequest_deleteMembers
— MethodUA_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.
Open62541.UA_FindServersRequest_init
— MethodUA_FindServersRequest_init(x::Ptr{UA_FindServersRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_FindServersRequest_new
— MethodUA_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})
Open62541.UA_FindServersResponse_clear
— MethodUA_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.
Open62541.UA_FindServersResponse_copy
— MethodUA_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
.
Open62541.UA_FindServersResponse_delete
— MethodUA_FindServersResponse_delete(x::Ptr{UA_FindServersResponse})
deletes the content of object x
and its memory.
Open62541.UA_FindServersResponse_deleteMembers
— MethodUA_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.
Open62541.UA_FindServersResponse_init
— MethodUA_FindServersResponse_init(x::Ptr{UA_FindServersResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_FindServersResponse_new
— MethodUA_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})
Open62541.UA_Float_clear
— MethodFloat32_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.
Open62541.UA_Float_copy
— MethodFloat32_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
.
Open62541.UA_Float_delete
— MethodFloat32_delete(x::Ptr{Float32})
deletes the content of object x
and its memory.
Open62541.UA_Float_deleteMembers
— MethodFloat32_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.
Open62541.UA_Float_init
— MethodFloat32_init(x::Ptr{Float32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Float_new
— MethodFloat32_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})
Open62541.UA_GenericAttributeValue_clear
— MethodUA_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.
Open62541.UA_GenericAttributeValue_copy
— MethodUA_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
.
Open62541.UA_GenericAttributeValue_delete
— MethodUA_GenericAttributeValue_delete(x::Ptr{UA_GenericAttributeValue})
deletes the content of object x
and its memory.
Open62541.UA_GenericAttributeValue_deleteMembers
— MethodUA_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.
Open62541.UA_GenericAttributeValue_init
— MethodUA_GenericAttributeValue_init(x::Ptr{UA_GenericAttributeValue})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_GenericAttributeValue_new
— MethodUA_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})
Open62541.UA_GenericAttributes_clear
— MethodUA_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.
Open62541.UA_GenericAttributes_copy
— MethodUA_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
.
Open62541.UA_GenericAttributes_delete
— MethodUA_GenericAttributes_delete(x::Ptr{UA_GenericAttributes})
deletes the content of object x
and its memory.
Open62541.UA_GenericAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_GenericAttributes_init
— MethodUA_GenericAttributes_init(x::Ptr{UA_GenericAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_GenericAttributes_new
— MethodUA_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})
Open62541.UA_GetEndpointsRequest_clear
— MethodUA_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.
Open62541.UA_GetEndpointsRequest_copy
— MethodUA_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
.
Open62541.UA_GetEndpointsRequest_delete
— MethodUA_GetEndpointsRequest_delete(x::Ptr{UA_GetEndpointsRequest})
deletes the content of object x
and its memory.
Open62541.UA_GetEndpointsRequest_deleteMembers
— MethodUA_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.
Open62541.UA_GetEndpointsRequest_init
— MethodUA_GetEndpointsRequest_init(x::Ptr{UA_GetEndpointsRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_GetEndpointsRequest_new
— MethodUA_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})
Open62541.UA_GetEndpointsResponse_clear
— MethodUA_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.
Open62541.UA_GetEndpointsResponse_copy
— MethodUA_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
.
Open62541.UA_GetEndpointsResponse_delete
— MethodUA_GetEndpointsResponse_delete(x::Ptr{UA_GetEndpointsResponse})
deletes the content of object x
and its memory.
Open62541.UA_GetEndpointsResponse_deleteMembers
— MethodUA_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.
Open62541.UA_GetEndpointsResponse_init
— MethodUA_GetEndpointsResponse_init(x::Ptr{UA_GetEndpointsResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_GetEndpointsResponse_new
— MethodUA_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})
Open62541.UA_Guid_clear
— MethodUA_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.
Open62541.UA_Guid_copy
— MethodUA_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
.
Open62541.UA_Guid_delete
— MethodUA_Guid_delete(x::Ptr{UA_Guid})
deletes the content of object x
and its memory.
Open62541.UA_Guid_deleteMembers
— MethodUA_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.
Open62541.UA_Guid_init
— MethodUA_Guid_init(x::Ptr{UA_Guid})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Guid_new
— MethodUA_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})
Open62541.UA_HistoryData_clear
— MethodUA_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.
Open62541.UA_HistoryData_copy
— MethodUA_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
.
Open62541.UA_HistoryData_delete
— MethodUA_HistoryData_delete(x::Ptr{UA_HistoryData})
deletes the content of object x
and its memory.
Open62541.UA_HistoryData_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryData_init
— MethodUA_HistoryData_init(x::Ptr{UA_HistoryData})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryData_new
— MethodUA_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})
Open62541.UA_HistoryEventFieldList_clear
— MethodUA_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.
Open62541.UA_HistoryEventFieldList_copy
— MethodUA_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
.
Open62541.UA_HistoryEventFieldList_delete
— MethodUA_HistoryEventFieldList_delete(x::Ptr{UA_HistoryEventFieldList})
deletes the content of object x
and its memory.
Open62541.UA_HistoryEventFieldList_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryEventFieldList_init
— MethodUA_HistoryEventFieldList_init(x::Ptr{UA_HistoryEventFieldList})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryEventFieldList_new
— MethodUA_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})
Open62541.UA_HistoryEvent_clear
— MethodUA_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.
Open62541.UA_HistoryEvent_copy
— MethodUA_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
.
Open62541.UA_HistoryEvent_delete
— MethodUA_HistoryEvent_delete(x::Ptr{UA_HistoryEvent})
deletes the content of object x
and its memory.
Open62541.UA_HistoryEvent_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryEvent_init
— MethodUA_HistoryEvent_init(x::Ptr{UA_HistoryEvent})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryEvent_new
— MethodUA_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})
Open62541.UA_HistoryModifiedData_clear
— MethodUA_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.
Open62541.UA_HistoryModifiedData_copy
— MethodUA_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
.
Open62541.UA_HistoryModifiedData_delete
— MethodUA_HistoryModifiedData_delete(x::Ptr{UA_HistoryModifiedData})
deletes the content of object x
and its memory.
Open62541.UA_HistoryModifiedData_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryModifiedData_init
— MethodUA_HistoryModifiedData_init(x::Ptr{UA_HistoryModifiedData})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryModifiedData_new
— MethodUA_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})
Open62541.UA_HistoryReadRequest_clear
— MethodUA_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.
Open62541.UA_HistoryReadRequest_copy
— MethodUA_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
.
Open62541.UA_HistoryReadRequest_delete
— MethodUA_HistoryReadRequest_delete(x::Ptr{UA_HistoryReadRequest})
deletes the content of object x
and its memory.
Open62541.UA_HistoryReadRequest_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryReadRequest_init
— MethodUA_HistoryReadRequest_init(x::Ptr{UA_HistoryReadRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryReadRequest_new
— MethodUA_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})
Open62541.UA_HistoryReadResponse_clear
— MethodUA_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.
Open62541.UA_HistoryReadResponse_copy
— MethodUA_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
.
Open62541.UA_HistoryReadResponse_delete
— MethodUA_HistoryReadResponse_delete(x::Ptr{UA_HistoryReadResponse})
deletes the content of object x
and its memory.
Open62541.UA_HistoryReadResponse_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryReadResponse_init
— MethodUA_HistoryReadResponse_init(x::Ptr{UA_HistoryReadResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryReadResponse_new
— MethodUA_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})
Open62541.UA_HistoryReadResult_clear
— MethodUA_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.
Open62541.UA_HistoryReadResult_copy
— MethodUA_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
.
Open62541.UA_HistoryReadResult_delete
— MethodUA_HistoryReadResult_delete(x::Ptr{UA_HistoryReadResult})
deletes the content of object x
and its memory.
Open62541.UA_HistoryReadResult_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryReadResult_init
— MethodUA_HistoryReadResult_init(x::Ptr{UA_HistoryReadResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryReadResult_new
— MethodUA_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})
Open62541.UA_HistoryReadValueId_clear
— MethodUA_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.
Open62541.UA_HistoryReadValueId_copy
— MethodUA_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
.
Open62541.UA_HistoryReadValueId_delete
— MethodUA_HistoryReadValueId_delete(x::Ptr{UA_HistoryReadValueId})
deletes the content of object x
and its memory.
Open62541.UA_HistoryReadValueId_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryReadValueId_init
— MethodUA_HistoryReadValueId_init(x::Ptr{UA_HistoryReadValueId})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryReadValueId_new
— MethodUA_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})
Open62541.UA_HistoryUpdateDetails_clear
— MethodUA_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.
Open62541.UA_HistoryUpdateDetails_copy
— MethodUA_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
.
Open62541.UA_HistoryUpdateDetails_delete
— MethodUA_HistoryUpdateDetails_delete(x::Ptr{UA_HistoryUpdateDetails})
deletes the content of object x
and its memory.
Open62541.UA_HistoryUpdateDetails_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryUpdateDetails_init
— MethodUA_HistoryUpdateDetails_init(x::Ptr{UA_HistoryUpdateDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryUpdateDetails_new
— MethodUA_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})
Open62541.UA_HistoryUpdateRequest_clear
— MethodUA_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.
Open62541.UA_HistoryUpdateRequest_copy
— MethodUA_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
.
Open62541.UA_HistoryUpdateRequest_delete
— MethodUA_HistoryUpdateRequest_delete(x::Ptr{UA_HistoryUpdateRequest})
deletes the content of object x
and its memory.
Open62541.UA_HistoryUpdateRequest_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryUpdateRequest_init
— MethodUA_HistoryUpdateRequest_init(x::Ptr{UA_HistoryUpdateRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryUpdateRequest_new
— MethodUA_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})
Open62541.UA_HistoryUpdateResponse_clear
— MethodUA_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.
Open62541.UA_HistoryUpdateResponse_copy
— MethodUA_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
.
Open62541.UA_HistoryUpdateResponse_delete
— MethodUA_HistoryUpdateResponse_delete(x::Ptr{UA_HistoryUpdateResponse})
deletes the content of object x
and its memory.
Open62541.UA_HistoryUpdateResponse_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryUpdateResponse_init
— MethodUA_HistoryUpdateResponse_init(x::Ptr{UA_HistoryUpdateResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryUpdateResponse_new
— MethodUA_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})
Open62541.UA_HistoryUpdateResult_clear
— MethodUA_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.
Open62541.UA_HistoryUpdateResult_copy
— MethodUA_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
.
Open62541.UA_HistoryUpdateResult_delete
— MethodUA_HistoryUpdateResult_delete(x::Ptr{UA_HistoryUpdateResult})
deletes the content of object x
and its memory.
Open62541.UA_HistoryUpdateResult_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryUpdateResult_init
— MethodUA_HistoryUpdateResult_init(x::Ptr{UA_HistoryUpdateResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryUpdateResult_new
— MethodUA_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})
Open62541.UA_HistoryUpdateType_clear
— MethodUA_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.
Open62541.UA_HistoryUpdateType_copy
— MethodUA_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
.
Open62541.UA_HistoryUpdateType_delete
— MethodUA_HistoryUpdateType_delete(x::Ptr{UA_HistoryUpdateType})
deletes the content of object x
and its memory.
Open62541.UA_HistoryUpdateType_deleteMembers
— MethodUA_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.
Open62541.UA_HistoryUpdateType_init
— MethodUA_HistoryUpdateType_init(x::Ptr{UA_HistoryUpdateType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_HistoryUpdateType_new
— MethodUA_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})
Open62541.UA_IdType_clear
— MethodUA_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.
Open62541.UA_IdType_copy
— MethodUA_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
.
Open62541.UA_IdType_delete
— MethodUA_IdType_delete(x::Ptr{UA_IdType})
deletes the content of object x
and its memory.
Open62541.UA_IdType_deleteMembers
— MethodUA_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.
Open62541.UA_IdType_init
— MethodUA_IdType_init(x::Ptr{UA_IdType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_IdType_new
— MethodUA_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})
Open62541.UA_IdentityCriteriaType_clear
— MethodUA_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.
Open62541.UA_IdentityCriteriaType_copy
— MethodUA_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
.
Open62541.UA_IdentityCriteriaType_delete
— MethodUA_IdentityCriteriaType_delete(x::Ptr{UA_IdentityCriteriaType})
deletes the content of object x
and its memory.
Open62541.UA_IdentityCriteriaType_deleteMembers
— MethodUA_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.
Open62541.UA_IdentityCriteriaType_init
— MethodUA_IdentityCriteriaType_init(x::Ptr{UA_IdentityCriteriaType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_IdentityCriteriaType_new
— MethodUA_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})
Open62541.UA_IdentityMappingRuleType_clear
— MethodUA_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.
Open62541.UA_IdentityMappingRuleType_copy
— MethodUA_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
.
Open62541.UA_IdentityMappingRuleType_delete
— MethodUA_IdentityMappingRuleType_delete(x::Ptr{UA_IdentityMappingRuleType})
deletes the content of object x
and its memory.
Open62541.UA_IdentityMappingRuleType_deleteMembers
— MethodUA_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.
Open62541.UA_IdentityMappingRuleType_init
— MethodUA_IdentityMappingRuleType_init(x::Ptr{UA_IdentityMappingRuleType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_IdentityMappingRuleType_new
— MethodUA_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})
Open62541.UA_ImageBMP_clear
— MethodUA_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.
Open62541.UA_ImageBMP_copy
— MethodUA_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
.
Open62541.UA_ImageBMP_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_ImageBMP_deleteMembers
— MethodUA_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.
Open62541.UA_ImageBMP_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ImageBMP_new
— MethodUA_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})
Open62541.UA_ImageGIF_clear
— MethodUA_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.
Open62541.UA_ImageGIF_copy
— MethodUA_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
.
Open62541.UA_ImageGIF_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_ImageGIF_deleteMembers
— MethodUA_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.
Open62541.UA_ImageGIF_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ImageGIF_new
— MethodUA_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})
Open62541.UA_ImageJPG_clear
— MethodUA_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.
Open62541.UA_ImageJPG_copy
— MethodUA_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
.
Open62541.UA_ImageJPG_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_ImageJPG_deleteMembers
— MethodUA_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.
Open62541.UA_ImageJPG_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ImageJPG_new
— MethodUA_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})
Open62541.UA_ImagePNG_clear
— MethodUA_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.
Open62541.UA_ImagePNG_copy
— MethodUA_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
.
Open62541.UA_ImagePNG_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_ImagePNG_deleteMembers
— MethodUA_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.
Open62541.UA_ImagePNG_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ImagePNG_new
— MethodUA_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})
Open62541.UA_Index_clear
— MethodUA_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.
Open62541.UA_Index_copy
— MethodUA_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
.
Open62541.UA_Index_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_Index_deleteMembers
— MethodUA_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.
Open62541.UA_Index_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Index_new
— MethodUA_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})
Open62541.UA_Int16_clear
— MethodInt16_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.
Open62541.UA_Int16_copy
— MethodInt16_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
.
Open62541.UA_Int16_delete
— MethodInt16_delete(x::Ptr{Int16})
deletes the content of object x
and its memory.
Open62541.UA_Int16_deleteMembers
— MethodInt16_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.
Open62541.UA_Int16_init
— MethodInt16_init(x::Ptr{Int16})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Int16_new
— MethodInt16_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})
Open62541.UA_Int32_clear
— MethodInt32_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.
Open62541.UA_Int32_copy
— MethodInt32_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
.
Open62541.UA_Int32_delete
— MethodInt32_delete(x::Ptr{Int32})
deletes the content of object x
and its memory.
Open62541.UA_Int32_deleteMembers
— MethodInt32_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.
Open62541.UA_Int32_init
— MethodInt32_init(x::Ptr{Int32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Int32_new
— MethodInt32_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})
Open62541.UA_Int64_clear
— MethodInt64_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.
Open62541.UA_Int64_copy
— MethodInt64_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
.
Open62541.UA_Int64_delete
— MethodInt64_delete(x::Ptr{Int64})
deletes the content of object x
and its memory.
Open62541.UA_Int64_deleteMembers
— MethodInt64_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.
Open62541.UA_Int64_init
— MethodInt64_init(x::Ptr{Int64})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Int64_new
— MethodInt64_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})
Open62541.UA_IntegerId_clear
— MethodUInt32_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.
Open62541.UA_IntegerId_copy
— MethodUInt32_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
.
Open62541.UA_IntegerId_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_IntegerId_deleteMembers
— MethodUInt32_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.
Open62541.UA_IntegerId_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_IntegerId_new
— MethodUInt32_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})
Open62541.UA_InterfaceAdminStatus_clear
— MethodUA_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.
Open62541.UA_InterfaceAdminStatus_copy
— MethodUA_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
.
Open62541.UA_InterfaceAdminStatus_delete
— MethodUA_InterfaceAdminStatus_delete(x::Ptr{UA_InterfaceAdminStatus})
deletes the content of object x
and its memory.
Open62541.UA_InterfaceAdminStatus_deleteMembers
— MethodUA_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.
Open62541.UA_InterfaceAdminStatus_init
— MethodUA_InterfaceAdminStatus_init(x::Ptr{UA_InterfaceAdminStatus})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_InterfaceAdminStatus_new
— MethodUA_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})
Open62541.UA_InterfaceOperStatus_clear
— MethodUA_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.
Open62541.UA_InterfaceOperStatus_copy
— MethodUA_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
.
Open62541.UA_InterfaceOperStatus_delete
— MethodUA_InterfaceOperStatus_delete(x::Ptr{UA_InterfaceOperStatus})
deletes the content of object x
and its memory.
Open62541.UA_InterfaceOperStatus_deleteMembers
— MethodUA_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.
Open62541.UA_InterfaceOperStatus_init
— MethodUA_InterfaceOperStatus_init(x::Ptr{UA_InterfaceOperStatus})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_InterfaceOperStatus_new
— MethodUA_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})
Open62541.UA_IssuedIdentityToken_clear
— MethodUA_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.
Open62541.UA_IssuedIdentityToken_copy
— MethodUA_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
.
Open62541.UA_IssuedIdentityToken_delete
— MethodUA_IssuedIdentityToken_delete(x::Ptr{UA_IssuedIdentityToken})
deletes the content of object x
and its memory.
Open62541.UA_IssuedIdentityToken_deleteMembers
— MethodUA_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.
Open62541.UA_IssuedIdentityToken_init
— MethodUA_IssuedIdentityToken_init(x::Ptr{UA_IssuedIdentityToken})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_IssuedIdentityToken_new
— MethodUA_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})
Open62541.UA_JsonDataSetMessageContentMask_clear
— MethodUInt32_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.
Open62541.UA_JsonDataSetMessageContentMask_copy
— MethodUInt32_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
.
Open62541.UA_JsonDataSetMessageContentMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_JsonDataSetMessageContentMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_JsonDataSetMessageContentMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_JsonDataSetMessageContentMask_new
— MethodUInt32_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})
Open62541.UA_JsonDataSetReaderMessageDataType_clear
— MethodUA_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.
Open62541.UA_JsonDataSetReaderMessageDataType_copy
— MethodUA_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
.
Open62541.UA_JsonDataSetReaderMessageDataType_delete
— MethodUA_JsonDataSetReaderMessageDataType_delete(x::Ptr{UA_JsonDataSetReaderMessageDataType})
deletes the content of object x
and its memory.
Open62541.UA_JsonDataSetReaderMessageDataType_deleteMembers
— MethodUA_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.
Open62541.UA_JsonDataSetReaderMessageDataType_init
— MethodUA_JsonDataSetReaderMessageDataType_init(x::Ptr{UA_JsonDataSetReaderMessageDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_JsonDataSetReaderMessageDataType_new
— MethodUA_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})
Open62541.UA_JsonDataSetWriterMessageDataType_clear
— MethodUA_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.
Open62541.UA_JsonDataSetWriterMessageDataType_copy
— MethodUA_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
.
Open62541.UA_JsonDataSetWriterMessageDataType_delete
— MethodUA_JsonDataSetWriterMessageDataType_delete(x::Ptr{UA_JsonDataSetWriterMessageDataType})
deletes the content of object x
and its memory.
Open62541.UA_JsonDataSetWriterMessageDataType_deleteMembers
— MethodUA_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.
Open62541.UA_JsonDataSetWriterMessageDataType_init
— MethodUA_JsonDataSetWriterMessageDataType_init(x::Ptr{UA_JsonDataSetWriterMessageDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_JsonDataSetWriterMessageDataType_new
— MethodUA_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})
Open62541.UA_JsonNetworkMessageContentMask_clear
— MethodUInt32_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.
Open62541.UA_JsonNetworkMessageContentMask_copy
— MethodUInt32_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
.
Open62541.UA_JsonNetworkMessageContentMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_JsonNetworkMessageContentMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_JsonNetworkMessageContentMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_JsonNetworkMessageContentMask_new
— MethodUInt32_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})
Open62541.UA_JsonWriterGroupMessageDataType_clear
— MethodUA_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.
Open62541.UA_JsonWriterGroupMessageDataType_copy
— MethodUA_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
.
Open62541.UA_JsonWriterGroupMessageDataType_delete
— MethodUA_JsonWriterGroupMessageDataType_delete(x::Ptr{UA_JsonWriterGroupMessageDataType})
deletes the content of object x
and its memory.
Open62541.UA_JsonWriterGroupMessageDataType_deleteMembers
— MethodUA_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.
Open62541.UA_JsonWriterGroupMessageDataType_init
— MethodUA_JsonWriterGroupMessageDataType_init(x::Ptr{UA_JsonWriterGroupMessageDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_JsonWriterGroupMessageDataType_new
— MethodUA_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})
Open62541.UA_KeyValuePair_clear
— MethodUA_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.
Open62541.UA_KeyValuePair_copy
— MethodUA_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
.
Open62541.UA_KeyValuePair_delete
— MethodUA_KeyValuePair_delete(x::Ptr{UA_KeyValuePair})
deletes the content of object x
and its memory.
Open62541.UA_KeyValuePair_deleteMembers
— MethodUA_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.
Open62541.UA_KeyValuePair_init
— MethodUA_KeyValuePair_init(x::Ptr{UA_KeyValuePair})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_KeyValuePair_new
— MethodUA_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})
Open62541.UA_LiteralOperand_clear
— MethodUA_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.
Open62541.UA_LiteralOperand_copy
— MethodUA_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
.
Open62541.UA_LiteralOperand_delete
— MethodUA_LiteralOperand_delete(x::Ptr{UA_LiteralOperand})
deletes the content of object x
and its memory.
Open62541.UA_LiteralOperand_deleteMembers
— MethodUA_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.
Open62541.UA_LiteralOperand_init
— MethodUA_LiteralOperand_init(x::Ptr{UA_LiteralOperand})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_LiteralOperand_new
— MethodUA_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})
Open62541.UA_LocaleId_clear
— MethodUA_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.
Open62541.UA_LocaleId_copy
— MethodUA_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
.
Open62541.UA_LocaleId_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_LocaleId_deleteMembers
— MethodUA_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.
Open62541.UA_LocaleId_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_LocaleId_new
— MethodUA_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})
Open62541.UA_LocalizedText_clear
— MethodUA_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.
Open62541.UA_LocalizedText_copy
— MethodUA_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
.
Open62541.UA_LocalizedText_delete
— MethodUA_LocalizedText_delete(x::Ptr{UA_LocalizedText})
deletes the content of object x
and its memory.
Open62541.UA_LocalizedText_deleteMembers
— MethodUA_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.
Open62541.UA_LocalizedText_init
— MethodUA_LocalizedText_init(x::Ptr{UA_LocalizedText})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_LocalizedText_new
— MethodUA_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})
Open62541.UA_MdnsDiscoveryConfiguration_clear
— MethodUA_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.
Open62541.UA_MdnsDiscoveryConfiguration_copy
— MethodUA_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
.
Open62541.UA_MdnsDiscoveryConfiguration_delete
— MethodUA_MdnsDiscoveryConfiguration_delete(x::Ptr{UA_MdnsDiscoveryConfiguration})
deletes the content of object x
and its memory.
Open62541.UA_MdnsDiscoveryConfiguration_deleteMembers
— MethodUA_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.
Open62541.UA_MdnsDiscoveryConfiguration_init
— MethodUA_MdnsDiscoveryConfiguration_init(x::Ptr{UA_MdnsDiscoveryConfiguration})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MdnsDiscoveryConfiguration_new
— MethodUA_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})
Open62541.UA_MessageSecurityMode_clear
— MethodUA_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.
Open62541.UA_MessageSecurityMode_copy
— MethodUA_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
.
Open62541.UA_MessageSecurityMode_delete
— MethodUA_MessageSecurityMode_delete(x::Ptr{UA_MessageSecurityMode})
deletes the content of object x
and its memory.
Open62541.UA_MessageSecurityMode_deleteMembers
— MethodUA_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.
Open62541.UA_MessageSecurityMode_init
— MethodUA_MessageSecurityMode_init(x::Ptr{UA_MessageSecurityMode})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MessageSecurityMode_new
— MethodUA_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})
Open62541.UA_MethodAttributes_clear
— MethodUA_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.
Open62541.UA_MethodAttributes_copy
— MethodUA_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
.
Open62541.UA_MethodAttributes_delete
— MethodUA_MethodAttributes_delete(x::Ptr{UA_MethodAttributes})
deletes the content of object x
and its memory.
Open62541.UA_MethodAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_MethodAttributes_init
— MethodUA_MethodAttributes_init(x::Ptr{UA_MethodAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MethodAttributes_new
— MethodUA_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})
Open62541.UA_ModelChangeStructureDataType_clear
— MethodUA_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.
Open62541.UA_ModelChangeStructureDataType_copy
— MethodUA_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
.
Open62541.UA_ModelChangeStructureDataType_delete
— MethodUA_ModelChangeStructureDataType_delete(x::Ptr{UA_ModelChangeStructureDataType})
deletes the content of object x
and its memory.
Open62541.UA_ModelChangeStructureDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ModelChangeStructureDataType_init
— MethodUA_ModelChangeStructureDataType_init(x::Ptr{UA_ModelChangeStructureDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ModelChangeStructureDataType_new
— MethodUA_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})
Open62541.UA_ModelChangeStructureVerbMask_clear
— MethodUA_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.
Open62541.UA_ModelChangeStructureVerbMask_copy
— MethodUA_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
.
Open62541.UA_ModelChangeStructureVerbMask_delete
— MethodUA_ModelChangeStructureVerbMask_delete(x::Ptr{UA_ModelChangeStructureVerbMask})
deletes the content of object x
and its memory.
Open62541.UA_ModelChangeStructureVerbMask_deleteMembers
— MethodUA_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.
Open62541.UA_ModelChangeStructureVerbMask_init
— MethodUA_ModelChangeStructureVerbMask_init(x::Ptr{UA_ModelChangeStructureVerbMask})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ModelChangeStructureVerbMask_new
— MethodUA_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})
Open62541.UA_ModificationInfo_clear
— MethodUA_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.
Open62541.UA_ModificationInfo_copy
— MethodUA_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
.
Open62541.UA_ModificationInfo_delete
— MethodUA_ModificationInfo_delete(x::Ptr{UA_ModificationInfo})
deletes the content of object x
and its memory.
Open62541.UA_ModificationInfo_deleteMembers
— MethodUA_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.
Open62541.UA_ModificationInfo_init
— MethodUA_ModificationInfo_init(x::Ptr{UA_ModificationInfo})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ModificationInfo_new
— MethodUA_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})
Open62541.UA_ModifyMonitoredItemsRequest_clear
— MethodUA_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.
Open62541.UA_ModifyMonitoredItemsRequest_copy
— MethodUA_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
.
Open62541.UA_ModifyMonitoredItemsRequest_delete
— MethodUA_ModifyMonitoredItemsRequest_delete(x::Ptr{UA_ModifyMonitoredItemsRequest})
deletes the content of object x
and its memory.
Open62541.UA_ModifyMonitoredItemsRequest_deleteMembers
— MethodUA_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.
Open62541.UA_ModifyMonitoredItemsRequest_init
— MethodUA_ModifyMonitoredItemsRequest_init(x::Ptr{UA_ModifyMonitoredItemsRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ModifyMonitoredItemsRequest_new
— MethodUA_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})
Open62541.UA_ModifyMonitoredItemsResponse_clear
— MethodUA_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.
Open62541.UA_ModifyMonitoredItemsResponse_copy
— MethodUA_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
.
Open62541.UA_ModifyMonitoredItemsResponse_delete
— MethodUA_ModifyMonitoredItemsResponse_delete(x::Ptr{UA_ModifyMonitoredItemsResponse})
deletes the content of object x
and its memory.
Open62541.UA_ModifyMonitoredItemsResponse_deleteMembers
— MethodUA_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.
Open62541.UA_ModifyMonitoredItemsResponse_init
— MethodUA_ModifyMonitoredItemsResponse_init(x::Ptr{UA_ModifyMonitoredItemsResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ModifyMonitoredItemsResponse_new
— MethodUA_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})
Open62541.UA_ModifySubscriptionRequest_clear
— MethodUA_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.
Open62541.UA_ModifySubscriptionRequest_copy
— MethodUA_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
.
Open62541.UA_ModifySubscriptionRequest_delete
— MethodUA_ModifySubscriptionRequest_delete(x::Ptr{UA_ModifySubscriptionRequest})
deletes the content of object x
and its memory.
Open62541.UA_ModifySubscriptionRequest_deleteMembers
— MethodUA_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.
Open62541.UA_ModifySubscriptionRequest_init
— MethodUA_ModifySubscriptionRequest_init(x::Ptr{UA_ModifySubscriptionRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ModifySubscriptionRequest_new
— MethodUA_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})
Open62541.UA_ModifySubscriptionResponse_clear
— MethodUA_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.
Open62541.UA_ModifySubscriptionResponse_copy
— MethodUA_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
.
Open62541.UA_ModifySubscriptionResponse_delete
— MethodUA_ModifySubscriptionResponse_delete(x::Ptr{UA_ModifySubscriptionResponse})
deletes the content of object x
and its memory.
Open62541.UA_ModifySubscriptionResponse_deleteMembers
— MethodUA_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.
Open62541.UA_ModifySubscriptionResponse_init
— MethodUA_ModifySubscriptionResponse_init(x::Ptr{UA_ModifySubscriptionResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ModifySubscriptionResponse_new
— MethodUA_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})
Open62541.UA_MonitoredItemCreateRequest_clear
— MethodUA_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.
Open62541.UA_MonitoredItemCreateRequest_copy
— MethodUA_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
.
Open62541.UA_MonitoredItemCreateRequest_delete
— MethodUA_MonitoredItemCreateRequest_delete(x::Ptr{UA_MonitoredItemCreateRequest})
deletes the content of object x
and its memory.
Open62541.UA_MonitoredItemCreateRequest_deleteMembers
— MethodUA_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.
Open62541.UA_MonitoredItemCreateRequest_init
— MethodUA_MonitoredItemCreateRequest_init(x::Ptr{UA_MonitoredItemCreateRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MonitoredItemCreateRequest_new
— MethodUA_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})
Open62541.UA_MonitoredItemCreateResult_clear
— MethodUA_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.
Open62541.UA_MonitoredItemCreateResult_copy
— MethodUA_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
.
Open62541.UA_MonitoredItemCreateResult_delete
— MethodUA_MonitoredItemCreateResult_delete(x::Ptr{UA_MonitoredItemCreateResult})
deletes the content of object x
and its memory.
Open62541.UA_MonitoredItemCreateResult_deleteMembers
— MethodUA_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.
Open62541.UA_MonitoredItemCreateResult_init
— MethodUA_MonitoredItemCreateResult_init(x::Ptr{UA_MonitoredItemCreateResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MonitoredItemCreateResult_new
— MethodUA_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})
Open62541.UA_MonitoredItemModifyRequest_clear
— MethodUA_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.
Open62541.UA_MonitoredItemModifyRequest_copy
— MethodUA_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
.
Open62541.UA_MonitoredItemModifyRequest_delete
— MethodUA_MonitoredItemModifyRequest_delete(x::Ptr{UA_MonitoredItemModifyRequest})
deletes the content of object x
and its memory.
Open62541.UA_MonitoredItemModifyRequest_deleteMembers
— MethodUA_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.
Open62541.UA_MonitoredItemModifyRequest_init
— MethodUA_MonitoredItemModifyRequest_init(x::Ptr{UA_MonitoredItemModifyRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MonitoredItemModifyRequest_new
— MethodUA_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})
Open62541.UA_MonitoredItemModifyResult_clear
— MethodUA_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.
Open62541.UA_MonitoredItemModifyResult_copy
— MethodUA_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
.
Open62541.UA_MonitoredItemModifyResult_delete
— MethodUA_MonitoredItemModifyResult_delete(x::Ptr{UA_MonitoredItemModifyResult})
deletes the content of object x
and its memory.
Open62541.UA_MonitoredItemModifyResult_deleteMembers
— MethodUA_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.
Open62541.UA_MonitoredItemModifyResult_init
— MethodUA_MonitoredItemModifyResult_init(x::Ptr{UA_MonitoredItemModifyResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MonitoredItemModifyResult_new
— MethodUA_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})
Open62541.UA_MonitoredItemNotification_clear
— MethodUA_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.
Open62541.UA_MonitoredItemNotification_copy
— MethodUA_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
.
Open62541.UA_MonitoredItemNotification_delete
— MethodUA_MonitoredItemNotification_delete(x::Ptr{UA_MonitoredItemNotification})
deletes the content of object x
and its memory.
Open62541.UA_MonitoredItemNotification_deleteMembers
— MethodUA_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.
Open62541.UA_MonitoredItemNotification_init
— MethodUA_MonitoredItemNotification_init(x::Ptr{UA_MonitoredItemNotification})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MonitoredItemNotification_new
— MethodUA_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})
Open62541.UA_MonitoringMode_clear
— MethodUA_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.
Open62541.UA_MonitoringMode_copy
— MethodUA_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
.
Open62541.UA_MonitoringMode_delete
— MethodUA_MonitoringMode_delete(x::Ptr{UA_MonitoringMode})
deletes the content of object x
and its memory.
Open62541.UA_MonitoringMode_deleteMembers
— MethodUA_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.
Open62541.UA_MonitoringMode_init
— MethodUA_MonitoringMode_init(x::Ptr{UA_MonitoringMode})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MonitoringMode_new
— MethodUA_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})
Open62541.UA_MonitoringParameters_clear
— MethodUA_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.
Open62541.UA_MonitoringParameters_copy
— MethodUA_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
.
Open62541.UA_MonitoringParameters_delete
— MethodUA_MonitoringParameters_delete(x::Ptr{UA_MonitoringParameters})
deletes the content of object x
and its memory.
Open62541.UA_MonitoringParameters_deleteMembers
— MethodUA_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.
Open62541.UA_MonitoringParameters_init
— MethodUA_MonitoringParameters_init(x::Ptr{UA_MonitoringParameters})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_MonitoringParameters_new
— MethodUA_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})
Open62541.UA_NamingRuleType_clear
— MethodUA_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.
Open62541.UA_NamingRuleType_copy
— MethodUA_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
.
Open62541.UA_NamingRuleType_delete
— MethodUA_NamingRuleType_delete(x::Ptr{UA_NamingRuleType})
deletes the content of object x
and its memory.
Open62541.UA_NamingRuleType_deleteMembers
— MethodUA_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.
Open62541.UA_NamingRuleType_init
— MethodUA_NamingRuleType_init(x::Ptr{UA_NamingRuleType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NamingRuleType_new
— MethodUA_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})
Open62541.UA_NegotiationStatus_clear
— MethodUA_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.
Open62541.UA_NegotiationStatus_copy
— MethodUA_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
.
Open62541.UA_NegotiationStatus_delete
— MethodUA_NegotiationStatus_delete(x::Ptr{UA_NegotiationStatus})
deletes the content of object x
and its memory.
Open62541.UA_NegotiationStatus_deleteMembers
— MethodUA_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.
Open62541.UA_NegotiationStatus_init
— MethodUA_NegotiationStatus_init(x::Ptr{UA_NegotiationStatus})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NegotiationStatus_new
— MethodUA_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})
Open62541.UA_NetworkAddressDataType_clear
— MethodUA_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.
Open62541.UA_NetworkAddressDataType_copy
— MethodUA_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
.
Open62541.UA_NetworkAddressDataType_delete
— MethodUA_NetworkAddressDataType_delete(x::Ptr{UA_NetworkAddressDataType})
deletes the content of object x
and its memory.
Open62541.UA_NetworkAddressDataType_deleteMembers
— MethodUA_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.
Open62541.UA_NetworkAddressDataType_init
— MethodUA_NetworkAddressDataType_init(x::Ptr{UA_NetworkAddressDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NetworkAddressDataType_new
— MethodUA_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})
Open62541.UA_NetworkAddressUrlDataType_clear
— MethodUA_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.
Open62541.UA_NetworkAddressUrlDataType_copy
— MethodUA_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
.
Open62541.UA_NetworkAddressUrlDataType_delete
— MethodUA_NetworkAddressUrlDataType_delete(x::Ptr{UA_NetworkAddressUrlDataType})
deletes the content of object x
and its memory.
Open62541.UA_NetworkAddressUrlDataType_deleteMembers
— MethodUA_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.
Open62541.UA_NetworkAddressUrlDataType_init
— MethodUA_NetworkAddressUrlDataType_init(x::Ptr{UA_NetworkAddressUrlDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NetworkAddressUrlDataType_new
— MethodUA_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})
Open62541.UA_NetworkGroupDataType_clear
— MethodUA_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.
Open62541.UA_NetworkGroupDataType_copy
— MethodUA_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
.
Open62541.UA_NetworkGroupDataType_delete
— MethodUA_NetworkGroupDataType_delete(x::Ptr{UA_NetworkGroupDataType})
deletes the content of object x
and its memory.
Open62541.UA_NetworkGroupDataType_deleteMembers
— MethodUA_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.
Open62541.UA_NetworkGroupDataType_init
— MethodUA_NetworkGroupDataType_init(x::Ptr{UA_NetworkGroupDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NetworkGroupDataType_new
— MethodUA_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})
Open62541.UA_NodeAttributesMask_clear
— MethodUA_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.
Open62541.UA_NodeAttributesMask_copy
— MethodUA_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
.
Open62541.UA_NodeAttributesMask_delete
— MethodUA_NodeAttributesMask_delete(x::Ptr{UA_NodeAttributesMask})
deletes the content of object x
and its memory.
Open62541.UA_NodeAttributesMask_deleteMembers
— MethodUA_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.
Open62541.UA_NodeAttributesMask_init
— MethodUA_NodeAttributesMask_init(x::Ptr{UA_NodeAttributesMask})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NodeAttributesMask_new
— MethodUA_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})
Open62541.UA_NodeAttributes_clear
— MethodUA_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.
Open62541.UA_NodeAttributes_copy
— MethodUA_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
.
Open62541.UA_NodeAttributes_delete
— MethodUA_NodeAttributes_delete(x::Ptr{UA_NodeAttributes})
deletes the content of object x
and its memory.
Open62541.UA_NodeAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_NodeAttributes_init
— MethodUA_NodeAttributes_init(x::Ptr{UA_NodeAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NodeAttributes_new
— MethodUA_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})
Open62541.UA_NodeClass_clear
— MethodUA_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.
Open62541.UA_NodeClass_copy
— MethodUA_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
.
Open62541.UA_NodeClass_delete
— MethodUA_NodeClass_delete(x::Ptr{UA_NodeClass})
deletes the content of object x
and its memory.
Open62541.UA_NodeClass_deleteMembers
— MethodUA_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.
Open62541.UA_NodeClass_init
— MethodUA_NodeClass_init(x::Ptr{UA_NodeClass})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NodeClass_new
— MethodUA_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})
Open62541.UA_NodeId_clear
— MethodUA_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.
Open62541.UA_NodeId_copy
— MethodUA_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
.
Open62541.UA_NodeId_delete
— MethodUA_NodeId_delete(x::Ptr{UA_NodeId})
deletes the content of object x
and its memory.
Open62541.UA_NodeId_deleteMembers
— MethodUA_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.
Open62541.UA_NodeId_init
— MethodUA_NodeId_init(x::Ptr{UA_NodeId})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NodeId_new
— MethodUA_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})
Open62541.UA_NodeReference_clear
— MethodUA_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.
Open62541.UA_NodeReference_copy
— MethodUA_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
.
Open62541.UA_NodeReference_delete
— MethodUA_NodeReference_delete(x::Ptr{UA_NodeReference})
deletes the content of object x
and its memory.
Open62541.UA_NodeReference_deleteMembers
— MethodUA_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.
Open62541.UA_NodeReference_init
— MethodUA_NodeReference_init(x::Ptr{UA_NodeReference})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NodeReference_new
— MethodUA_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})
Open62541.UA_NodeTypeDescription_clear
— MethodUA_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.
Open62541.UA_NodeTypeDescription_copy
— MethodUA_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
.
Open62541.UA_NodeTypeDescription_delete
— MethodUA_NodeTypeDescription_delete(x::Ptr{UA_NodeTypeDescription})
deletes the content of object x
and its memory.
Open62541.UA_NodeTypeDescription_deleteMembers
— MethodUA_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.
Open62541.UA_NodeTypeDescription_init
— MethodUA_NodeTypeDescription_init(x::Ptr{UA_NodeTypeDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NodeTypeDescription_new
— MethodUA_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})
Open62541.UA_NormalizedString_clear
— MethodUA_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.
Open62541.UA_NormalizedString_copy
— MethodUA_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
.
Open62541.UA_NormalizedString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_NormalizedString_deleteMembers
— MethodUA_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.
Open62541.UA_NormalizedString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NormalizedString_new
— MethodUA_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})
Open62541.UA_NotificationMessage_clear
— MethodUA_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.
Open62541.UA_NotificationMessage_copy
— MethodUA_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
.
Open62541.UA_NotificationMessage_delete
— MethodUA_NotificationMessage_delete(x::Ptr{UA_NotificationMessage})
deletes the content of object x
and its memory.
Open62541.UA_NotificationMessage_deleteMembers
— MethodUA_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.
Open62541.UA_NotificationMessage_init
— MethodUA_NotificationMessage_init(x::Ptr{UA_NotificationMessage})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_NotificationMessage_new
— MethodUA_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})
Open62541.UA_ObjectAttributes_clear
— MethodUA_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.
Open62541.UA_ObjectAttributes_copy
— MethodUA_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
.
Open62541.UA_ObjectAttributes_delete
— MethodUA_ObjectAttributes_delete(x::Ptr{UA_ObjectAttributes})
deletes the content of object x
and its memory.
Open62541.UA_ObjectAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_ObjectAttributes_init
— MethodUA_ObjectAttributes_init(x::Ptr{UA_ObjectAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ObjectAttributes_new
— MethodUA_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})
Open62541.UA_ObjectTypeAttributes_clear
— MethodUA_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.
Open62541.UA_ObjectTypeAttributes_copy
— MethodUA_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
.
Open62541.UA_ObjectTypeAttributes_delete
— MethodUA_ObjectTypeAttributes_delete(x::Ptr{UA_ObjectTypeAttributes})
deletes the content of object x
and its memory.
Open62541.UA_ObjectTypeAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_ObjectTypeAttributes_init
— MethodUA_ObjectTypeAttributes_init(x::Ptr{UA_ObjectTypeAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ObjectTypeAttributes_new
— MethodUA_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})
Open62541.UA_OpaqueNumericRange_clear
— MethodUA_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.
Open62541.UA_OpaqueNumericRange_copy
— MethodUA_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
.
Open62541.UA_OpaqueNumericRange_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_OpaqueNumericRange_deleteMembers
— MethodUA_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.
Open62541.UA_OpaqueNumericRange_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_OpaqueNumericRange_new
— MethodUA_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})
Open62541.UA_OpenFileMode_clear
— MethodUA_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.
Open62541.UA_OpenFileMode_copy
— MethodUA_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
.
Open62541.UA_OpenFileMode_delete
— MethodUA_OpenFileMode_delete(x::Ptr{UA_OpenFileMode})
deletes the content of object x
and its memory.
Open62541.UA_OpenFileMode_deleteMembers
— MethodUA_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.
Open62541.UA_OpenFileMode_init
— MethodUA_OpenFileMode_init(x::Ptr{UA_OpenFileMode})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_OpenFileMode_new
— MethodUA_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})
Open62541.UA_OpenSecureChannelRequest_clear
— MethodUA_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.
Open62541.UA_OpenSecureChannelRequest_copy
— MethodUA_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
.
Open62541.UA_OpenSecureChannelRequest_delete
— MethodUA_OpenSecureChannelRequest_delete(x::Ptr{UA_OpenSecureChannelRequest})
deletes the content of object x
and its memory.
Open62541.UA_OpenSecureChannelRequest_deleteMembers
— MethodUA_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.
Open62541.UA_OpenSecureChannelRequest_init
— MethodUA_OpenSecureChannelRequest_init(x::Ptr{UA_OpenSecureChannelRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_OpenSecureChannelRequest_new
— MethodUA_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})
Open62541.UA_OpenSecureChannelResponse_clear
— MethodUA_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.
Open62541.UA_OpenSecureChannelResponse_copy
— MethodUA_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
.
Open62541.UA_OpenSecureChannelResponse_delete
— MethodUA_OpenSecureChannelResponse_delete(x::Ptr{UA_OpenSecureChannelResponse})
deletes the content of object x
and its memory.
Open62541.UA_OpenSecureChannelResponse_deleteMembers
— MethodUA_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.
Open62541.UA_OpenSecureChannelResponse_init
— MethodUA_OpenSecureChannelResponse_init(x::Ptr{UA_OpenSecureChannelResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_OpenSecureChannelResponse_new
— MethodUA_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})
Open62541.UA_OptionSet_clear
— MethodUA_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.
Open62541.UA_OptionSet_copy
— MethodUA_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
.
Open62541.UA_OptionSet_delete
— MethodUA_OptionSet_delete(x::Ptr{UA_OptionSet})
deletes the content of object x
and its memory.
Open62541.UA_OptionSet_deleteMembers
— MethodUA_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.
Open62541.UA_OptionSet_init
— MethodUA_OptionSet_init(x::Ptr{UA_OptionSet})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_OptionSet_new
— MethodUA_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})
Open62541.UA_OverrideValueHandling_clear
— MethodUA_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.
Open62541.UA_OverrideValueHandling_copy
— MethodUA_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
.
Open62541.UA_OverrideValueHandling_delete
— MethodUA_OverrideValueHandling_delete(x::Ptr{UA_OverrideValueHandling})
deletes the content of object x
and its memory.
Open62541.UA_OverrideValueHandling_deleteMembers
— MethodUA_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.
Open62541.UA_OverrideValueHandling_init
— MethodUA_OverrideValueHandling_init(x::Ptr{UA_OverrideValueHandling})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_OverrideValueHandling_new
— MethodUA_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})
Open62541.UA_ParsingResult_clear
— MethodUA_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.
Open62541.UA_ParsingResult_copy
— MethodUA_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
.
Open62541.UA_ParsingResult_delete
— MethodUA_ParsingResult_delete(x::Ptr{UA_ParsingResult})
deletes the content of object x
and its memory.
Open62541.UA_ParsingResult_deleteMembers
— MethodUA_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.
Open62541.UA_ParsingResult_init
— MethodUA_ParsingResult_init(x::Ptr{UA_ParsingResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ParsingResult_new
— MethodUA_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})
Open62541.UA_PasswordOptionsMask_clear
— MethodUInt32_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.
Open62541.UA_PasswordOptionsMask_copy
— MethodUInt32_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
.
Open62541.UA_PasswordOptionsMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_PasswordOptionsMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_PasswordOptionsMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PasswordOptionsMask_new
— MethodUInt32_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})
Open62541.UA_PerformUpdateType_clear
— MethodUA_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.
Open62541.UA_PerformUpdateType_copy
— MethodUA_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
.
Open62541.UA_PerformUpdateType_delete
— MethodUA_PerformUpdateType_delete(x::Ptr{UA_PerformUpdateType})
deletes the content of object x
and its memory.
Open62541.UA_PerformUpdateType_deleteMembers
— MethodUA_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.
Open62541.UA_PerformUpdateType_init
— MethodUA_PerformUpdateType_init(x::Ptr{UA_PerformUpdateType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PerformUpdateType_new
— MethodUA_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})
Open62541.UA_PermissionType_clear
— MethodUInt32_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.
Open62541.UA_PermissionType_copy
— MethodUInt32_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
.
Open62541.UA_PermissionType_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_PermissionType_deleteMembers
— MethodUInt32_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.
Open62541.UA_PermissionType_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PermissionType_new
— MethodUInt32_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})
Open62541.UA_PortableNodeId_clear
— MethodUA_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.
Open62541.UA_PortableNodeId_copy
— MethodUA_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
.
Open62541.UA_PortableNodeId_delete
— MethodUA_PortableNodeId_delete(x::Ptr{UA_PortableNodeId})
deletes the content of object x
and its memory.
Open62541.UA_PortableNodeId_deleteMembers
— MethodUA_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.
Open62541.UA_PortableNodeId_init
— MethodUA_PortableNodeId_init(x::Ptr{UA_PortableNodeId})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PortableNodeId_new
— MethodUA_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})
Open62541.UA_PortableQualifiedName_clear
— MethodUA_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.
Open62541.UA_PortableQualifiedName_copy
— MethodUA_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
.
Open62541.UA_PortableQualifiedName_delete
— MethodUA_PortableQualifiedName_delete(x::Ptr{UA_PortableQualifiedName})
deletes the content of object x
and its memory.
Open62541.UA_PortableQualifiedName_deleteMembers
— MethodUA_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.
Open62541.UA_PortableQualifiedName_init
— MethodUA_PortableQualifiedName_init(x::Ptr{UA_PortableQualifiedName})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PortableQualifiedName_new
— MethodUA_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})
Open62541.UA_PriorityMappingEntryType_clear
— MethodUA_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.
Open62541.UA_PriorityMappingEntryType_copy
— MethodUA_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
.
Open62541.UA_PriorityMappingEntryType_delete
— MethodUA_PriorityMappingEntryType_delete(x::Ptr{UA_PriorityMappingEntryType})
deletes the content of object x
and its memory.
Open62541.UA_PriorityMappingEntryType_deleteMembers
— MethodUA_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.
Open62541.UA_PriorityMappingEntryType_init
— MethodUA_PriorityMappingEntryType_init(x::Ptr{UA_PriorityMappingEntryType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PriorityMappingEntryType_new
— MethodUA_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})
Open62541.UA_ProgramDiagnostic2DataType_clear
— MethodUA_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.
Open62541.UA_ProgramDiagnostic2DataType_copy
— MethodUA_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
.
Open62541.UA_ProgramDiagnostic2DataType_delete
— MethodUA_ProgramDiagnostic2DataType_delete(x::Ptr{UA_ProgramDiagnostic2DataType})
deletes the content of object x
and its memory.
Open62541.UA_ProgramDiagnostic2DataType_deleteMembers
— MethodUA_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.
Open62541.UA_ProgramDiagnostic2DataType_init
— MethodUA_ProgramDiagnostic2DataType_init(x::Ptr{UA_ProgramDiagnostic2DataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ProgramDiagnostic2DataType_new
— MethodUA_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})
Open62541.UA_ProgramDiagnosticDataType_clear
— MethodUA_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.
Open62541.UA_ProgramDiagnosticDataType_copy
— MethodUA_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
.
Open62541.UA_ProgramDiagnosticDataType_delete
— MethodUA_ProgramDiagnosticDataType_delete(x::Ptr{UA_ProgramDiagnosticDataType})
deletes the content of object x
and its memory.
Open62541.UA_ProgramDiagnosticDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ProgramDiagnosticDataType_init
— MethodUA_ProgramDiagnosticDataType_init(x::Ptr{UA_ProgramDiagnosticDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ProgramDiagnosticDataType_new
— MethodUA_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})
Open62541.UA_PubSubConfiguration2DataType_clear
— MethodUA_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.
Open62541.UA_PubSubConfiguration2DataType_copy
— MethodUA_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
.
Open62541.UA_PubSubConfiguration2DataType_delete
— MethodUA_PubSubConfiguration2DataType_delete(x::Ptr{UA_PubSubConfiguration2DataType})
deletes the content of object x
and its memory.
Open62541.UA_PubSubConfiguration2DataType_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubConfiguration2DataType_init
— MethodUA_PubSubConfiguration2DataType_init(x::Ptr{UA_PubSubConfiguration2DataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubConfiguration2DataType_new
— MethodUA_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})
Open62541.UA_PubSubConfigurationDataType_clear
— MethodUA_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.
Open62541.UA_PubSubConfigurationDataType_copy
— MethodUA_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
.
Open62541.UA_PubSubConfigurationDataType_delete
— MethodUA_PubSubConfigurationDataType_delete(x::Ptr{UA_PubSubConfigurationDataType})
deletes the content of object x
and its memory.
Open62541.UA_PubSubConfigurationDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubConfigurationDataType_init
— MethodUA_PubSubConfigurationDataType_init(x::Ptr{UA_PubSubConfigurationDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubConfigurationDataType_new
— MethodUA_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})
Open62541.UA_PubSubConfigurationRefDataType_clear
— MethodUA_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.
Open62541.UA_PubSubConfigurationRefDataType_copy
— MethodUA_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
.
Open62541.UA_PubSubConfigurationRefDataType_delete
— MethodUA_PubSubConfigurationRefDataType_delete(x::Ptr{UA_PubSubConfigurationRefDataType})
deletes the content of object x
and its memory.
Open62541.UA_PubSubConfigurationRefDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubConfigurationRefDataType_init
— MethodUA_PubSubConfigurationRefDataType_init(x::Ptr{UA_PubSubConfigurationRefDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubConfigurationRefDataType_new
— MethodUA_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})
Open62541.UA_PubSubConfigurationRefMask_clear
— MethodUInt32_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.
Open62541.UA_PubSubConfigurationRefMask_copy
— MethodUInt32_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
.
Open62541.UA_PubSubConfigurationRefMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_PubSubConfigurationRefMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_PubSubConfigurationRefMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubConfigurationRefMask_new
— MethodUInt32_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})
Open62541.UA_PubSubConfigurationValueDataType_clear
— MethodUA_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.
Open62541.UA_PubSubConfigurationValueDataType_copy
— MethodUA_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
.
Open62541.UA_PubSubConfigurationValueDataType_delete
— MethodUA_PubSubConfigurationValueDataType_delete(x::Ptr{UA_PubSubConfigurationValueDataType})
deletes the content of object x
and its memory.
Open62541.UA_PubSubConfigurationValueDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubConfigurationValueDataType_init
— MethodUA_PubSubConfigurationValueDataType_init(x::Ptr{UA_PubSubConfigurationValueDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubConfigurationValueDataType_new
— MethodUA_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})
Open62541.UA_PubSubConnectionDataType_clear
— MethodUA_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.
Open62541.UA_PubSubConnectionDataType_copy
— MethodUA_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
.
Open62541.UA_PubSubConnectionDataType_delete
— MethodUA_PubSubConnectionDataType_delete(x::Ptr{UA_PubSubConnectionDataType})
deletes the content of object x
and its memory.
Open62541.UA_PubSubConnectionDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubConnectionDataType_init
— MethodUA_PubSubConnectionDataType_init(x::Ptr{UA_PubSubConnectionDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubConnectionDataType_new
— MethodUA_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})
Open62541.UA_PubSubDiagnosticsCounterClassification_clear
— MethodUA_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.
Open62541.UA_PubSubDiagnosticsCounterClassification_copy
— MethodUA_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
.
Open62541.UA_PubSubDiagnosticsCounterClassification_delete
— MethodUA_PubSubDiagnosticsCounterClassification_delete(x::Ptr{UA_PubSubDiagnosticsCounterClassification})
deletes the content of object x
and its memory.
Open62541.UA_PubSubDiagnosticsCounterClassification_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubDiagnosticsCounterClassification_init
— MethodUA_PubSubDiagnosticsCounterClassification_init(x::Ptr{UA_PubSubDiagnosticsCounterClassification})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubDiagnosticsCounterClassification_new
— MethodUA_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})
Open62541.UA_PubSubGroupDataType_clear
— MethodUA_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.
Open62541.UA_PubSubGroupDataType_copy
— MethodUA_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
.
Open62541.UA_PubSubGroupDataType_delete
— MethodUA_PubSubGroupDataType_delete(x::Ptr{UA_PubSubGroupDataType})
deletes the content of object x
and its memory.
Open62541.UA_PubSubGroupDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubGroupDataType_init
— MethodUA_PubSubGroupDataType_init(x::Ptr{UA_PubSubGroupDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubGroupDataType_new
— MethodUA_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})
Open62541.UA_PubSubKeyPushTargetDataType_clear
— MethodUA_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.
Open62541.UA_PubSubKeyPushTargetDataType_copy
— MethodUA_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
.
Open62541.UA_PubSubKeyPushTargetDataType_delete
— MethodUA_PubSubKeyPushTargetDataType_delete(x::Ptr{UA_PubSubKeyPushTargetDataType})
deletes the content of object x
and its memory.
Open62541.UA_PubSubKeyPushTargetDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubKeyPushTargetDataType_init
— MethodUA_PubSubKeyPushTargetDataType_init(x::Ptr{UA_PubSubKeyPushTargetDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubKeyPushTargetDataType_new
— MethodUA_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})
Open62541.UA_PubSubState_clear
— MethodUA_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.
Open62541.UA_PubSubState_copy
— MethodUA_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
.
Open62541.UA_PubSubState_delete
— MethodUA_PubSubState_delete(x::Ptr{UA_PubSubState})
deletes the content of object x
and its memory.
Open62541.UA_PubSubState_deleteMembers
— MethodUA_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.
Open62541.UA_PubSubState_init
— MethodUA_PubSubState_init(x::Ptr{UA_PubSubState})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PubSubState_new
— MethodUA_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})
Open62541.UA_PublishRequest_clear
— MethodUA_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.
Open62541.UA_PublishRequest_copy
— MethodUA_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
.
Open62541.UA_PublishRequest_delete
— MethodUA_PublishRequest_delete(x::Ptr{UA_PublishRequest})
deletes the content of object x
and its memory.
Open62541.UA_PublishRequest_deleteMembers
— MethodUA_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.
Open62541.UA_PublishRequest_init
— MethodUA_PublishRequest_init(x::Ptr{UA_PublishRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PublishRequest_new
— MethodUA_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})
Open62541.UA_PublishResponse_clear
— MethodUA_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.
Open62541.UA_PublishResponse_copy
— MethodUA_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
.
Open62541.UA_PublishResponse_delete
— MethodUA_PublishResponse_delete(x::Ptr{UA_PublishResponse})
deletes the content of object x
and its memory.
Open62541.UA_PublishResponse_deleteMembers
— MethodUA_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.
Open62541.UA_PublishResponse_init
— MethodUA_PublishResponse_init(x::Ptr{UA_PublishResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PublishResponse_new
— MethodUA_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})
Open62541.UA_PublishedDataItemsDataType_clear
— MethodUA_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.
Open62541.UA_PublishedDataItemsDataType_copy
— MethodUA_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
.
Open62541.UA_PublishedDataItemsDataType_delete
— MethodUA_PublishedDataItemsDataType_delete(x::Ptr{UA_PublishedDataItemsDataType})
deletes the content of object x
and its memory.
Open62541.UA_PublishedDataItemsDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PublishedDataItemsDataType_init
— MethodUA_PublishedDataItemsDataType_init(x::Ptr{UA_PublishedDataItemsDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PublishedDataItemsDataType_new
— MethodUA_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})
Open62541.UA_PublishedDataSetCustomSourceDataType_clear
— MethodUA_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.
Open62541.UA_PublishedDataSetCustomSourceDataType_copy
— MethodUA_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
.
Open62541.UA_PublishedDataSetCustomSourceDataType_delete
— MethodUA_PublishedDataSetCustomSourceDataType_delete(x::Ptr{UA_PublishedDataSetCustomSourceDataType})
deletes the content of object x
and its memory.
Open62541.UA_PublishedDataSetCustomSourceDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PublishedDataSetCustomSourceDataType_init
— MethodUA_PublishedDataSetCustomSourceDataType_init(x::Ptr{UA_PublishedDataSetCustomSourceDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PublishedDataSetCustomSourceDataType_new
— MethodUA_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})
Open62541.UA_PublishedDataSetDataType_clear
— MethodUA_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.
Open62541.UA_PublishedDataSetDataType_copy
— MethodUA_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
.
Open62541.UA_PublishedDataSetDataType_delete
— MethodUA_PublishedDataSetDataType_delete(x::Ptr{UA_PublishedDataSetDataType})
deletes the content of object x
and its memory.
Open62541.UA_PublishedDataSetDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PublishedDataSetDataType_init
— MethodUA_PublishedDataSetDataType_init(x::Ptr{UA_PublishedDataSetDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PublishedDataSetDataType_new
— MethodUA_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})
Open62541.UA_PublishedEventsDataType_clear
— MethodUA_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.
Open62541.UA_PublishedEventsDataType_copy
— MethodUA_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
.
Open62541.UA_PublishedEventsDataType_delete
— MethodUA_PublishedEventsDataType_delete(x::Ptr{UA_PublishedEventsDataType})
deletes the content of object x
and its memory.
Open62541.UA_PublishedEventsDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PublishedEventsDataType_init
— MethodUA_PublishedEventsDataType_init(x::Ptr{UA_PublishedEventsDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PublishedEventsDataType_new
— MethodUA_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})
Open62541.UA_PublishedVariableDataType_clear
— MethodUA_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.
Open62541.UA_PublishedVariableDataType_copy
— MethodUA_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
.
Open62541.UA_PublishedVariableDataType_delete
— MethodUA_PublishedVariableDataType_delete(x::Ptr{UA_PublishedVariableDataType})
deletes the content of object x
and its memory.
Open62541.UA_PublishedVariableDataType_deleteMembers
— MethodUA_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.
Open62541.UA_PublishedVariableDataType_init
— MethodUA_PublishedVariableDataType_init(x::Ptr{UA_PublishedVariableDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_PublishedVariableDataType_new
— MethodUA_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})
Open62541.UA_QualifiedName_clear
— MethodUA_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.
Open62541.UA_QualifiedName_copy
— MethodUA_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
.
Open62541.UA_QualifiedName_delete
— MethodUA_QualifiedName_delete(x::Ptr{UA_QualifiedName})
deletes the content of object x
and its memory.
Open62541.UA_QualifiedName_deleteMembers
— MethodUA_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.
Open62541.UA_QualifiedName_init
— MethodUA_QualifiedName_init(x::Ptr{UA_QualifiedName})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_QualifiedName_new
— MethodUA_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})
Open62541.UA_QueryDataDescription_clear
— MethodUA_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.
Open62541.UA_QueryDataDescription_copy
— MethodUA_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
.
Open62541.UA_QueryDataDescription_delete
— MethodUA_QueryDataDescription_delete(x::Ptr{UA_QueryDataDescription})
deletes the content of object x
and its memory.
Open62541.UA_QueryDataDescription_deleteMembers
— MethodUA_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.
Open62541.UA_QueryDataDescription_init
— MethodUA_QueryDataDescription_init(x::Ptr{UA_QueryDataDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_QueryDataDescription_new
— MethodUA_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})
Open62541.UA_QueryDataSet_clear
— MethodUA_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.
Open62541.UA_QueryDataSet_copy
— MethodUA_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
.
Open62541.UA_QueryDataSet_delete
— MethodUA_QueryDataSet_delete(x::Ptr{UA_QueryDataSet})
deletes the content of object x
and its memory.
Open62541.UA_QueryDataSet_deleteMembers
— MethodUA_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.
Open62541.UA_QueryDataSet_init
— MethodUA_QueryDataSet_init(x::Ptr{UA_QueryDataSet})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_QueryDataSet_new
— MethodUA_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})
Open62541.UA_QueryFirstRequest_clear
— MethodUA_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.
Open62541.UA_QueryFirstRequest_copy
— MethodUA_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
.
Open62541.UA_QueryFirstRequest_delete
— MethodUA_QueryFirstRequest_delete(x::Ptr{UA_QueryFirstRequest})
deletes the content of object x
and its memory.
Open62541.UA_QueryFirstRequest_deleteMembers
— MethodUA_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.
Open62541.UA_QueryFirstRequest_init
— MethodUA_QueryFirstRequest_init(x::Ptr{UA_QueryFirstRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_QueryFirstRequest_new
— MethodUA_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})
Open62541.UA_QueryFirstResponse_clear
— MethodUA_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.
Open62541.UA_QueryFirstResponse_copy
— MethodUA_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
.
Open62541.UA_QueryFirstResponse_delete
— MethodUA_QueryFirstResponse_delete(x::Ptr{UA_QueryFirstResponse})
deletes the content of object x
and its memory.
Open62541.UA_QueryFirstResponse_deleteMembers
— MethodUA_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.
Open62541.UA_QueryFirstResponse_init
— MethodUA_QueryFirstResponse_init(x::Ptr{UA_QueryFirstResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_QueryFirstResponse_new
— MethodUA_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})
Open62541.UA_QueryNextRequest_clear
— MethodUA_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.
Open62541.UA_QueryNextRequest_copy
— MethodUA_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
.
Open62541.UA_QueryNextRequest_delete
— MethodUA_QueryNextRequest_delete(x::Ptr{UA_QueryNextRequest})
deletes the content of object x
and its memory.
Open62541.UA_QueryNextRequest_deleteMembers
— MethodUA_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.
Open62541.UA_QueryNextRequest_init
— MethodUA_QueryNextRequest_init(x::Ptr{UA_QueryNextRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_QueryNextRequest_new
— MethodUA_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})
Open62541.UA_QueryNextResponse_clear
— MethodUA_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.
Open62541.UA_QueryNextResponse_copy
— MethodUA_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
.
Open62541.UA_QueryNextResponse_delete
— MethodUA_QueryNextResponse_delete(x::Ptr{UA_QueryNextResponse})
deletes the content of object x
and its memory.
Open62541.UA_QueryNextResponse_deleteMembers
— MethodUA_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.
Open62541.UA_QueryNextResponse_init
— MethodUA_QueryNextResponse_init(x::Ptr{UA_QueryNextResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_QueryNextResponse_new
— MethodUA_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})
Open62541.UA_Range_clear
— MethodUA_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.
Open62541.UA_Range_copy
— MethodUA_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
.
Open62541.UA_Range_delete
— MethodUA_Range_delete(x::Ptr{UA_Range})
deletes the content of object x
and its memory.
Open62541.UA_Range_deleteMembers
— MethodUA_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.
Open62541.UA_Range_init
— MethodUA_Range_init(x::Ptr{UA_Range})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Range_new
— MethodUA_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})
Open62541.UA_RationalNumber_clear
— MethodUA_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.
Open62541.UA_RationalNumber_copy
— MethodUA_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
.
Open62541.UA_RationalNumber_delete
— MethodUA_RationalNumber_delete(x::Ptr{UA_RationalNumber})
deletes the content of object x
and its memory.
Open62541.UA_RationalNumber_deleteMembers
— MethodUA_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.
Open62541.UA_RationalNumber_init
— MethodUA_RationalNumber_init(x::Ptr{UA_RationalNumber})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RationalNumber_new
— MethodUA_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})
Open62541.UA_ReadAnnotationDataDetails_clear
— MethodUA_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.
Open62541.UA_ReadAnnotationDataDetails_copy
— MethodUA_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
.
Open62541.UA_ReadAnnotationDataDetails_delete
— MethodUA_ReadAnnotationDataDetails_delete(x::Ptr{UA_ReadAnnotationDataDetails})
deletes the content of object x
and its memory.
Open62541.UA_ReadAnnotationDataDetails_deleteMembers
— MethodUA_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.
Open62541.UA_ReadAnnotationDataDetails_init
— MethodUA_ReadAnnotationDataDetails_init(x::Ptr{UA_ReadAnnotationDataDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadAnnotationDataDetails_new
— MethodUA_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})
Open62541.UA_ReadAtTimeDetails_clear
— MethodUA_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.
Open62541.UA_ReadAtTimeDetails_copy
— MethodUA_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
.
Open62541.UA_ReadAtTimeDetails_delete
— MethodUA_ReadAtTimeDetails_delete(x::Ptr{UA_ReadAtTimeDetails})
deletes the content of object x
and its memory.
Open62541.UA_ReadAtTimeDetails_deleteMembers
— MethodUA_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.
Open62541.UA_ReadAtTimeDetails_init
— MethodUA_ReadAtTimeDetails_init(x::Ptr{UA_ReadAtTimeDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadAtTimeDetails_new
— MethodUA_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})
Open62541.UA_ReadEventDetails_clear
— MethodUA_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.
Open62541.UA_ReadEventDetails_copy
— MethodUA_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
.
Open62541.UA_ReadEventDetails_delete
— MethodUA_ReadEventDetails_delete(x::Ptr{UA_ReadEventDetails})
deletes the content of object x
and its memory.
Open62541.UA_ReadEventDetails_deleteMembers
— MethodUA_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.
Open62541.UA_ReadEventDetails_init
— MethodUA_ReadEventDetails_init(x::Ptr{UA_ReadEventDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadEventDetails_new
— MethodUA_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})
Open62541.UA_ReadProcessedDetails_clear
— MethodUA_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.
Open62541.UA_ReadProcessedDetails_copy
— MethodUA_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
.
Open62541.UA_ReadProcessedDetails_delete
— MethodUA_ReadProcessedDetails_delete(x::Ptr{UA_ReadProcessedDetails})
deletes the content of object x
and its memory.
Open62541.UA_ReadProcessedDetails_deleteMembers
— MethodUA_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.
Open62541.UA_ReadProcessedDetails_init
— MethodUA_ReadProcessedDetails_init(x::Ptr{UA_ReadProcessedDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadProcessedDetails_new
— MethodUA_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})
Open62541.UA_ReadRawModifiedDetails_clear
— MethodUA_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.
Open62541.UA_ReadRawModifiedDetails_copy
— MethodUA_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
.
Open62541.UA_ReadRawModifiedDetails_delete
— MethodUA_ReadRawModifiedDetails_delete(x::Ptr{UA_ReadRawModifiedDetails})
deletes the content of object x
and its memory.
Open62541.UA_ReadRawModifiedDetails_deleteMembers
— MethodUA_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.
Open62541.UA_ReadRawModifiedDetails_init
— MethodUA_ReadRawModifiedDetails_init(x::Ptr{UA_ReadRawModifiedDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadRawModifiedDetails_new
— MethodUA_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})
Open62541.UA_ReadRequest_clear
— MethodUA_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.
Open62541.UA_ReadRequest_copy
— MethodUA_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
.
Open62541.UA_ReadRequest_delete
— MethodUA_ReadRequest_delete(x::Ptr{UA_ReadRequest})
deletes the content of object x
and its memory.
Open62541.UA_ReadRequest_deleteMembers
— MethodUA_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.
Open62541.UA_ReadRequest_init
— MethodUA_ReadRequest_init(x::Ptr{UA_ReadRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadRequest_new
— MethodUA_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})
Open62541.UA_ReadResponse_clear
— MethodUA_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.
Open62541.UA_ReadResponse_copy
— MethodUA_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
.
Open62541.UA_ReadResponse_delete
— MethodUA_ReadResponse_delete(x::Ptr{UA_ReadResponse})
deletes the content of object x
and its memory.
Open62541.UA_ReadResponse_deleteMembers
— MethodUA_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.
Open62541.UA_ReadResponse_init
— MethodUA_ReadResponse_init(x::Ptr{UA_ReadResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadResponse_new
— MethodUA_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})
Open62541.UA_ReadValueId_clear
— MethodUA_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.
Open62541.UA_ReadValueId_copy
— MethodUA_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
.
Open62541.UA_ReadValueId_delete
— MethodUA_ReadValueId_delete(x::Ptr{UA_ReadValueId})
deletes the content of object x
and its memory.
Open62541.UA_ReadValueId_deleteMembers
— MethodUA_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.
Open62541.UA_ReadValueId_init
— MethodUA_ReadValueId_init(x::Ptr{UA_ReadValueId})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReadValueId_new
— MethodUA_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})
Open62541.UA_ReaderGroupDataType_clear
— MethodUA_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.
Open62541.UA_ReaderGroupDataType_copy
— MethodUA_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
.
Open62541.UA_ReaderGroupDataType_delete
— MethodUA_ReaderGroupDataType_delete(x::Ptr{UA_ReaderGroupDataType})
deletes the content of object x
and its memory.
Open62541.UA_ReaderGroupDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ReaderGroupDataType_init
— MethodUA_ReaderGroupDataType_init(x::Ptr{UA_ReaderGroupDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReaderGroupDataType_new
— MethodUA_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})
Open62541.UA_ReceiveQosPriorityDataType_clear
— MethodUA_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.
Open62541.UA_ReceiveQosPriorityDataType_copy
— MethodUA_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
.
Open62541.UA_ReceiveQosPriorityDataType_delete
— MethodUA_ReceiveQosPriorityDataType_delete(x::Ptr{UA_ReceiveQosPriorityDataType})
deletes the content of object x
and its memory.
Open62541.UA_ReceiveQosPriorityDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ReceiveQosPriorityDataType_init
— MethodUA_ReceiveQosPriorityDataType_init(x::Ptr{UA_ReceiveQosPriorityDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReceiveQosPriorityDataType_new
— MethodUA_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})
Open62541.UA_RedundancySupport_clear
— MethodUA_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.
Open62541.UA_RedundancySupport_copy
— MethodUA_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
.
Open62541.UA_RedundancySupport_delete
— MethodUA_RedundancySupport_delete(x::Ptr{UA_RedundancySupport})
deletes the content of object x
and its memory.
Open62541.UA_RedundancySupport_deleteMembers
— MethodUA_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.
Open62541.UA_RedundancySupport_init
— MethodUA_RedundancySupport_init(x::Ptr{UA_RedundancySupport})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RedundancySupport_new
— MethodUA_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})
Open62541.UA_RedundantServerDataType_clear
— MethodUA_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.
Open62541.UA_RedundantServerDataType_copy
— MethodUA_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
.
Open62541.UA_RedundantServerDataType_delete
— MethodUA_RedundantServerDataType_delete(x::Ptr{UA_RedundantServerDataType})
deletes the content of object x
and its memory.
Open62541.UA_RedundantServerDataType_deleteMembers
— MethodUA_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.
Open62541.UA_RedundantServerDataType_init
— MethodUA_RedundantServerDataType_init(x::Ptr{UA_RedundantServerDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RedundantServerDataType_new
— MethodUA_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})
Open62541.UA_ReferenceDescription_clear
— MethodUA_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.
Open62541.UA_ReferenceDescription_copy
— MethodUA_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
.
Open62541.UA_ReferenceDescription_delete
— MethodUA_ReferenceDescription_delete(x::Ptr{UA_ReferenceDescription})
deletes the content of object x
and its memory.
Open62541.UA_ReferenceDescription_deleteMembers
— MethodUA_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.
Open62541.UA_ReferenceDescription_init
— MethodUA_ReferenceDescription_init(x::Ptr{UA_ReferenceDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReferenceDescription_new
— MethodUA_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})
Open62541.UA_ReferenceNode_clear
— MethodUA_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.
Open62541.UA_ReferenceNode_copy
— MethodUA_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
.
Open62541.UA_ReferenceNode_delete
— MethodUA_ReferenceNode_delete(x::Ptr{UA_ReferenceNode})
deletes the content of object x
and its memory.
Open62541.UA_ReferenceNode_deleteMembers
— MethodUA_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.
Open62541.UA_ReferenceNode_init
— MethodUA_ReferenceNode_init(x::Ptr{UA_ReferenceNode})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReferenceNode_new
— MethodUA_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})
Open62541.UA_ReferenceTypeAttributes_clear
— MethodUA_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.
Open62541.UA_ReferenceTypeAttributes_copy
— MethodUA_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
.
Open62541.UA_ReferenceTypeAttributes_delete
— MethodUA_ReferenceTypeAttributes_delete(x::Ptr{UA_ReferenceTypeAttributes})
deletes the content of object x
and its memory.
Open62541.UA_ReferenceTypeAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_ReferenceTypeAttributes_init
— MethodUA_ReferenceTypeAttributes_init(x::Ptr{UA_ReferenceTypeAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ReferenceTypeAttributes_new
— MethodUA_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})
Open62541.UA_RegisterNodesRequest_clear
— MethodUA_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.
Open62541.UA_RegisterNodesRequest_copy
— MethodUA_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
.
Open62541.UA_RegisterNodesRequest_delete
— MethodUA_RegisterNodesRequest_delete(x::Ptr{UA_RegisterNodesRequest})
deletes the content of object x
and its memory.
Open62541.UA_RegisterNodesRequest_deleteMembers
— MethodUA_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.
Open62541.UA_RegisterNodesRequest_init
— MethodUA_RegisterNodesRequest_init(x::Ptr{UA_RegisterNodesRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RegisterNodesRequest_new
— MethodUA_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})
Open62541.UA_RegisterNodesResponse_clear
— MethodUA_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.
Open62541.UA_RegisterNodesResponse_copy
— MethodUA_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
.
Open62541.UA_RegisterNodesResponse_delete
— MethodUA_RegisterNodesResponse_delete(x::Ptr{UA_RegisterNodesResponse})
deletes the content of object x
and its memory.
Open62541.UA_RegisterNodesResponse_deleteMembers
— MethodUA_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.
Open62541.UA_RegisterNodesResponse_init
— MethodUA_RegisterNodesResponse_init(x::Ptr{UA_RegisterNodesResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RegisterNodesResponse_new
— MethodUA_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})
Open62541.UA_RegisterServer2Request_clear
— MethodUA_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.
Open62541.UA_RegisterServer2Request_copy
— MethodUA_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
.
Open62541.UA_RegisterServer2Request_delete
— MethodUA_RegisterServer2Request_delete(x::Ptr{UA_RegisterServer2Request})
deletes the content of object x
and its memory.
Open62541.UA_RegisterServer2Request_deleteMembers
— MethodUA_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.
Open62541.UA_RegisterServer2Request_init
— MethodUA_RegisterServer2Request_init(x::Ptr{UA_RegisterServer2Request})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RegisterServer2Request_new
— MethodUA_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})
Open62541.UA_RegisterServer2Response_clear
— MethodUA_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.
Open62541.UA_RegisterServer2Response_copy
— MethodUA_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
.
Open62541.UA_RegisterServer2Response_delete
— MethodUA_RegisterServer2Response_delete(x::Ptr{UA_RegisterServer2Response})
deletes the content of object x
and its memory.
Open62541.UA_RegisterServer2Response_deleteMembers
— MethodUA_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.
Open62541.UA_RegisterServer2Response_init
— MethodUA_RegisterServer2Response_init(x::Ptr{UA_RegisterServer2Response})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RegisterServer2Response_new
— MethodUA_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})
Open62541.UA_RegisterServerRequest_clear
— MethodUA_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.
Open62541.UA_RegisterServerRequest_copy
— MethodUA_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
.
Open62541.UA_RegisterServerRequest_delete
— MethodUA_RegisterServerRequest_delete(x::Ptr{UA_RegisterServerRequest})
deletes the content of object x
and its memory.
Open62541.UA_RegisterServerRequest_deleteMembers
— MethodUA_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.
Open62541.UA_RegisterServerRequest_init
— MethodUA_RegisterServerRequest_init(x::Ptr{UA_RegisterServerRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RegisterServerRequest_new
— MethodUA_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})
Open62541.UA_RegisterServerResponse_clear
— MethodUA_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.
Open62541.UA_RegisterServerResponse_copy
— MethodUA_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
.
Open62541.UA_RegisterServerResponse_delete
— MethodUA_RegisterServerResponse_delete(x::Ptr{UA_RegisterServerResponse})
deletes the content of object x
and its memory.
Open62541.UA_RegisterServerResponse_deleteMembers
— MethodUA_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.
Open62541.UA_RegisterServerResponse_init
— MethodUA_RegisterServerResponse_init(x::Ptr{UA_RegisterServerResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RegisterServerResponse_new
— MethodUA_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})
Open62541.UA_RegisteredServer_clear
— MethodUA_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.
Open62541.UA_RegisteredServer_copy
— MethodUA_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
.
Open62541.UA_RegisteredServer_delete
— MethodUA_RegisteredServer_delete(x::Ptr{UA_RegisteredServer})
deletes the content of object x
and its memory.
Open62541.UA_RegisteredServer_deleteMembers
— MethodUA_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.
Open62541.UA_RegisteredServer_init
— MethodUA_RegisteredServer_init(x::Ptr{UA_RegisteredServer})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RegisteredServer_new
— MethodUA_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})
Open62541.UA_RelativePathElement_clear
— MethodUA_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.
Open62541.UA_RelativePathElement_copy
— MethodUA_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
.
Open62541.UA_RelativePathElement_delete
— MethodUA_RelativePathElement_delete(x::Ptr{UA_RelativePathElement})
deletes the content of object x
and its memory.
Open62541.UA_RelativePathElement_deleteMembers
— MethodUA_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.
Open62541.UA_RelativePathElement_init
— MethodUA_RelativePathElement_init(x::Ptr{UA_RelativePathElement})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RelativePathElement_new
— MethodUA_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})
Open62541.UA_RelativePath_clear
— MethodUA_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.
Open62541.UA_RelativePath_copy
— MethodUA_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
.
Open62541.UA_RelativePath_delete
— MethodUA_RelativePath_delete(x::Ptr{UA_RelativePath})
deletes the content of object x
and its memory.
Open62541.UA_RelativePath_deleteMembers
— MethodUA_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.
Open62541.UA_RelativePath_init
— MethodUA_RelativePath_init(x::Ptr{UA_RelativePath})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RelativePath_new
— MethodUA_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})
Open62541.UA_RepublishRequest_clear
— MethodUA_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.
Open62541.UA_RepublishRequest_copy
— MethodUA_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
.
Open62541.UA_RepublishRequest_delete
— MethodUA_RepublishRequest_delete(x::Ptr{UA_RepublishRequest})
deletes the content of object x
and its memory.
Open62541.UA_RepublishRequest_deleteMembers
— MethodUA_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.
Open62541.UA_RepublishRequest_init
— MethodUA_RepublishRequest_init(x::Ptr{UA_RepublishRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RepublishRequest_new
— MethodUA_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})
Open62541.UA_RepublishResponse_clear
— MethodUA_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.
Open62541.UA_RepublishResponse_copy
— MethodUA_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
.
Open62541.UA_RepublishResponse_delete
— MethodUA_RepublishResponse_delete(x::Ptr{UA_RepublishResponse})
deletes the content of object x
and its memory.
Open62541.UA_RepublishResponse_deleteMembers
— MethodUA_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.
Open62541.UA_RepublishResponse_init
— MethodUA_RepublishResponse_init(x::Ptr{UA_RepublishResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RepublishResponse_new
— MethodUA_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})
Open62541.UA_RequestHeader_clear
— MethodUA_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.
Open62541.UA_RequestHeader_copy
— MethodUA_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
.
Open62541.UA_RequestHeader_delete
— MethodUA_RequestHeader_delete(x::Ptr{UA_RequestHeader})
deletes the content of object x
and its memory.
Open62541.UA_RequestHeader_deleteMembers
— MethodUA_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.
Open62541.UA_RequestHeader_init
— MethodUA_RequestHeader_init(x::Ptr{UA_RequestHeader})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RequestHeader_new
— MethodUA_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})
Open62541.UA_ResponseHeader_clear
— MethodUA_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.
Open62541.UA_ResponseHeader_copy
— MethodUA_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
.
Open62541.UA_ResponseHeader_delete
— MethodUA_ResponseHeader_delete(x::Ptr{UA_ResponseHeader})
deletes the content of object x
and its memory.
Open62541.UA_ResponseHeader_deleteMembers
— MethodUA_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.
Open62541.UA_ResponseHeader_init
— MethodUA_ResponseHeader_init(x::Ptr{UA_ResponseHeader})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ResponseHeader_new
— MethodUA_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})
Open62541.UA_RolePermissionType_clear
— MethodUA_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.
Open62541.UA_RolePermissionType_copy
— MethodUA_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
.
Open62541.UA_RolePermissionType_delete
— MethodUA_RolePermissionType_delete(x::Ptr{UA_RolePermissionType})
deletes the content of object x
and its memory.
Open62541.UA_RolePermissionType_deleteMembers
— MethodUA_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.
Open62541.UA_RolePermissionType_init
— MethodUA_RolePermissionType_init(x::Ptr{UA_RolePermissionType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RolePermissionType_new
— MethodUA_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})
Open62541.UA_RsaEncryptedSecret_clear
— MethodUA_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.
Open62541.UA_RsaEncryptedSecret_copy
— MethodUA_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
.
Open62541.UA_RsaEncryptedSecret_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_RsaEncryptedSecret_deleteMembers
— MethodUA_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.
Open62541.UA_RsaEncryptedSecret_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_RsaEncryptedSecret_new
— MethodUA_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})
Open62541.UA_SByte_clear
— MethodInt8_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.
Open62541.UA_SByte_copy
— MethodInt8_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
.
Open62541.UA_SByte_delete
— MethodInt8_delete(x::Ptr{Int8})
deletes the content of object x
and its memory.
Open62541.UA_SByte_deleteMembers
— MethodInt8_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.
Open62541.UA_SByte_init
— MethodInt8_init(x::Ptr{Int8})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SByte_new
— MethodInt8_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})
Open62541.UA_SamplingIntervalDiagnosticsDataType_clear
— MethodUA_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.
Open62541.UA_SamplingIntervalDiagnosticsDataType_copy
— MethodUA_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
.
Open62541.UA_SamplingIntervalDiagnosticsDataType_delete
— MethodUA_SamplingIntervalDiagnosticsDataType_delete(x::Ptr{UA_SamplingIntervalDiagnosticsDataType})
deletes the content of object x
and its memory.
Open62541.UA_SamplingIntervalDiagnosticsDataType_deleteMembers
— MethodUA_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.
Open62541.UA_SamplingIntervalDiagnosticsDataType_init
— MethodUA_SamplingIntervalDiagnosticsDataType_init(x::Ptr{UA_SamplingIntervalDiagnosticsDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SamplingIntervalDiagnosticsDataType_new
— MethodUA_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})
Open62541.UA_SecurityGroupDataType_clear
— MethodUA_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.
Open62541.UA_SecurityGroupDataType_copy
— MethodUA_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
.
Open62541.UA_SecurityGroupDataType_delete
— MethodUA_SecurityGroupDataType_delete(x::Ptr{UA_SecurityGroupDataType})
deletes the content of object x
and its memory.
Open62541.UA_SecurityGroupDataType_deleteMembers
— MethodUA_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.
Open62541.UA_SecurityGroupDataType_init
— MethodUA_SecurityGroupDataType_init(x::Ptr{UA_SecurityGroupDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SecurityGroupDataType_new
— MethodUA_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})
Open62541.UA_SecurityTokenRequestType_clear
— MethodUA_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.
Open62541.UA_SecurityTokenRequestType_copy
— MethodUA_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
.
Open62541.UA_SecurityTokenRequestType_delete
— MethodUA_SecurityTokenRequestType_delete(x::Ptr{UA_SecurityTokenRequestType})
deletes the content of object x
and its memory.
Open62541.UA_SecurityTokenRequestType_deleteMembers
— MethodUA_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.
Open62541.UA_SecurityTokenRequestType_init
— MethodUA_SecurityTokenRequestType_init(x::Ptr{UA_SecurityTokenRequestType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SecurityTokenRequestType_new
— MethodUA_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})
Open62541.UA_SemanticChangeStructureDataType_clear
— MethodUA_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.
Open62541.UA_SemanticChangeStructureDataType_copy
— MethodUA_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
.
Open62541.UA_SemanticChangeStructureDataType_delete
— MethodUA_SemanticChangeStructureDataType_delete(x::Ptr{UA_SemanticChangeStructureDataType})
deletes the content of object x
and its memory.
Open62541.UA_SemanticChangeStructureDataType_deleteMembers
— MethodUA_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.
Open62541.UA_SemanticChangeStructureDataType_init
— MethodUA_SemanticChangeStructureDataType_init(x::Ptr{UA_SemanticChangeStructureDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SemanticChangeStructureDataType_new
— MethodUA_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})
Open62541.UA_SemanticVersionString_clear
— MethodUA_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.
Open62541.UA_SemanticVersionString_copy
— MethodUA_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
.
Open62541.UA_SemanticVersionString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_SemanticVersionString_deleteMembers
— MethodUA_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.
Open62541.UA_SemanticVersionString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SemanticVersionString_new
— MethodUA_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})
Open62541.UA_ServerDiagnosticsSummaryDataType_clear
— MethodUA_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.
Open62541.UA_ServerDiagnosticsSummaryDataType_copy
— MethodUA_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
.
Open62541.UA_ServerDiagnosticsSummaryDataType_delete
— MethodUA_ServerDiagnosticsSummaryDataType_delete(x::Ptr{UA_ServerDiagnosticsSummaryDataType})
deletes the content of object x
and its memory.
Open62541.UA_ServerDiagnosticsSummaryDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ServerDiagnosticsSummaryDataType_init
— MethodUA_ServerDiagnosticsSummaryDataType_init(x::Ptr{UA_ServerDiagnosticsSummaryDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ServerDiagnosticsSummaryDataType_new
— MethodUA_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})
Open62541.UA_ServerOnNetwork_clear
— MethodUA_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.
Open62541.UA_ServerOnNetwork_copy
— MethodUA_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
.
Open62541.UA_ServerOnNetwork_delete
— MethodUA_ServerOnNetwork_delete(x::Ptr{UA_ServerOnNetwork})
deletes the content of object x
and its memory.
Open62541.UA_ServerOnNetwork_deleteMembers
— MethodUA_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.
Open62541.UA_ServerOnNetwork_init
— MethodUA_ServerOnNetwork_init(x::Ptr{UA_ServerOnNetwork})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ServerOnNetwork_new
— MethodUA_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})
Open62541.UA_ServerState_clear
— MethodUA_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.
Open62541.UA_ServerState_copy
— MethodUA_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
.
Open62541.UA_ServerState_delete
— MethodUA_ServerState_delete(x::Ptr{UA_ServerState})
deletes the content of object x
and its memory.
Open62541.UA_ServerState_deleteMembers
— MethodUA_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.
Open62541.UA_ServerState_init
— MethodUA_ServerState_init(x::Ptr{UA_ServerState})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ServerState_new
— MethodUA_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})
Open62541.UA_ServerStatusDataType_clear
— MethodUA_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.
Open62541.UA_ServerStatusDataType_copy
— MethodUA_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
.
Open62541.UA_ServerStatusDataType_delete
— MethodUA_ServerStatusDataType_delete(x::Ptr{UA_ServerStatusDataType})
deletes the content of object x
and its memory.
Open62541.UA_ServerStatusDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ServerStatusDataType_init
— MethodUA_ServerStatusDataType_init(x::Ptr{UA_ServerStatusDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ServerStatusDataType_new
— MethodUA_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})
Open62541.UA_ServiceCounterDataType_clear
— MethodUA_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.
Open62541.UA_ServiceCounterDataType_copy
— MethodUA_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
.
Open62541.UA_ServiceCounterDataType_delete
— MethodUA_ServiceCounterDataType_delete(x::Ptr{UA_ServiceCounterDataType})
deletes the content of object x
and its memory.
Open62541.UA_ServiceCounterDataType_deleteMembers
— MethodUA_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.
Open62541.UA_ServiceCounterDataType_init
— MethodUA_ServiceCounterDataType_init(x::Ptr{UA_ServiceCounterDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ServiceCounterDataType_new
— MethodUA_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})
Open62541.UA_ServiceFault_clear
— MethodUA_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.
Open62541.UA_ServiceFault_copy
— MethodUA_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
.
Open62541.UA_ServiceFault_delete
— MethodUA_ServiceFault_delete(x::Ptr{UA_ServiceFault})
deletes the content of object x
and its memory.
Open62541.UA_ServiceFault_deleteMembers
— MethodUA_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.
Open62541.UA_ServiceFault_init
— MethodUA_ServiceFault_init(x::Ptr{UA_ServiceFault})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ServiceFault_new
— MethodUA_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})
Open62541.UA_SessionAuthenticationToken_clear
— MethodUA_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.
Open62541.UA_SessionAuthenticationToken_copy
— MethodUA_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
.
Open62541.UA_SessionAuthenticationToken_delete
— MethodUA_NodeId_delete(x::Ptr{UA_NodeId})
deletes the content of object x
and its memory.
Open62541.UA_SessionAuthenticationToken_deleteMembers
— MethodUA_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.
Open62541.UA_SessionAuthenticationToken_init
— MethodUA_NodeId_init(x::Ptr{UA_NodeId})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SessionAuthenticationToken_new
— MethodUA_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})
Open62541.UA_SessionDiagnosticsDataType_clear
— MethodUA_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.
Open62541.UA_SessionDiagnosticsDataType_copy
— MethodUA_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
.
Open62541.UA_SessionDiagnosticsDataType_delete
— MethodUA_SessionDiagnosticsDataType_delete(x::Ptr{UA_SessionDiagnosticsDataType})
deletes the content of object x
and its memory.
Open62541.UA_SessionDiagnosticsDataType_deleteMembers
— MethodUA_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.
Open62541.UA_SessionDiagnosticsDataType_init
— MethodUA_SessionDiagnosticsDataType_init(x::Ptr{UA_SessionDiagnosticsDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SessionDiagnosticsDataType_new
— MethodUA_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})
Open62541.UA_SessionSecurityDiagnosticsDataType_clear
— MethodUA_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.
Open62541.UA_SessionSecurityDiagnosticsDataType_copy
— MethodUA_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
.
Open62541.UA_SessionSecurityDiagnosticsDataType_delete
— MethodUA_SessionSecurityDiagnosticsDataType_delete(x::Ptr{UA_SessionSecurityDiagnosticsDataType})
deletes the content of object x
and its memory.
Open62541.UA_SessionSecurityDiagnosticsDataType_deleteMembers
— MethodUA_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.
Open62541.UA_SessionSecurityDiagnosticsDataType_init
— MethodUA_SessionSecurityDiagnosticsDataType_init(x::Ptr{UA_SessionSecurityDiagnosticsDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SessionSecurityDiagnosticsDataType_new
— MethodUA_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})
Open62541.UA_SessionlessInvokeRequestType_clear
— MethodUA_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.
Open62541.UA_SessionlessInvokeRequestType_copy
— MethodUA_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
.
Open62541.UA_SessionlessInvokeRequestType_delete
— MethodUA_SessionlessInvokeRequestType_delete(x::Ptr{UA_SessionlessInvokeRequestType})
deletes the content of object x
and its memory.
Open62541.UA_SessionlessInvokeRequestType_deleteMembers
— MethodUA_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.
Open62541.UA_SessionlessInvokeRequestType_init
— MethodUA_SessionlessInvokeRequestType_init(x::Ptr{UA_SessionlessInvokeRequestType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SessionlessInvokeRequestType_new
— MethodUA_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})
Open62541.UA_SessionlessInvokeResponseType_clear
— MethodUA_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.
Open62541.UA_SessionlessInvokeResponseType_copy
— MethodUA_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
.
Open62541.UA_SessionlessInvokeResponseType_delete
— MethodUA_SessionlessInvokeResponseType_delete(x::Ptr{UA_SessionlessInvokeResponseType})
deletes the content of object x
and its memory.
Open62541.UA_SessionlessInvokeResponseType_deleteMembers
— MethodUA_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.
Open62541.UA_SessionlessInvokeResponseType_init
— MethodUA_SessionlessInvokeResponseType_init(x::Ptr{UA_SessionlessInvokeResponseType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SessionlessInvokeResponseType_new
— MethodUA_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})
Open62541.UA_SetMonitoringModeRequest_clear
— MethodUA_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.
Open62541.UA_SetMonitoringModeRequest_copy
— MethodUA_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
.
Open62541.UA_SetMonitoringModeRequest_delete
— MethodUA_SetMonitoringModeRequest_delete(x::Ptr{UA_SetMonitoringModeRequest})
deletes the content of object x
and its memory.
Open62541.UA_SetMonitoringModeRequest_deleteMembers
— MethodUA_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.
Open62541.UA_SetMonitoringModeRequest_init
— MethodUA_SetMonitoringModeRequest_init(x::Ptr{UA_SetMonitoringModeRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SetMonitoringModeRequest_new
— MethodUA_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})
Open62541.UA_SetMonitoringModeResponse_clear
— MethodUA_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.
Open62541.UA_SetMonitoringModeResponse_copy
— MethodUA_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
.
Open62541.UA_SetMonitoringModeResponse_delete
— MethodUA_SetMonitoringModeResponse_delete(x::Ptr{UA_SetMonitoringModeResponse})
deletes the content of object x
and its memory.
Open62541.UA_SetMonitoringModeResponse_deleteMembers
— MethodUA_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.
Open62541.UA_SetMonitoringModeResponse_init
— MethodUA_SetMonitoringModeResponse_init(x::Ptr{UA_SetMonitoringModeResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SetMonitoringModeResponse_new
— MethodUA_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})
Open62541.UA_SetPublishingModeRequest_clear
— MethodUA_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.
Open62541.UA_SetPublishingModeRequest_copy
— MethodUA_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
.
Open62541.UA_SetPublishingModeRequest_delete
— MethodUA_SetPublishingModeRequest_delete(x::Ptr{UA_SetPublishingModeRequest})
deletes the content of object x
and its memory.
Open62541.UA_SetPublishingModeRequest_deleteMembers
— MethodUA_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.
Open62541.UA_SetPublishingModeRequest_init
— MethodUA_SetPublishingModeRequest_init(x::Ptr{UA_SetPublishingModeRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SetPublishingModeRequest_new
— MethodUA_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})
Open62541.UA_SetPublishingModeResponse_clear
— MethodUA_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.
Open62541.UA_SetPublishingModeResponse_copy
— MethodUA_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
.
Open62541.UA_SetPublishingModeResponse_delete
— MethodUA_SetPublishingModeResponse_delete(x::Ptr{UA_SetPublishingModeResponse})
deletes the content of object x
and its memory.
Open62541.UA_SetPublishingModeResponse_deleteMembers
— MethodUA_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.
Open62541.UA_SetPublishingModeResponse_init
— MethodUA_SetPublishingModeResponse_init(x::Ptr{UA_SetPublishingModeResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SetPublishingModeResponse_new
— MethodUA_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})
Open62541.UA_SetTriggeringRequest_clear
— MethodUA_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.
Open62541.UA_SetTriggeringRequest_copy
— MethodUA_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
.
Open62541.UA_SetTriggeringRequest_delete
— MethodUA_SetTriggeringRequest_delete(x::Ptr{UA_SetTriggeringRequest})
deletes the content of object x
and its memory.
Open62541.UA_SetTriggeringRequest_deleteMembers
— MethodUA_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.
Open62541.UA_SetTriggeringRequest_init
— MethodUA_SetTriggeringRequest_init(x::Ptr{UA_SetTriggeringRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SetTriggeringRequest_new
— MethodUA_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})
Open62541.UA_SetTriggeringResponse_clear
— MethodUA_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.
Open62541.UA_SetTriggeringResponse_copy
— MethodUA_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
.
Open62541.UA_SetTriggeringResponse_delete
— MethodUA_SetTriggeringResponse_delete(x::Ptr{UA_SetTriggeringResponse})
deletes the content of object x
and its memory.
Open62541.UA_SetTriggeringResponse_deleteMembers
— MethodUA_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.
Open62541.UA_SetTriggeringResponse_init
— MethodUA_SetTriggeringResponse_init(x::Ptr{UA_SetTriggeringResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SetTriggeringResponse_new
— MethodUA_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})
Open62541.UA_SignatureData_clear
— MethodUA_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.
Open62541.UA_SignatureData_copy
— MethodUA_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
.
Open62541.UA_SignatureData_delete
— MethodUA_SignatureData_delete(x::Ptr{UA_SignatureData})
deletes the content of object x
and its memory.
Open62541.UA_SignatureData_deleteMembers
— MethodUA_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.
Open62541.UA_SignatureData_init
— MethodUA_SignatureData_init(x::Ptr{UA_SignatureData})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SignatureData_new
— MethodUA_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})
Open62541.UA_SignedSoftwareCertificate_clear
— MethodUA_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.
Open62541.UA_SignedSoftwareCertificate_copy
— MethodUA_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
.
Open62541.UA_SignedSoftwareCertificate_delete
— MethodUA_SignedSoftwareCertificate_delete(x::Ptr{UA_SignedSoftwareCertificate})
deletes the content of object x
and its memory.
Open62541.UA_SignedSoftwareCertificate_deleteMembers
— MethodUA_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.
Open62541.UA_SignedSoftwareCertificate_init
— MethodUA_SignedSoftwareCertificate_init(x::Ptr{UA_SignedSoftwareCertificate})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SignedSoftwareCertificate_new
— MethodUA_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})
Open62541.UA_SimpleAttributeOperand_clear
— MethodUA_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.
Open62541.UA_SimpleAttributeOperand_copy
— MethodUA_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
.
Open62541.UA_SimpleAttributeOperand_delete
— MethodUA_SimpleAttributeOperand_delete(x::Ptr{UA_SimpleAttributeOperand})
deletes the content of object x
and its memory.
Open62541.UA_SimpleAttributeOperand_deleteMembers
— MethodUA_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.
Open62541.UA_SimpleAttributeOperand_init
— MethodUA_SimpleAttributeOperand_init(x::Ptr{UA_SimpleAttributeOperand})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SimpleAttributeOperand_new
— MethodUA_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})
Open62541.UA_SimpleTypeDescription_clear
— MethodUA_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.
Open62541.UA_SimpleTypeDescription_copy
— MethodUA_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
.
Open62541.UA_SimpleTypeDescription_delete
— MethodUA_SimpleTypeDescription_delete(x::Ptr{UA_SimpleTypeDescription})
deletes the content of object x
and its memory.
Open62541.UA_SimpleTypeDescription_deleteMembers
— MethodUA_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.
Open62541.UA_SimpleTypeDescription_init
— MethodUA_SimpleTypeDescription_init(x::Ptr{UA_SimpleTypeDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SimpleTypeDescription_new
— MethodUA_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})
Open62541.UA_StandaloneSubscribedDataSetDataType_clear
— MethodUA_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.
Open62541.UA_StandaloneSubscribedDataSetDataType_copy
— MethodUA_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
.
Open62541.UA_StandaloneSubscribedDataSetDataType_delete
— MethodUA_StandaloneSubscribedDataSetDataType_delete(x::Ptr{UA_StandaloneSubscribedDataSetDataType})
deletes the content of object x
and its memory.
Open62541.UA_StandaloneSubscribedDataSetDataType_deleteMembers
— MethodUA_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.
Open62541.UA_StandaloneSubscribedDataSetDataType_init
— MethodUA_StandaloneSubscribedDataSetDataType_init(x::Ptr{UA_StandaloneSubscribedDataSetDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StandaloneSubscribedDataSetDataType_new
— MethodUA_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})
Open62541.UA_StandaloneSubscribedDataSetRefDataType_clear
— MethodUA_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.
Open62541.UA_StandaloneSubscribedDataSetRefDataType_copy
— MethodUA_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
.
Open62541.UA_StandaloneSubscribedDataSetRefDataType_delete
— MethodUA_StandaloneSubscribedDataSetRefDataType_delete(x::Ptr{UA_StandaloneSubscribedDataSetRefDataType})
deletes the content of object x
and its memory.
Open62541.UA_StandaloneSubscribedDataSetRefDataType_deleteMembers
— MethodUA_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.
Open62541.UA_StandaloneSubscribedDataSetRefDataType_init
— MethodUA_StandaloneSubscribedDataSetRefDataType_init(x::Ptr{UA_StandaloneSubscribedDataSetRefDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StandaloneSubscribedDataSetRefDataType_new
— MethodUA_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})
Open62541.UA_StatusChangeNotification_clear
— MethodUA_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.
Open62541.UA_StatusChangeNotification_copy
— MethodUA_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
.
Open62541.UA_StatusChangeNotification_delete
— MethodUA_StatusChangeNotification_delete(x::Ptr{UA_StatusChangeNotification})
deletes the content of object x
and its memory.
Open62541.UA_StatusChangeNotification_deleteMembers
— MethodUA_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.
Open62541.UA_StatusChangeNotification_init
— MethodUA_StatusChangeNotification_init(x::Ptr{UA_StatusChangeNotification})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StatusChangeNotification_new
— MethodUA_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})
Open62541.UA_StatusCode_clear
— MethodUInt32_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.
Open62541.UA_StatusCode_copy
— MethodUInt32_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
.
Open62541.UA_StatusCode_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_StatusCode_deleteMembers
— MethodUInt32_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.
Open62541.UA_StatusCode_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StatusCode_new
— MethodUInt32_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})
Open62541.UA_StatusResult_clear
— MethodUA_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.
Open62541.UA_StatusResult_copy
— MethodUA_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
.
Open62541.UA_StatusResult_delete
— MethodUA_StatusResult_delete(x::Ptr{UA_StatusResult})
deletes the content of object x
and its memory.
Open62541.UA_StatusResult_deleteMembers
— MethodUA_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.
Open62541.UA_StatusResult_init
— MethodUA_StatusResult_init(x::Ptr{UA_StatusResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StatusResult_new
— MethodUA_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})
Open62541.UA_String_clear
— MethodUA_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.
Open62541.UA_String_copy
— MethodUA_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
.
Open62541.UA_String_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_String_deleteMembers
— MethodUA_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.
Open62541.UA_String_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_String_new
— MethodUA_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})
Open62541.UA_StructureDefinition_clear
— MethodUA_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.
Open62541.UA_StructureDefinition_copy
— MethodUA_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
.
Open62541.UA_StructureDefinition_delete
— MethodUA_StructureDefinition_delete(x::Ptr{UA_StructureDefinition})
deletes the content of object x
and its memory.
Open62541.UA_StructureDefinition_deleteMembers
— MethodUA_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.
Open62541.UA_StructureDefinition_init
— MethodUA_StructureDefinition_init(x::Ptr{UA_StructureDefinition})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StructureDefinition_new
— MethodUA_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})
Open62541.UA_StructureDescription_clear
— MethodUA_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.
Open62541.UA_StructureDescription_copy
— MethodUA_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
.
Open62541.UA_StructureDescription_delete
— MethodUA_StructureDescription_delete(x::Ptr{UA_StructureDescription})
deletes the content of object x
and its memory.
Open62541.UA_StructureDescription_deleteMembers
— MethodUA_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.
Open62541.UA_StructureDescription_init
— MethodUA_StructureDescription_init(x::Ptr{UA_StructureDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StructureDescription_new
— MethodUA_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})
Open62541.UA_StructureField_clear
— MethodUA_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.
Open62541.UA_StructureField_copy
— MethodUA_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
.
Open62541.UA_StructureField_delete
— MethodUA_StructureField_delete(x::Ptr{UA_StructureField})
deletes the content of object x
and its memory.
Open62541.UA_StructureField_deleteMembers
— MethodUA_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.
Open62541.UA_StructureField_init
— MethodUA_StructureField_init(x::Ptr{UA_StructureField})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StructureField_new
— MethodUA_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})
Open62541.UA_StructureType_clear
— MethodUA_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.
Open62541.UA_StructureType_copy
— MethodUA_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
.
Open62541.UA_StructureType_delete
— MethodUA_StructureType_delete(x::Ptr{UA_StructureType})
deletes the content of object x
and its memory.
Open62541.UA_StructureType_deleteMembers
— MethodUA_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.
Open62541.UA_StructureType_init
— MethodUA_StructureType_init(x::Ptr{UA_StructureType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_StructureType_new
— MethodUA_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})
Open62541.UA_SubscribedDataSetMirrorDataType_clear
— MethodUA_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.
Open62541.UA_SubscribedDataSetMirrorDataType_copy
— MethodUA_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
.
Open62541.UA_SubscribedDataSetMirrorDataType_delete
— MethodUA_SubscribedDataSetMirrorDataType_delete(x::Ptr{UA_SubscribedDataSetMirrorDataType})
deletes the content of object x
and its memory.
Open62541.UA_SubscribedDataSetMirrorDataType_deleteMembers
— MethodUA_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.
Open62541.UA_SubscribedDataSetMirrorDataType_init
— MethodUA_SubscribedDataSetMirrorDataType_init(x::Ptr{UA_SubscribedDataSetMirrorDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SubscribedDataSetMirrorDataType_new
— MethodUA_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})
Open62541.UA_SubscriptionAcknowledgement_clear
— MethodUA_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.
Open62541.UA_SubscriptionAcknowledgement_copy
— MethodUA_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
.
Open62541.UA_SubscriptionAcknowledgement_delete
— MethodUA_SubscriptionAcknowledgement_delete(x::Ptr{UA_SubscriptionAcknowledgement})
deletes the content of object x
and its memory.
Open62541.UA_SubscriptionAcknowledgement_deleteMembers
— MethodUA_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.
Open62541.UA_SubscriptionAcknowledgement_init
— MethodUA_SubscriptionAcknowledgement_init(x::Ptr{UA_SubscriptionAcknowledgement})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SubscriptionAcknowledgement_new
— MethodUA_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})
Open62541.UA_SubscriptionDiagnosticsDataType_clear
— MethodUA_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.
Open62541.UA_SubscriptionDiagnosticsDataType_copy
— MethodUA_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
.
Open62541.UA_SubscriptionDiagnosticsDataType_delete
— MethodUA_SubscriptionDiagnosticsDataType_delete(x::Ptr{UA_SubscriptionDiagnosticsDataType})
deletes the content of object x
and its memory.
Open62541.UA_SubscriptionDiagnosticsDataType_deleteMembers
— MethodUA_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.
Open62541.UA_SubscriptionDiagnosticsDataType_init
— MethodUA_SubscriptionDiagnosticsDataType_init(x::Ptr{UA_SubscriptionDiagnosticsDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_SubscriptionDiagnosticsDataType_new
— MethodUA_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})
Open62541.UA_TargetVariablesDataType_clear
— MethodUA_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.
Open62541.UA_TargetVariablesDataType_copy
— MethodUA_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
.
Open62541.UA_TargetVariablesDataType_delete
— MethodUA_TargetVariablesDataType_delete(x::Ptr{UA_TargetVariablesDataType})
deletes the content of object x
and its memory.
Open62541.UA_TargetVariablesDataType_deleteMembers
— MethodUA_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.
Open62541.UA_TargetVariablesDataType_init
— MethodUA_TargetVariablesDataType_init(x::Ptr{UA_TargetVariablesDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TargetVariablesDataType_new
— MethodUA_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})
Open62541.UA_ThreeDCartesianCoordinates_clear
— MethodUA_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.
Open62541.UA_ThreeDCartesianCoordinates_copy
— MethodUA_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
.
Open62541.UA_ThreeDCartesianCoordinates_delete
— MethodUA_ThreeDCartesianCoordinates_delete(x::Ptr{UA_ThreeDCartesianCoordinates})
deletes the content of object x
and its memory.
Open62541.UA_ThreeDCartesianCoordinates_deleteMembers
— MethodUA_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.
Open62541.UA_ThreeDCartesianCoordinates_init
— MethodUA_ThreeDCartesianCoordinates_init(x::Ptr{UA_ThreeDCartesianCoordinates})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ThreeDCartesianCoordinates_new
— MethodUA_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})
Open62541.UA_ThreeDFrame_clear
— MethodUA_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.
Open62541.UA_ThreeDFrame_copy
— MethodUA_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
.
Open62541.UA_ThreeDFrame_delete
— MethodUA_ThreeDFrame_delete(x::Ptr{UA_ThreeDFrame})
deletes the content of object x
and its memory.
Open62541.UA_ThreeDFrame_deleteMembers
— MethodUA_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.
Open62541.UA_ThreeDFrame_init
— MethodUA_ThreeDFrame_init(x::Ptr{UA_ThreeDFrame})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ThreeDFrame_new
— MethodUA_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})
Open62541.UA_ThreeDOrientation_clear
— MethodUA_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.
Open62541.UA_ThreeDOrientation_copy
— MethodUA_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
.
Open62541.UA_ThreeDOrientation_delete
— MethodUA_ThreeDOrientation_delete(x::Ptr{UA_ThreeDOrientation})
deletes the content of object x
and its memory.
Open62541.UA_ThreeDOrientation_deleteMembers
— MethodUA_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.
Open62541.UA_ThreeDOrientation_init
— MethodUA_ThreeDOrientation_init(x::Ptr{UA_ThreeDOrientation})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ThreeDOrientation_new
— MethodUA_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})
Open62541.UA_ThreeDVector_clear
— MethodUA_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.
Open62541.UA_ThreeDVector_copy
— MethodUA_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
.
Open62541.UA_ThreeDVector_delete
— MethodUA_ThreeDVector_delete(x::Ptr{UA_ThreeDVector})
deletes the content of object x
and its memory.
Open62541.UA_ThreeDVector_deleteMembers
— MethodUA_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.
Open62541.UA_ThreeDVector_init
— MethodUA_ThreeDVector_init(x::Ptr{UA_ThreeDVector})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ThreeDVector_new
— MethodUA_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})
Open62541.UA_TimeString_clear
— MethodUA_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.
Open62541.UA_TimeString_copy
— MethodUA_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
.
Open62541.UA_TimeString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_TimeString_deleteMembers
— MethodUA_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.
Open62541.UA_TimeString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TimeString_new
— MethodUA_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})
Open62541.UA_TimeZoneDataType_clear
— MethodUA_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.
Open62541.UA_TimeZoneDataType_copy
— MethodUA_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
.
Open62541.UA_TimeZoneDataType_delete
— MethodUA_TimeZoneDataType_delete(x::Ptr{UA_TimeZoneDataType})
deletes the content of object x
and its memory.
Open62541.UA_TimeZoneDataType_deleteMembers
— MethodUA_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.
Open62541.UA_TimeZoneDataType_init
— MethodUA_TimeZoneDataType_init(x::Ptr{UA_TimeZoneDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TimeZoneDataType_new
— MethodUA_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})
Open62541.UA_TimestampsToReturn_clear
— MethodUA_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.
Open62541.UA_TimestampsToReturn_copy
— MethodUA_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
.
Open62541.UA_TimestampsToReturn_delete
— MethodUA_TimestampsToReturn_delete(x::Ptr{UA_TimestampsToReturn})
deletes the content of object x
and its memory.
Open62541.UA_TimestampsToReturn_deleteMembers
— MethodUA_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.
Open62541.UA_TimestampsToReturn_init
— MethodUA_TimestampsToReturn_init(x::Ptr{UA_TimestampsToReturn})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TimestampsToReturn_new
— MethodUA_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})
Open62541.UA_TransferResult_clear
— MethodUA_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.
Open62541.UA_TransferResult_copy
— MethodUA_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
.
Open62541.UA_TransferResult_delete
— MethodUA_TransferResult_delete(x::Ptr{UA_TransferResult})
deletes the content of object x
and its memory.
Open62541.UA_TransferResult_deleteMembers
— MethodUA_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.
Open62541.UA_TransferResult_init
— MethodUA_TransferResult_init(x::Ptr{UA_TransferResult})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TransferResult_new
— MethodUA_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})
Open62541.UA_TransferSubscriptionsRequest_clear
— MethodUA_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.
Open62541.UA_TransferSubscriptionsRequest_copy
— MethodUA_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
.
Open62541.UA_TransferSubscriptionsRequest_delete
— MethodUA_TransferSubscriptionsRequest_delete(x::Ptr{UA_TransferSubscriptionsRequest})
deletes the content of object x
and its memory.
Open62541.UA_TransferSubscriptionsRequest_deleteMembers
— MethodUA_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.
Open62541.UA_TransferSubscriptionsRequest_init
— MethodUA_TransferSubscriptionsRequest_init(x::Ptr{UA_TransferSubscriptionsRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TransferSubscriptionsRequest_new
— MethodUA_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})
Open62541.UA_TransferSubscriptionsResponse_clear
— MethodUA_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.
Open62541.UA_TransferSubscriptionsResponse_copy
— MethodUA_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
.
Open62541.UA_TransferSubscriptionsResponse_delete
— MethodUA_TransferSubscriptionsResponse_delete(x::Ptr{UA_TransferSubscriptionsResponse})
deletes the content of object x
and its memory.
Open62541.UA_TransferSubscriptionsResponse_deleteMembers
— MethodUA_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.
Open62541.UA_TransferSubscriptionsResponse_init
— MethodUA_TransferSubscriptionsResponse_init(x::Ptr{UA_TransferSubscriptionsResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TransferSubscriptionsResponse_new
— MethodUA_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})
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_clear
— MethodUA_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.
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_copy
— MethodUA_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
.
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_delete
— MethodUA_TranslateBrowsePathsToNodeIdsRequest_delete(x::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest})
deletes the content of object x
and its memory.
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_deleteMembers
— MethodUA_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.
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_init
— MethodUA_TranslateBrowsePathsToNodeIdsRequest_init(x::Ptr{UA_TranslateBrowsePathsToNodeIdsRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TranslateBrowsePathsToNodeIdsRequest_new
— MethodUA_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})
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_clear
— MethodUA_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.
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_copy
— MethodUA_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
.
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_delete
— MethodUA_TranslateBrowsePathsToNodeIdsResponse_delete(x::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse})
deletes the content of object x
and its memory.
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_deleteMembers
— MethodUA_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.
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_init
— MethodUA_TranslateBrowsePathsToNodeIdsResponse_init(x::Ptr{UA_TranslateBrowsePathsToNodeIdsResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TranslateBrowsePathsToNodeIdsResponse_new
— MethodUA_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})
Open62541.UA_TransmitQosPriorityDataType_clear
— MethodUA_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.
Open62541.UA_TransmitQosPriorityDataType_copy
— MethodUA_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
.
Open62541.UA_TransmitQosPriorityDataType_delete
— MethodUA_TransmitQosPriorityDataType_delete(x::Ptr{UA_TransmitQosPriorityDataType})
deletes the content of object x
and its memory.
Open62541.UA_TransmitQosPriorityDataType_deleteMembers
— MethodUA_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.
Open62541.UA_TransmitQosPriorityDataType_init
— MethodUA_TransmitQosPriorityDataType_init(x::Ptr{UA_TransmitQosPriorityDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TransmitQosPriorityDataType_new
— MethodUA_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})
Open62541.UA_TrustListDataType_clear
— MethodUA_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.
Open62541.UA_TrustListDataType_copy
— MethodUA_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
.
Open62541.UA_TrustListDataType_delete
— MethodUA_TrustListDataType_delete(x::Ptr{UA_TrustListDataType})
deletes the content of object x
and its memory.
Open62541.UA_TrustListDataType_deleteMembers
— MethodUA_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.
Open62541.UA_TrustListDataType_init
— MethodUA_TrustListDataType_init(x::Ptr{UA_TrustListDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TrustListDataType_new
— MethodUA_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})
Open62541.UA_TrustListMasks_clear
— MethodUA_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.
Open62541.UA_TrustListMasks_copy
— MethodUA_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
.
Open62541.UA_TrustListMasks_delete
— MethodUA_TrustListMasks_delete(x::Ptr{UA_TrustListMasks})
deletes the content of object x
and its memory.
Open62541.UA_TrustListMasks_deleteMembers
— MethodUA_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.
Open62541.UA_TrustListMasks_init
— MethodUA_TrustListMasks_init(x::Ptr{UA_TrustListMasks})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TrustListMasks_new
— MethodUA_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})
Open62541.UA_TsnFailureCode_clear
— MethodUA_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.
Open62541.UA_TsnFailureCode_copy
— MethodUA_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
.
Open62541.UA_TsnFailureCode_delete
— MethodUA_TsnFailureCode_delete(x::Ptr{UA_TsnFailureCode})
deletes the content of object x
and its memory.
Open62541.UA_TsnFailureCode_deleteMembers
— MethodUA_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.
Open62541.UA_TsnFailureCode_init
— MethodUA_TsnFailureCode_init(x::Ptr{UA_TsnFailureCode})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TsnFailureCode_new
— MethodUA_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})
Open62541.UA_TsnListenerStatus_clear
— MethodUA_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.
Open62541.UA_TsnListenerStatus_copy
— MethodUA_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
.
Open62541.UA_TsnListenerStatus_delete
— MethodUA_TsnListenerStatus_delete(x::Ptr{UA_TsnListenerStatus})
deletes the content of object x
and its memory.
Open62541.UA_TsnListenerStatus_deleteMembers
— MethodUA_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.
Open62541.UA_TsnListenerStatus_init
— MethodUA_TsnListenerStatus_init(x::Ptr{UA_TsnListenerStatus})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TsnListenerStatus_new
— MethodUA_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})
Open62541.UA_TsnStreamState_clear
— MethodUA_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.
Open62541.UA_TsnStreamState_copy
— MethodUA_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
.
Open62541.UA_TsnStreamState_delete
— MethodUA_TsnStreamState_delete(x::Ptr{UA_TsnStreamState})
deletes the content of object x
and its memory.
Open62541.UA_TsnStreamState_deleteMembers
— MethodUA_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.
Open62541.UA_TsnStreamState_init
— MethodUA_TsnStreamState_init(x::Ptr{UA_TsnStreamState})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TsnStreamState_new
— MethodUA_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})
Open62541.UA_TsnTalkerStatus_clear
— MethodUA_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.
Open62541.UA_TsnTalkerStatus_copy
— MethodUA_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
.
Open62541.UA_TsnTalkerStatus_delete
— MethodUA_TsnTalkerStatus_delete(x::Ptr{UA_TsnTalkerStatus})
deletes the content of object x
and its memory.
Open62541.UA_TsnTalkerStatus_deleteMembers
— MethodUA_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.
Open62541.UA_TsnTalkerStatus_init
— MethodUA_TsnTalkerStatus_init(x::Ptr{UA_TsnTalkerStatus})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_TsnTalkerStatus_new
— MethodUA_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})
Open62541.UA_UABinaryFileDataType_clear
— MethodUA_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.
Open62541.UA_UABinaryFileDataType_copy
— MethodUA_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
.
Open62541.UA_UABinaryFileDataType_delete
— MethodUA_UABinaryFileDataType_delete(x::Ptr{UA_UABinaryFileDataType})
deletes the content of object x
and its memory.
Open62541.UA_UABinaryFileDataType_deleteMembers
— MethodUA_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.
Open62541.UA_UABinaryFileDataType_init
— MethodUA_UABinaryFileDataType_init(x::Ptr{UA_UABinaryFileDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UABinaryFileDataType_new
— MethodUA_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})
Open62541.UA_UInt16_clear
— MethodUInt16_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.
Open62541.UA_UInt16_copy
— MethodUInt16_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
.
Open62541.UA_UInt16_delete
— MethodUInt16_delete(x::Ptr{UInt16})
deletes the content of object x
and its memory.
Open62541.UA_UInt16_deleteMembers
— MethodUInt16_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.
Open62541.UA_UInt16_init
— MethodUInt16_init(x::Ptr{UInt16})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UInt16_new
— MethodUInt16_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})
Open62541.UA_UInt32_clear
— MethodUInt32_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.
Open62541.UA_UInt32_copy
— MethodUInt32_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
.
Open62541.UA_UInt32_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_UInt32_deleteMembers
— MethodUInt32_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.
Open62541.UA_UInt32_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UInt32_new
— MethodUInt32_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})
Open62541.UA_UInt64_clear
— MethodUInt64_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.
Open62541.UA_UInt64_copy
— MethodUInt64_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
.
Open62541.UA_UInt64_delete
— MethodUInt64_delete(x::Ptr{UInt64})
deletes the content of object x
and its memory.
Open62541.UA_UInt64_deleteMembers
— MethodUInt64_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.
Open62541.UA_UInt64_init
— MethodUInt64_init(x::Ptr{UInt64})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UInt64_new
— MethodUInt64_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})
Open62541.UA_UadpDataSetMessageContentMask_clear
— MethodUInt32_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.
Open62541.UA_UadpDataSetMessageContentMask_copy
— MethodUInt32_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
.
Open62541.UA_UadpDataSetMessageContentMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_UadpDataSetMessageContentMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_UadpDataSetMessageContentMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UadpDataSetMessageContentMask_new
— MethodUInt32_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})
Open62541.UA_UadpDataSetReaderMessageDataType_clear
— MethodUA_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.
Open62541.UA_UadpDataSetReaderMessageDataType_copy
— MethodUA_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
.
Open62541.UA_UadpDataSetReaderMessageDataType_delete
— MethodUA_UadpDataSetReaderMessageDataType_delete(x::Ptr{UA_UadpDataSetReaderMessageDataType})
deletes the content of object x
and its memory.
Open62541.UA_UadpDataSetReaderMessageDataType_deleteMembers
— MethodUA_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.
Open62541.UA_UadpDataSetReaderMessageDataType_init
— MethodUA_UadpDataSetReaderMessageDataType_init(x::Ptr{UA_UadpDataSetReaderMessageDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UadpDataSetReaderMessageDataType_new
— MethodUA_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})
Open62541.UA_UadpDataSetWriterMessageDataType_clear
— MethodUA_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.
Open62541.UA_UadpDataSetWriterMessageDataType_copy
— MethodUA_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
.
Open62541.UA_UadpDataSetWriterMessageDataType_delete
— MethodUA_UadpDataSetWriterMessageDataType_delete(x::Ptr{UA_UadpDataSetWriterMessageDataType})
deletes the content of object x
and its memory.
Open62541.UA_UadpDataSetWriterMessageDataType_deleteMembers
— MethodUA_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.
Open62541.UA_UadpDataSetWriterMessageDataType_init
— MethodUA_UadpDataSetWriterMessageDataType_init(x::Ptr{UA_UadpDataSetWriterMessageDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UadpDataSetWriterMessageDataType_new
— MethodUA_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})
Open62541.UA_UadpNetworkMessageContentMask_clear
— MethodUInt32_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.
Open62541.UA_UadpNetworkMessageContentMask_copy
— MethodUInt32_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
.
Open62541.UA_UadpNetworkMessageContentMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_UadpNetworkMessageContentMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_UadpNetworkMessageContentMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UadpNetworkMessageContentMask_new
— MethodUInt32_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})
Open62541.UA_UadpWriterGroupMessageDataType_clear
— MethodUA_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.
Open62541.UA_UadpWriterGroupMessageDataType_copy
— MethodUA_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
.
Open62541.UA_UadpWriterGroupMessageDataType_delete
— MethodUA_UadpWriterGroupMessageDataType_delete(x::Ptr{UA_UadpWriterGroupMessageDataType})
deletes the content of object x
and its memory.
Open62541.UA_UadpWriterGroupMessageDataType_deleteMembers
— MethodUA_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.
Open62541.UA_UadpWriterGroupMessageDataType_init
— MethodUA_UadpWriterGroupMessageDataType_init(x::Ptr{UA_UadpWriterGroupMessageDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UadpWriterGroupMessageDataType_new
— MethodUA_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})
Open62541.UA_UnregisterNodesRequest_clear
— MethodUA_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.
Open62541.UA_UnregisterNodesRequest_copy
— MethodUA_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
.
Open62541.UA_UnregisterNodesRequest_delete
— MethodUA_UnregisterNodesRequest_delete(x::Ptr{UA_UnregisterNodesRequest})
deletes the content of object x
and its memory.
Open62541.UA_UnregisterNodesRequest_deleteMembers
— MethodUA_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.
Open62541.UA_UnregisterNodesRequest_init
— MethodUA_UnregisterNodesRequest_init(x::Ptr{UA_UnregisterNodesRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UnregisterNodesRequest_new
— MethodUA_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})
Open62541.UA_UnregisterNodesResponse_clear
— MethodUA_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.
Open62541.UA_UnregisterNodesResponse_copy
— MethodUA_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
.
Open62541.UA_UnregisterNodesResponse_delete
— MethodUA_UnregisterNodesResponse_delete(x::Ptr{UA_UnregisterNodesResponse})
deletes the content of object x
and its memory.
Open62541.UA_UnregisterNodesResponse_deleteMembers
— MethodUA_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.
Open62541.UA_UnregisterNodesResponse_init
— MethodUA_UnregisterNodesResponse_init(x::Ptr{UA_UnregisterNodesResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UnregisterNodesResponse_new
— MethodUA_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})
Open62541.UA_UnsignedRationalNumber_clear
— MethodUA_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.
Open62541.UA_UnsignedRationalNumber_copy
— MethodUA_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
.
Open62541.UA_UnsignedRationalNumber_delete
— MethodUA_UnsignedRationalNumber_delete(x::Ptr{UA_UnsignedRationalNumber})
deletes the content of object x
and its memory.
Open62541.UA_UnsignedRationalNumber_deleteMembers
— MethodUA_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.
Open62541.UA_UnsignedRationalNumber_init
— MethodUA_UnsignedRationalNumber_init(x::Ptr{UA_UnsignedRationalNumber})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UnsignedRationalNumber_new
— MethodUA_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})
Open62541.UA_UpdateDataDetails_clear
— MethodUA_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.
Open62541.UA_UpdateDataDetails_copy
— MethodUA_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
.
Open62541.UA_UpdateDataDetails_delete
— MethodUA_UpdateDataDetails_delete(x::Ptr{UA_UpdateDataDetails})
deletes the content of object x
and its memory.
Open62541.UA_UpdateDataDetails_deleteMembers
— MethodUA_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.
Open62541.UA_UpdateDataDetails_init
— MethodUA_UpdateDataDetails_init(x::Ptr{UA_UpdateDataDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UpdateDataDetails_new
— MethodUA_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})
Open62541.UA_UpdateEventDetails_clear
— MethodUA_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.
Open62541.UA_UpdateEventDetails_copy
— MethodUA_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
.
Open62541.UA_UpdateEventDetails_delete
— MethodUA_UpdateEventDetails_delete(x::Ptr{UA_UpdateEventDetails})
deletes the content of object x
and its memory.
Open62541.UA_UpdateEventDetails_deleteMembers
— MethodUA_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.
Open62541.UA_UpdateEventDetails_init
— MethodUA_UpdateEventDetails_init(x::Ptr{UA_UpdateEventDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UpdateEventDetails_new
— MethodUA_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})
Open62541.UA_UpdateStructureDataDetails_clear
— MethodUA_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.
Open62541.UA_UpdateStructureDataDetails_copy
— MethodUA_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
.
Open62541.UA_UpdateStructureDataDetails_delete
— MethodUA_UpdateStructureDataDetails_delete(x::Ptr{UA_UpdateStructureDataDetails})
deletes the content of object x
and its memory.
Open62541.UA_UpdateStructureDataDetails_deleteMembers
— MethodUA_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.
Open62541.UA_UpdateStructureDataDetails_init
— MethodUA_UpdateStructureDataDetails_init(x::Ptr{UA_UpdateStructureDataDetails})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UpdateStructureDataDetails_new
— MethodUA_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})
Open62541.UA_UriString_clear
— MethodUA_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.
Open62541.UA_UriString_copy
— MethodUA_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
.
Open62541.UA_UriString_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_UriString_deleteMembers
— MethodUA_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.
Open62541.UA_UriString_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UriString_new
— MethodUA_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})
Open62541.UA_UserConfigurationMask_clear
— MethodUInt32_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.
Open62541.UA_UserConfigurationMask_copy
— MethodUInt32_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
.
Open62541.UA_UserConfigurationMask_delete
— MethodUInt32_delete(x::Ptr{UInt32})
deletes the content of object x
and its memory.
Open62541.UA_UserConfigurationMask_deleteMembers
— MethodUInt32_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.
Open62541.UA_UserConfigurationMask_init
— MethodUInt32_init(x::Ptr{UInt32})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UserConfigurationMask_new
— MethodUInt32_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})
Open62541.UA_UserIdentityToken_clear
— MethodUA_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.
Open62541.UA_UserIdentityToken_copy
— MethodUA_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
.
Open62541.UA_UserIdentityToken_delete
— MethodUA_UserIdentityToken_delete(x::Ptr{UA_UserIdentityToken})
deletes the content of object x
and its memory.
Open62541.UA_UserIdentityToken_deleteMembers
— MethodUA_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.
Open62541.UA_UserIdentityToken_init
— MethodUA_UserIdentityToken_init(x::Ptr{UA_UserIdentityToken})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UserIdentityToken_new
— MethodUA_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})
Open62541.UA_UserManagementDataType_clear
— MethodUA_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.
Open62541.UA_UserManagementDataType_copy
— MethodUA_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
.
Open62541.UA_UserManagementDataType_delete
— MethodUA_UserManagementDataType_delete(x::Ptr{UA_UserManagementDataType})
deletes the content of object x
and its memory.
Open62541.UA_UserManagementDataType_deleteMembers
— MethodUA_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.
Open62541.UA_UserManagementDataType_init
— MethodUA_UserManagementDataType_init(x::Ptr{UA_UserManagementDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UserManagementDataType_new
— MethodUA_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})
Open62541.UA_UserNameIdentityToken_clear
— MethodUA_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.
Open62541.UA_UserNameIdentityToken_copy
— MethodUA_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
.
Open62541.UA_UserNameIdentityToken_delete
— MethodUA_UserNameIdentityToken_delete(x::Ptr{UA_UserNameIdentityToken})
deletes the content of object x
and its memory.
Open62541.UA_UserNameIdentityToken_deleteMembers
— MethodUA_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.
Open62541.UA_UserNameIdentityToken_init
— MethodUA_UserNameIdentityToken_init(x::Ptr{UA_UserNameIdentityToken})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UserNameIdentityToken_new
— MethodUA_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})
Open62541.UA_UserTokenPolicy_clear
— MethodUA_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.
Open62541.UA_UserTokenPolicy_copy
— MethodUA_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
.
Open62541.UA_UserTokenPolicy_delete
— MethodUA_UserTokenPolicy_delete(x::Ptr{UA_UserTokenPolicy})
deletes the content of object x
and its memory.
Open62541.UA_UserTokenPolicy_deleteMembers
— MethodUA_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.
Open62541.UA_UserTokenPolicy_init
— MethodUA_UserTokenPolicy_init(x::Ptr{UA_UserTokenPolicy})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UserTokenPolicy_new
— MethodUA_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})
Open62541.UA_UserTokenType_clear
— MethodUA_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.
Open62541.UA_UserTokenType_copy
— MethodUA_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
.
Open62541.UA_UserTokenType_delete
— MethodUA_UserTokenType_delete(x::Ptr{UA_UserTokenType})
deletes the content of object x
and its memory.
Open62541.UA_UserTokenType_deleteMembers
— MethodUA_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.
Open62541.UA_UserTokenType_init
— MethodUA_UserTokenType_init(x::Ptr{UA_UserTokenType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UserTokenType_new
— MethodUA_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})
Open62541.UA_UtcTime_clear
— MethodInt64_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.
Open62541.UA_UtcTime_copy
— MethodInt64_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
.
Open62541.UA_UtcTime_delete
— MethodInt64_delete(x::Ptr{Int64})
deletes the content of object x
and its memory.
Open62541.UA_UtcTime_deleteMembers
— MethodInt64_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.
Open62541.UA_UtcTime_init
— MethodInt64_init(x::Ptr{Int64})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_UtcTime_new
— MethodInt64_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})
Open62541.UA_VariableAttributes_clear
— MethodUA_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.
Open62541.UA_VariableAttributes_copy
— MethodUA_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
.
Open62541.UA_VariableAttributes_delete
— MethodUA_VariableAttributes_delete(x::Ptr{UA_VariableAttributes})
deletes the content of object x
and its memory.
Open62541.UA_VariableAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_VariableAttributes_init
— MethodUA_VariableAttributes_init(x::Ptr{UA_VariableAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_VariableAttributes_new
— MethodUA_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})
Open62541.UA_VariableTypeAttributes_clear
— MethodUA_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.
Open62541.UA_VariableTypeAttributes_copy
— MethodUA_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
.
Open62541.UA_VariableTypeAttributes_delete
— MethodUA_VariableTypeAttributes_delete(x::Ptr{UA_VariableTypeAttributes})
deletes the content of object x
and its memory.
Open62541.UA_VariableTypeAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_VariableTypeAttributes_init
— MethodUA_VariableTypeAttributes_init(x::Ptr{UA_VariableTypeAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_VariableTypeAttributes_new
— MethodUA_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})
Open62541.UA_Variant_clear
— MethodUA_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.
Open62541.UA_Variant_copy
— MethodUA_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
.
Open62541.UA_Variant_delete
— MethodUA_Variant_delete(x::Ptr{UA_Variant})
deletes the content of object x
and its memory.
Open62541.UA_Variant_deleteMembers
— MethodUA_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.
Open62541.UA_Variant_init
— MethodUA_Variant_init(x::Ptr{UA_Variant})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_Variant_new
— MethodUA_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})
Open62541.UA_VersionTime_clear
— MethodUA_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.
Open62541.UA_VersionTime_copy
— MethodUA_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
.
Open62541.UA_VersionTime_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_VersionTime_deleteMembers
— MethodUA_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.
Open62541.UA_VersionTime_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_VersionTime_new
— MethodUA_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})
Open62541.UA_ViewAttributes_clear
— MethodUA_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.
Open62541.UA_ViewAttributes_copy
— MethodUA_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
.
Open62541.UA_ViewAttributes_delete
— MethodUA_ViewAttributes_delete(x::Ptr{UA_ViewAttributes})
deletes the content of object x
and its memory.
Open62541.UA_ViewAttributes_deleteMembers
— MethodUA_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.
Open62541.UA_ViewAttributes_init
— MethodUA_ViewAttributes_init(x::Ptr{UA_ViewAttributes})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ViewAttributes_new
— MethodUA_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})
Open62541.UA_ViewDescription_clear
— MethodUA_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.
Open62541.UA_ViewDescription_copy
— MethodUA_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
.
Open62541.UA_ViewDescription_delete
— MethodUA_ViewDescription_delete(x::Ptr{UA_ViewDescription})
deletes the content of object x
and its memory.
Open62541.UA_ViewDescription_deleteMembers
— MethodUA_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.
Open62541.UA_ViewDescription_init
— MethodUA_ViewDescription_init(x::Ptr{UA_ViewDescription})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_ViewDescription_new
— MethodUA_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})
Open62541.UA_WriteRequest_clear
— MethodUA_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.
Open62541.UA_WriteRequest_copy
— MethodUA_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
.
Open62541.UA_WriteRequest_delete
— MethodUA_WriteRequest_delete(x::Ptr{UA_WriteRequest})
deletes the content of object x
and its memory.
Open62541.UA_WriteRequest_deleteMembers
— MethodUA_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.
Open62541.UA_WriteRequest_init
— MethodUA_WriteRequest_init(x::Ptr{UA_WriteRequest})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_WriteRequest_new
— MethodUA_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})
Open62541.UA_WriteResponse_clear
— MethodUA_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.
Open62541.UA_WriteResponse_copy
— MethodUA_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
.
Open62541.UA_WriteResponse_delete
— MethodUA_WriteResponse_delete(x::Ptr{UA_WriteResponse})
deletes the content of object x
and its memory.
Open62541.UA_WriteResponse_deleteMembers
— MethodUA_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.
Open62541.UA_WriteResponse_init
— MethodUA_WriteResponse_init(x::Ptr{UA_WriteResponse})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_WriteResponse_new
— MethodUA_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})
Open62541.UA_WriteValue_clear
— MethodUA_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.
Open62541.UA_WriteValue_copy
— MethodUA_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
.
Open62541.UA_WriteValue_delete
— MethodUA_WriteValue_delete(x::Ptr{UA_WriteValue})
deletes the content of object x
and its memory.
Open62541.UA_WriteValue_deleteMembers
— MethodUA_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.
Open62541.UA_WriteValue_init
— MethodUA_WriteValue_init(x::Ptr{UA_WriteValue})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_WriteValue_new
— MethodUA_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})
Open62541.UA_WriterGroupDataType_clear
— MethodUA_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.
Open62541.UA_WriterGroupDataType_copy
— MethodUA_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
.
Open62541.UA_WriterGroupDataType_delete
— MethodUA_WriterGroupDataType_delete(x::Ptr{UA_WriterGroupDataType})
deletes the content of object x
and its memory.
Open62541.UA_WriterGroupDataType_deleteMembers
— MethodUA_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.
Open62541.UA_WriterGroupDataType_init
— MethodUA_WriterGroupDataType_init(x::Ptr{UA_WriterGroupDataType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_WriterGroupDataType_new
— MethodUA_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})
Open62541.UA_X509IdentityToken_clear
— MethodUA_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.
Open62541.UA_X509IdentityToken_copy
— MethodUA_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
.
Open62541.UA_X509IdentityToken_delete
— MethodUA_X509IdentityToken_delete(x::Ptr{UA_X509IdentityToken})
deletes the content of object x
and its memory.
Open62541.UA_X509IdentityToken_deleteMembers
— MethodUA_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.
Open62541.UA_X509IdentityToken_init
— MethodUA_X509IdentityToken_init(x::Ptr{UA_X509IdentityToken})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_X509IdentityToken_new
— MethodUA_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})
Open62541.UA_XVType_clear
— MethodUA_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.
Open62541.UA_XVType_copy
— MethodUA_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
.
Open62541.UA_XVType_delete
— MethodUA_XVType_delete(x::Ptr{UA_XVType})
deletes the content of object x
and its memory.
Open62541.UA_XVType_deleteMembers
— MethodUA_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.
Open62541.UA_XVType_init
— MethodUA_XVType_init(x::Ptr{UA_XVType})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_XVType_new
— MethodUA_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})
Open62541.UA_XmlElement_clear
— MethodUA_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.
Open62541.UA_XmlElement_copy
— MethodUA_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
.
Open62541.UA_XmlElement_delete
— MethodUA_String_delete(x::Ptr{UA_String})
deletes the content of object x
and its memory.
Open62541.UA_XmlElement_deleteMembers
— MethodUA_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.
Open62541.UA_XmlElement_init
— MethodUA_String_init(x::Ptr{UA_String})
initializes the object x
. This is synonymous with zeroing out the allocated memory.
Open62541.UA_XmlElement_new
— MethodUA_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})
Convenience functions for generating strings/bytestrings & associated functions
Open62541.UA_BYTESTRING
— FunctionUA_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})
.
Open62541.UA_BYTESTRING_ALLOC
— FunctionUA_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})
.
Open62541.UA_STRING
— FunctionUA_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})
.
Open62541.UA_STRING_ALLOC
— FunctionUA_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})
.
Open62541.UA_ByteString_equal
— FunctionUA_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.
Generation of (Expanded)NodeIds & associated functions
Open62541.UA_NODEID
— MethodUA_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
Open62541.UA_NODEID_BYTESTRING
— MethodUA_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.
Open62541.UA_NODEID_BYTESTRING_ALLOC
— MethodUA_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.
Open62541.UA_NODEID_GUID
— MethodUA_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.
Open62541.UA_NODEID_NUMERIC
— MethodUA_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.
Open62541.UA_NODEID_STRING
— MethodUA_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.
Open62541.UA_NODEID_STRING_ALLOC
— MethodUA_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.
Open62541.UA_EXPANDEDNODEID
— MethodUA_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
Open62541.UA_NodeId_equal
— FunctionUA_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.
Attribute generation
Functions that allow generating attributes (used in node creation) in a convenient fashion:
Open62541.UA_DataTypeAttributes_generate
— FunctionUA_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.
Open62541.UA_MethodAttributes_generate
— FunctionUA_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.
Open62541.UA_ObjectAttributes_generate
— FunctionUA_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.
Open62541.UA_ObjectTypeAttributes_generate
— FunctionUA_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.
Open62541.UA_ReferenceTypeAttributes_generate
— FunctionUA_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.
Open62541.UA_VariableAttributes_generate
— FunctionUA_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.
Open62541.UA_VariableTypeAttributes_generate
— FunctionUA_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.
Open62541.UA_ViewAttributes_generate
— FunctionUA_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.
Helper functions for readmasks, valueranks, etc.:
Open62541.UA_ACCESSLEVEL
— FunctionUA_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
Open62541.UA_EVENTNOTIFIER
— FunctionUA_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
Open62541.UA_USERACCESSLEVEL
— FunctionUA_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
Open62541.UA_USERWRITEMASK
— FunctionUA_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.
Open62541.UA_VALUERANK
— FunctionUA_VALUERANK(N::Integer)::Integer
returns the valuerank based on the dimensionality of an array N
. For special cases see here: Unified Automation website
Open62541.UA_WRITEMASK
— FunctionUA_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.
Server API
Open62541.UA_ServerConfig_setDefault
— MethodUA_ServerConfig_setDefault(config)
Creates a server config on the default port 4840 with no server certificate.
Open62541.UA_ServerConfig_setMinimal
— MethodUA_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.
Open62541.UA_Server_addDataTypeNode
— MethodUA_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.
Open62541.UA_Server_addMethodNode
— MethodUA_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.
Open62541.UA_Server_addObjectNode
— MethodUA_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.
Open62541.UA_Server_addObjectTypeNode
— MethodUA_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.
Open62541.UA_Server_addReferenceTypeNode
— MethodUA_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.
Open62541.UA_Server_addVariableNode
— MethodUA_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.
Open62541.UA_Server_addVariableTypeNode
— MethodUA_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.
Open62541.UA_Server_addViewNode
— MethodUA_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.
Open62541.UA_Server_call
— MethodUA_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.
Open62541.UA_Server_readAccessLevel
— MethodUA_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.
Open62541.UA_Server_readAccessLevelEx
— MethodUA_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.
Open62541.UA_Server_readArrayDimensions
— MethodUA_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.
Open62541.UA_Server_readBrowseName
— MethodUA_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.
Open62541.UA_Server_readContainsNoLoops
— MethodUA_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.
Open62541.UA_Server_readDataType
— MethodUA_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.
Open62541.UA_Server_readDescription
— MethodUA_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.
Open62541.UA_Server_readDisplayName
— MethodUA_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.
Open62541.UA_Server_readEventNotifier
— MethodUA_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.
Open62541.UA_Server_readExecutable
— MethodUA_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.
Open62541.UA_Server_readHistorizing
— MethodUA_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.
Open62541.UA_Server_readInverseName
— MethodUA_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.
Open62541.UA_Server_readIsAbstract
— MethodUA_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.
Open62541.UA_Server_readMinimumSamplingInterval
— MethodUA_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.
Open62541.UA_Server_readNodeClass
— MethodUA_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.
Open62541.UA_Server_readNodeId
— MethodUA_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.
Open62541.UA_Server_readSymmetric
— MethodUA_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.
Open62541.UA_Server_readValue
— MethodUA_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.
Open62541.UA_Server_readValueRank
— MethodUA_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.
Open62541.UA_Server_readWriteMask
— MethodUA_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.
Open62541.UA_Server_writeAccessLevel
— MethodUA_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
.
Open62541.UA_Server_writeAccessLevelEx
— MethodUA_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
.
Open62541.UA_Server_writeArrayDimensions
— MethodUA_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
.
Open62541.UA_Server_writeBrowseName
— MethodUA_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
.
Open62541.UA_Server_writeDataType
— MethodUA_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
.
Open62541.UA_Server_writeDataValue
— MethodUA_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
.
Open62541.UA_Server_writeDescription
— MethodUA_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
.
Open62541.UA_Server_writeDisplayName
— MethodUA_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
.
Open62541.UA_Server_writeEventNotifier
— MethodUA_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
.
Open62541.UA_Server_writeExecutable
— MethodUA_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
.
Open62541.UA_Server_writeHistorizing
— MethodUA_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
.
Open62541.UA_Server_writeInverseName
— MethodUA_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
.
Open62541.UA_Server_writeIsAbstract
— MethodUA_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
.
Open62541.UA_Server_writeMinimumSamplingInterval
— MethodUA_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
.
Open62541.UA_Server_writeValue
— MethodUA_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
.
Open62541.UA_Server_writeValueRank
— MethodUA_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
.
Open62541.UA_Server_writeWriteMask
— MethodUA_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
.
Client API
Open62541.UA_Client_MonitoredItems_setMonitoringMode
— Methodresponse::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
Open62541.UA_Client_MonitoredItems_setMonitoringMode_async
— MethodUA_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
Open62541.UA_Client_MonitoredItems_setTriggering
— Methodresponse::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
Open62541.UA_Client_MonitoredItems_setTriggering_async
— MethodUA_Client_MonitoredItems_setTriggering_async(client::Ptr{UA_Client},
request::Ptr{UA_SetTriggeringRequest},
callback::UA_ClientAsyncServiceCallback,
userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode
uses the asynchronous client API to set the triggering on monitored items.
See also:
Monitored item model at OPC Foundation
Open62541.UA_Client_Service_addNodes
— Methodresponse::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:
Open62541.UA_Client_Service_addReferences
— Methodresponse::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:
Open62541.UA_Client_Service_browse
— Methodresponse::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:
Open62541.UA_Client_Service_browseNext
— Methodresponse::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:
Open62541.UA_Client_Service_call
— Methodresponse::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:
Open62541.UA_Client_Service_deleteNodes
— Methodresponse::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:
Open62541.UA_Client_Service_deleteReferences
— Methodresponse::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:
Open62541.UA_Client_Service_historyRead
— Methodresponse::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:
Open62541.UA_Client_Service_historyUpdate
— Methodresponse::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:
Open62541.UA_Client_Service_queryFirst
— Methodresponse::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:
Open62541.UA_Client_Service_queryNext
— Methodresponse::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:
Open62541.UA_Client_Service_read
— Methodresponse::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:
Open62541.UA_Client_Service_registerNodes
— Methodresponse::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:
Open62541.UA_Client_Service_unregisterNodes
— Methodresponse::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:
Open62541.UA_Client_Service_write
— Methodresponse::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:
Open62541.UA_Client_Subscriptions_setPublishingMode
— Methodresponse::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
Open62541.UA_Client_addDataTypeNode
— MethodUA_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.
Open62541.UA_Client_addDataTypeNode_async
— MethodUA_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.
Open62541.UA_Client_addObjectNode
— MethodUA_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.
Open62541.UA_Client_addObjectNode_async
— MethodUA_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.
Open62541.UA_Client_addObjectTypeNode
— MethodUA_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.
Open62541.UA_Client_addObjectTypeNode_async
— MethodUA_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.
Open62541.UA_Client_addReferenceTypeNode
— MethodUA_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.
Open62541.UA_Client_addReferenceTypeNode_async
— MethodUA_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.
Open62541.UA_Client_addVariableNode
— MethodUA_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.
Open62541.UA_Client_addVariableNode_async
— MethodUA_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.
Open62541.UA_Client_addVariableTypeNode
— MethodUA_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.
Open62541.UA_Client_addVariableTypeNode_async
— MethodUA_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.
Open62541.UA_Client_addViewNode
— MethodUA_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.
Open62541.UA_Client_addViewNode_async
— MethodUA_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.
Open62541.UA_Client_call_async
— MethodUA_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
Open62541.UA_Client_connect
— MethodUA_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).
Open62541.UA_Client_connectUsername
— MethodUA_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.
Open62541.UA_Client_getContext
— MethodUA_Client_getContext(client::Ptr{UA_Client})::Ptr{Ptr{Cvoid}}
Get the client context.
Open62541.UA_Client_readAccessLevelAttribute
— MethodUA_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
.
Open62541.UA_Client_readAccessLevelExAttribute
— MethodUA_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
.
Open62541.UA_Client_readBrowseNameAttribute
— MethodUA_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
.
Open62541.UA_Client_readContainsNoLoopsAttribute
— MethodUA_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
.
Open62541.UA_Client_readDataTypeAttribute
— MethodUA_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
.
Open62541.UA_Client_readDescriptionAttribute
— MethodUA_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
.
Open62541.UA_Client_readDisplayNameAttribute
— MethodUA_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
.
Open62541.UA_Client_readEventNotifierAttribute
— MethodUA_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
.
Open62541.UA_Client_readExecutableAttribute
— MethodUA_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
.
Open62541.UA_Client_readHistorizingAttribute
— MethodUA_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
.
Open62541.UA_Client_readInverseNameAttribute
— MethodUA_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
.
Open62541.UA_Client_readIsAbstractAttribute
— MethodUA_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
.
Open62541.UA_Client_readMinimumSamplingIntervalAttribute
— MethodUA_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
.
Open62541.UA_Client_readNodeClassAttribute
— MethodUA_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
.
Open62541.UA_Client_readNodeIdAttribute
— MethodUA_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
.
Open62541.UA_Client_readSymmetricAttribute
— MethodUA_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
.
Open62541.UA_Client_readUserAccessLevelAttribute
— MethodUA_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
.
Open62541.UA_Client_readUserExecutableAttribute
— MethodUA_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
.
Open62541.UA_Client_readUserWriteMaskAttribute
— MethodUA_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
.
Open62541.UA_Client_readValueAttribute
— MethodUA_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
.
Open62541.UA_Client_readValueRankAttribute
— MethodUA_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
.
Open62541.UA_Client_readWriteMaskAttribute
— MethodUA_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
.
Open62541.UA_Client_sendAsyncBrowseRequest
— MethodUA_Client_sendAsyncBrowseRequest(client::Ptr{UA_Client},
request::Ptr{UA_BrowseRequest},
readCallback::UA_ClientAsyncBrowseCallback,
userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode
uses the asynchronous client API to send a browse request.
See also:
Open62541.UA_Client_sendAsyncReadRequest
— MethodUA_Client_sendAsyncReadRequest(client::Ptr{UA_Client},
request::Ptr{UA_ReadRequest},
readCallback::UA_ClientAsyncReadCallback,
userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode
uses the asynchronous client API to send a read request.
See also:
Open62541.UA_Client_sendAsyncWriteRequest
— MethodUA_Client_sendAsyncWriteRequest(client::Ptr{UA_Client},
request::Ptr{UA_WriteRequest},
readCallback::UA_ClientAsyncWriteCallback,
userdata::Ptr{Cvoid}, requestId::UInt32)::UA_StatusCode
uses the asynchronous client API to send a write request.
See also:
Open62541.UA_Client_writeAccessLevelAttribute
— MethodUA_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
.
Open62541.UA_Client_writeAccessLevelAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeAccessLevelExAttribute
— MethodUA_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
.
Open62541.UA_Client_writeAccessLevelExAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeBrowseNameAttribute
— MethodUA_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
.
Open62541.UA_Client_writeBrowseNameAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeContainsNoLoopsAttribute
— MethodUA_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
.
Open62541.UA_Client_writeContainsNoLoopsAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeDataTypeAttribute
— MethodUA_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
.
Open62541.UA_Client_writeDataTypeAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeDescriptionAttribute
— MethodUA_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
.
Open62541.UA_Client_writeDescriptionAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeDisplayNameAttribute
— MethodUA_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
.
Open62541.UA_Client_writeDisplayNameAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeEventNotifierAttribute
— MethodUA_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
.
Open62541.UA_Client_writeEventNotifierAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeExecutableAttribute
— MethodUA_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
.
Open62541.UA_Client_writeExecutableAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeHistorizingAttribute
— MethodUA_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
.
Open62541.UA_Client_writeHistorizingAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeInverseNameAttribute
— MethodUA_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
.
Open62541.UA_Client_writeInverseNameAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeIsAbstractAttribute
— MethodUA_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
.
Open62541.UA_Client_writeIsAbstractAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeMinimumSamplingIntervalAttribute
— MethodUA_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
.
Open62541.UA_Client_writeMinimumSamplingIntervalAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeNodeClassAttribute
— MethodUA_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
.
Open62541.UA_Client_writeNodeClassAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeNodeIdAttribute
— MethodUA_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
.
Open62541.UA_Client_writeNodeIdAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeSymmetricAttribute
— MethodUA_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
.
Open62541.UA_Client_writeSymmetricAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeUserAccessLevelAttribute
— MethodUA_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
.
Open62541.UA_Client_writeUserAccessLevelAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeUserExecutableAttribute
— MethodUA_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
.
Open62541.UA_Client_writeUserExecutableAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeUserWriteMaskAttribute
— MethodUA_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
.
Open62541.UA_Client_writeUserWriteMaskAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeValueAttribute
— MethodUA_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
.
Open62541.UA_Client_writeValueAttributeEx
— MethodUA_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
.
Open62541.UA_Client_writeValueAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeValueAttribute_scalar
— MethodUA_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
.
Open62541.UA_Client_writeValueRankAttribute
— MethodUA_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
.
Open62541.UA_Client_writeValueRankAttribute_async
— MethodUA_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
.
Open62541.UA_Client_writeWriteMaskAttribute
— MethodUA_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
.
Open62541.UA_Client_writeWriteMaskAttribute_async
— MethodUA_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
.
Asynchronous Client API
Callback generation
Open62541.UA_ClientAsyncAddNodesCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncBrowseCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncCallCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadAccessLevelAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadBrowseNameAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadContainsNoLoopsAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadDataTypeAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadDescriptionAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadDisplayNameAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadEventNotifierAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadExecutableAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadHistorizingAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadInverseNameAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadIsAbstractAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadMinimumSamplingIntervalAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadNodeClassAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadSymmetricAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadUserAccessLevelAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadUserExecutableAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadUserWriteMaskAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadValueAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadValueRankAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncReadWriteMaskAttributeCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncServiceCallback_generate
— MethodUA_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
Open62541.UA_ClientAsyncWriteCallback_generate
— MethodUA_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
Open62541.UA_ClientCallback_generate
— MethodUA_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
Open62541.UA_ClientReadArrayDimensionsAttributeCallback_generate
— MethodUA_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
Open62541.UA_DataSourceCallback_read_generate
— MethodUA_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
Open62541.UA_DataSourceCallback_write_generate
— MethodUA_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
Open62541.UA_MethodCallback_generate
— MethodUA_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
.
Open62541.UA_MethodCallback_wrap
— MethodUA_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:
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.
Open62541.UA_NodeTypeLifecycleCallback_constructor_generate
— MethodUA_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
Open62541.UA_NodeTypeLifecycleCallback_destructor_generate
— MethodUA_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
Open62541.UA_ServerCallback_generate
— MethodUA_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
Open62541.UA_ValueCallback_onRead_generate
— MethodUA_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
Open62541.UA_ValueCallback_onWrite_generate
— MethodUA_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
Miscellaneous
Open62541.UA_CreateSubscriptionRequest_default
— Functionrequest::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:
Open62541.UA_MonitoredItemCreateRequest_default
— Functionrequest::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: