Server

The representation of the Server Object in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | i=2253 |
NamespaceUri | http://opcfoundation.org/UA/ |
BrowseName | Server |
NodeClass | Object |
Categories | Base Info Core Structure 2,Address Space Events 2 |
The references from the Server Object Node are shown in the following table:
GetMonitoredItems
Signature
GetMonitoredItems(
[in] UInt32 SubscriptionId
[out] UInt32 ServerHandles
[out] UInt32 ClientHandles
);
Argument | Description |
---|---|
SubscriptionId | |
ServerHandles | |
ClientHandles |
ResendData
Signature
ResendData(
[in] UInt32 SubscriptionId
);
Argument | Description |
---|---|
SubscriptionId |
SetSubscriptionDurable
Signature
SetSubscriptionDurable(
[in] UInt32 SubscriptionId
[in] UInt32 LifetimeInHours
[out] UInt32 RevisedLifetimeInHours
);
Argument | Description |
---|---|
SubscriptionId | |
LifetimeInHours | |
RevisedLifetimeInHours |
RequestServerStateChange
Signature
RequestServerStateChange(
[in] ServerState State
[in] DateTime EstimatedReturnTime
[in] UInt32 SecondsTillShutdown
[in] LocalizedText Reason
[in] Boolean Restart
);
Argument | Description |
---|---|
State | |
EstimatedReturnTime | |
SecondsTillShutdown | |
Reason | |
Restart |