Method | Description | |
---|---|---|
Clone ( |
||
ConditionRefresh ( |
||
Construct ( IServerInternal server ) : |
Creates a new instance of the node.
|
|
Construct ( IServerInternal server, |
Creates a new instance of the node.
|
|
Initialize ( |
||
ObjectSource ( IServerInternal server, |
Adds the source to the type table.
|
|
ReportEvent ( |
Reports an event produced by the object.
|
|
SubscribeToAllEvents ( |
||
SubscribeToEvents ( |
||
SupportsAttribute ( uint attributeId ) : bool |
Method | Description | |
---|---|---|
CreateNode ( NodeId parentId, NodeId referenceTypeId ) : void | ||
ReadAttribute ( IOperationContext context, uint attributeId, DataValue value ) : ServiceResult | ||
RefreshConditions ( |
Returns refresh events for any conditions belonging to the object.
|
|
UpdateAttributes ( ILocalNode source ) : void | ||
WriteAttribute ( uint attributeId, DataValue value ) : ServiceResult |
public Clone ( |
||
parent | ||
return |
public ConditionRefresh ( |
||
context | ||
monitoredItems | IList |
|
return | void |
public static Construct ( IServerInternal server ) : |
||
server | IServerInternal | |
return |
public static Construct ( IServerInternal server, |
||
server | IServerInternal | |
parent | ||
referenceTypeId | NodeId | |
nodeId | NodeId | |
browseName | QualifiedName | |
numericId | uint | |
return |
protected CreateNode ( NodeId parentId, NodeId referenceTypeId ) : void | ||
parentId | NodeId | |
referenceTypeId | NodeId | |
return | void |
public Initialize ( |
||
source | ||
return | void |
public ObjectSource ( IServerInternal server, |
||
server | IServerInternal | |
parent | ||
return | System |
protected ReadAttribute ( IOperationContext context, uint attributeId, DataValue value ) : ServiceResult | ||
context | IOperationContext | |
attributeId | uint | |
value | DataValue | |
return | ServiceResult |
protected RefreshConditions ( |
||
context | ||
monitoredItems | IList |
|
return | void |
public SubscribeToAllEvents ( |
||
context | ||
subscriptionId | uint | |
monitoredItem | IEventMonitoredItem | |
unsubscribe | bool | |
return | void |
public SubscribeToEvents ( |
||
context | ||
notifier | object | |
subscriptionId | uint | |
monitoredItem | IEventMonitoredItem | |
unsubscribe | bool | |
return | void |
public SupportsAttribute ( uint attributeId ) : bool | ||
attributeId | uint | |
return | bool |
protected UpdateAttributes ( ILocalNode source ) : void | ||
source | ILocalNode | |
return | void |
protected WriteAttribute ( uint attributeId, DataValue value ) : ServiceResult | ||
attributeId | uint | |
value | DataValue | |
return | ServiceResult |