OpcUa_EndpointConfiguration (STRUCT) ¶ TYPE OpcUa_EndpointConfiguration : STRUCT InOut: Name Type OperationTimeout OpcUa_Int32 UseBinaryEncoding OpcUa_Boolean MaxStringLength OpcUa_Int32 MaxByteStringLength OpcUa_Int32 MaxArrayLength OpcUa_Int32 MaxMessageSize OpcUa_Int32 MaxBufferSize OpcUa_Int32 ChannelLifetime OpcUa_Int32 SecurityTokenLifetime OpcUa_Int32
OpcUa_EndpointDescription (STRUCT) ¶ TYPE OpcUa_EndpointDescription : STRUCT InOut: Name Type EndpointUrl OpcUa_String Server OpcUa_ApplicationDescription ServerCertificate OpcUa_ByteString SecurityMode OpcUa_MessageSecurityMode SecurityPolicyUri OpcUa_String NoOfUserIdentityTokens OpcUa_Int32 UserIdentityTokens POINTER TO OpcUa_UserTokenPolicy TransportProfileUri OpcUa_String SecurityLevel OpcUa_Byte
OpcUa_EndpointUrlListDataType (STRUCT) ¶ TYPE OpcUa_EndpointUrlListDataType : STRUCT InOut: Name Type NoOfEndpointUrlList OpcUa_Int32 EndpointUrlList POINTER TO OpcUa_String
OpcUa_EnumDefinition (STRUCT) ¶ TYPE OpcUa_EnumDefinition : STRUCT InOut: Name Type NoOfFields OpcUa_Int32 Fields POINTER TO OpcUa_EnumField
OpcUa_EnumField (STRUCT) ¶ TYPE OpcUa_EnumField : STRUCT InOut: Name Type Value OpcUa_Int64 DisplayName OpcUa_LocalizedText Description OpcUa_LocalizedText Name OpcUa_String
OpcUa_EnumValueType (STRUCT) ¶ TYPE OpcUa_EnumValueType : STRUCT InOut: Name Type Value OpcUa_Int64 DisplayName OpcUa_LocalizedText Description OpcUa_LocalizedText
OpcUa_EventFieldList (STRUCT) ¶ TYPE OpcUa_EventFieldList : STRUCT InOut: Name Type ClientHandle OpcUa_UInt32 NoOfEventFields OpcUa_Int32 EventFields POINTER TO OpcUa_Variant
OpcUa_FindServersRequest (STRUCT) ¶ TYPE OpcUa_FindServersRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader EndpointUrl OpcUa_String NoOfLocaleIds OpcUa_Int32 LocaleIds POINTER TO OpcUa_String NoOfServerUris OpcUa_Int32 ServerUris POINTER TO OpcUa_String
OpcUa_FindServersResponse (STRUCT) ¶ TYPE OpcUa_FindServersResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfServers OpcUa_Int32 Servers POINTER TO OpcUa_ApplicationDescription
OpcUa_GenericAttributeValue (STRUCT) ¶ TYPE OpcUa_GenericAttributeValue : STRUCT InOut: Name Type AttributeId OpcUa_UInt32 Value OpcUa_Variant