OpcUa_CreateMonitoredItemsResponse (STRUCT) ¶ TYPE OpcUa_CreateMonitoredItemsResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader NoOfResults OpcUa_Int32 Results POINTER TO OpcUa_MonitoredItemCreateResult NoOfDiagnosticInfos OpcUa_Int32 DiagnosticInfos POINTER TO OpcUa_DiagnosticInfo
OpcUa_CreateSessionRequest (STRUCT) ¶ TYPE OpcUa_CreateSessionRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader ClientDescription OpcUa_ApplicationDescription ServerUri OpcUa_String EndpointUrl OpcUa_String SessionName OpcUa_String ClientNonce OpcUa_ByteString ClientCertificate OpcUa_ByteString RequestedSessionTimeout OpcUa_Double MaxResponseMessageSize OpcUa_UInt32
OpcUa_CreateSessionResponse (STRUCT) ¶ TYPE OpcUa_CreateSessionResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader SessionId OpcUa_NodeId AuthenticationToken OpcUa_NodeId RevisedSessionTimeout OpcUa_Double ServerNonce OpcUa_ByteString ServerCertificate OpcUa_ByteString NoOfServerEndpoints OpcUa_Int32 ServerEndpoints POINTER TO OpcUa_EndpointDescription NoOfServerSoftwareCertificates OpcUa_Int32 ServerSoftwareCertificates POINTER TO OpcUa_SignedSoftwareCertificate ServerSignature OpcUa_SignatureData MaxRequestMessageSize OpcUa_UInt32
OpcUa_CreateSubscriptionRequest (STRUCT) ¶ TYPE OpcUa_CreateSubscriptionRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader RequestedPublishingInterval OpcUa_Double RequestedLifetimeCount OpcUa_UInt32 RequestedMaxKeepAliveCount OpcUa_UInt32 MaxNotificationsPerPublish OpcUa_UInt32 PublishingEnabled OpcUa_Boolean Priority OpcUa_Byte
OpcUa_CreateSubscriptionResponse (STRUCT) ¶ TYPE OpcUa_CreateSubscriptionResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader SubscriptionId OpcUa_UInt32 RevisedPublishingInterval OpcUa_Double RevisedLifetimeCount OpcUa_UInt32 RevisedMaxKeepAliveCount OpcUa_UInt32
OpcUa_ExtensionObject_Body (UNION) ¶ TYPE OpcUa_ExtensionObject_Body : UNION InOut: Name Type Binary OpcUa_ByteString Xml OpcUa_ByteString EncodeableObject OpcUa_EncodeableObjectBody
OpcUa_FindServersOnNetworkRequest (STRUCT) ¶ TYPE OpcUa_FindServersOnNetworkRequest : STRUCT InOut: Name Type RequestHeader OpcUa_RequestHeader StartingRecordId OpcUa_UInt32 MaxRecordsToReturn OpcUa_UInt32 NoOfServerCapabilityFilter OpcUa_Int32 ServerCapabilityFilter POINTER TO OpcUa_String
OpcUa_FindServersOnNetworkResponse (STRUCT) ¶ TYPE OpcUa_FindServersOnNetworkResponse : STRUCT InOut: Name Type ResponseHeader OpcUa_ResponseHeader LastCounterResetTime OpcUa_DateTime NoOfServers OpcUa_Int32 Servers POINTER TO OpcUa_ServerOnNetwork
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