.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.PublishSubscribeModel Class Reference

https://reference.opcfoundation.org/v104/Core/docs/Part14/9.1.3/#9.1.3.2 More...

Inherits UnifiedAutomation.UaServer.PubSubKeyServiceModel, and UnifiedAutomation.UaServer.IMethodDispatcher.

Public Member Functions

 PublishSubscribeModel ()
 Initializes a new instance of the PublishSubscribeModel class. More...
 
 PublishSubscribeModel (PublishSubscribeModel template)
 Initializes a new instance of the PublishSubscribeModel class. More...
 
override CallMethodEventHandler GetMethodDispatcher (RequestContext context, NodeId objectId, NodeId methodId)
 Gets the method dispatcher. More...
 
override StatusCode DispatchMethod (RequestContext context, MethodHandle methodHandle, IList< Variant > inputArguments, List< StatusCode > inputArgumentResults, List< Variant > outputArguments)
 Dispatches the method. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.PubSubKeyServiceModel
 PubSubKeyServiceModel ()
 Initializes a new instance of the PubSubKeyServiceModel class. More...
 
 PubSubKeyServiceModel (PubSubKeyServiceModel template)
 Initializes a new instance of the PubSubKeyServiceModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

PubSubDiagnosticsRootModel Diagnostics [get, set]
 Gets or sets the Diagnostics More...
 
DataSetFolderModel PublishedDataSets [get, set]
 Gets or sets the PublishedDataSets More...
 
PubSubStatusModel Status [get, set]
 Gets or sets the Status More...
 
string[] SupportedTransportProfiles [get, set]
 Gets or sets the SupportedTransportProfiles More...
 
- Properties inherited from UnifiedAutomation.UaServer.PubSubKeyServiceModel
SecurityGroupFolderModel SecurityGroups [get, set]
 Gets or sets the SecurityGroups More...
 
IPubSubKeyServiceMethods PubSubKeyServiceMethods [get, set]
 Gets or sets the PubSubKeyService methods. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.PublishSubscribeModel.PublishSubscribeModel ( )
inline

Initializes a new instance of the PublishSubscribeModel class.

UnifiedAutomation.UaServer.PublishSubscribeModel.PublishSubscribeModel ( PublishSubscribeModel  template)
inline

Initializes a new instance of the PublishSubscribeModel class.

Parameters
templateThe template.

Member Function Documentation

override StatusCode UnifiedAutomation.UaServer.PublishSubscribeModel.DispatchMethod ( RequestContext  context,
MethodHandle  methodHandle,
IList< Variant inputArguments,
List< StatusCode inputArgumentResults,
List< Variant outputArguments 
)
inlinevirtual

Dispatches the method.

Parameters
contextThe context.
methodHandleThe method handle.
inputArgumentsThe input arguments.
inputArgumentResultsThe input argument results.
outputArgumentsThe output arguments.
Returns

Reimplemented from UnifiedAutomation.UaServer.PubSubKeyServiceModel.

override CallMethodEventHandler UnifiedAutomation.UaServer.PublishSubscribeModel.GetMethodDispatcher ( RequestContext  context,
NodeId  objectId,
NodeId  methodId 
)
inline

Gets the method dispatcher.

Parameters
contextThe context.
objectIdThe object id.
methodIdThe method id.
Returns

Implements UnifiedAutomation.UaServer.IMethodDispatcher.

Property Documentation

PubSubDiagnosticsRootModel UnifiedAutomation.UaServer.PublishSubscribeModel.Diagnostics
getset

Gets or sets the Diagnostics

DataSetFolderModel UnifiedAutomation.UaServer.PublishSubscribeModel.PublishedDataSets
getset

Gets or sets the PublishedDataSets

PubSubStatusModel UnifiedAutomation.UaServer.PublishSubscribeModel.Status
getset

Gets or sets the Status

string [] UnifiedAutomation.UaServer.PublishSubscribeModel.SupportedTransportProfiles
getset

Gets or sets the SupportedTransportProfiles


The documentation for this class was generated from the following file: