메소드 | 설명 | |
---|---|---|
AddGroup ( string groupName, bool active, int updateRate, int clientHandle, int timeBias, float deadband, int lcid ) : |
Adds the group.
|
|
ComDaGroupManager ( |
Initializes a new instance of the ComDaGroupManager class.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
GetGroupByHandle ( int serverHandle ) : |
Gets the group by handle.
|
|
GetGroupByName ( string groupName ) : |
Gets the group with the specified name.
|
|
GetGroups ( ) : Opc.Ua.Com.Server.ComDaGroup[] |
Returns the current set of groups.
|
|
OnSessionRemoved ( ) : void |
Called when a session is removed.
|
|
OnSessionReplaced ( ) : void |
Called when a session is replaced.
|
|
Read ( ReadValueIdCollection valuesToRead ) : DaValue[] |
Reads the attribute values from the server.
|
|
RecoverSessionContext ( |
Recovers the session context.
|
|
RemoveGroup ( |
Removes the group.
|
|
SetGroupName ( |
Sets the name.
|
|
SetLastUpdateTime ( ) : void |
Sets the last update time to the current time.
|
|
UpdateItemEuInfo ( |
Updates the EUInfo for the items.
|
|
ValidateItems ( |
Validates the items.
|
|
Write ( WriteValueCollection valuesToWrite ) : int[] |
Reads the attribute values from the server.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
메소드 | 설명 | |
---|---|---|
TraceState ( string context ) : void |
Dumps the current state of the browser.
|
|
ValidateItems ( |
Validates the items by reading the attributes required to add them to the group.
|
public AddGroup ( string groupName, bool active, int updateRate, int clientHandle, int timeBias, float deadband, int lcid ) : |
||
groupName | string | The group name. |
active | bool | if set to |
updateRate | int | The update rate. |
clientHandle | int | The client handle. |
timeBias | int | The time bias. |
deadband | float | The deadband. |
lcid | int | The lcid. |
리턴 |
public ComDaGroupManager ( |
||
mapper | The mapper. | |
browser | The browser. | |
리턴 | System |
public GetGroupByHandle ( int serverHandle ) : |
||
serverHandle | int | The server handle. |
리턴 |
public GetGroupByName ( string groupName ) : |
||
groupName | string | Name of the group. |
리턴 |
public GetGroups ( ) : Opc.Ua.Com.Server.ComDaGroup[] | ||
리턴 | Opc.Ua.Com.Server.ComDaGroup[] |
public Read ( ReadValueIdCollection valuesToRead ) : DaValue[] | ||
valuesToRead | ReadValueIdCollection | The values to read. |
리턴 | DaValue[] |
public RecoverSessionContext ( |
||
group | The group. | |
리턴 | void |
public RemoveGroup ( |
||
group | The group. | |
리턴 | void |
public SetGroupName ( |
||
group | The group. | |
groupName | string | Name of the group. |
리턴 | void |
public UpdateItemEuInfo ( |
||
group | The group. | |
items | IList |
The items. Null entries are ignored. |
리턴 | void |
public ValidateItems ( |
||
group | The group. | |
requests | The requests. | |
리턴 | Opc.Ua.Com.Server.ComDaGroupItem[] |
public Write ( WriteValueCollection valuesToWrite ) : int[] | ||
valuesToWrite | WriteValueCollection | The values to write. |
리턴 | int[] |