Метод | Описание | |
---|---|---|
CreateAeAddressSpaceElement ( ) : Softing.OPCToolbox.Server.AeAddressSpaceElement |
Creates the AeAddressSpaceElement instance. This method should be overriden when a custom root is wanted.
|
|
CreateAeAddressSpaceRoot ( ) : Softing.OPCToolbox.Server.AeAddressSpaceRoot |
Creates the AeAddressSpaceRoot instance
|
|
CreateDaAddressSpaceElement ( ) : Softing.OPCToolbox.Server.DaAddressSpaceElement |
Creates the DaAddressSpaceElement instance. This method should be overriden when a custom root is wanted.
|
|
CreateDaAddressSpaceRoot ( ) : Softing.OPCToolbox.Server.DaAddressSpaceRoot |
Creates the DaAddressSpaceRoot instance. This method should be overriden when a custom root is wanted.
|
|
CreateInternalAeAddressSpaceElement ( string aName, uint anUserData, uint anObjectHandle, uint aParentHandle ) : Softing.OPCToolbox.Server.AeAddressSpaceElement |
Creates a new instance of AddressSpaceElement for string based address space only
|
|
CreateInternalDaAddressSpaceElement ( string anItemId, string aName, uint anUserData, uint anObjectHandle, uint aParentHandle ) : Softing.OPCToolbox.Server.DaAddressSpaceElement |
Creates a new instance of DaAddressSpaceElement for string based address space only
|
|
CreateInternalDaAddressSpaceElementEx ( string anItemId, string aName, uint anUserData, uint anObjectHandle, uint aParentHandle, EnumAddressSpaceElementData elementDataFilter, EnumAccessRights accessRights, EnumIoMode ioMode, bool hasChildren, bool isBrowsable, Type dataType ) : Softing.OPCToolbox.Server.DaAddressSpaceElement |
Creates a new instance of DaAddressSpaceElement for string based address space only (extended version).
|
|
CreateRequest ( EnumTransactionType aTransactionType, uint aSessionHandle, Softing.OPCToolbox.Server.DaAddressSpaceElement anElement, int aPropertyId, uint aRequestHandle ) : |
Toolkit internal creator of a DaRequest. By overloading this method, the user can determine creation of custom Request objects.
|
|
CreateSession ( EnumSessionType aType, uint aHandle ) : Softing.OPCToolbox.Server.DaSession |
Toolkit internal creator of a DaSession. By overloading this method, the user can determine creation of custom Session objects. The number of connected clients can be limited. This can be achieved by returning null instead of a new instance of the DaSession class if the number of clients exceeds a desired number.
|
|
CreateTransaction ( EnumTransactionType aTransactionType, Array aRequests, uint aSessionKey ) : Softing.OPCToolbox.Server.DaTransaction |
Toolkit internal creator of a DaTransaction. By overloading this method, the user can determine creation of custom Transaction objects. All parameters should be forwarded directly to the custom Transaction class.
|
|
CreateWebTemplate ( ) : |
Toolkit internal creator of a WebTemplate. By overloading this method, the user can determine creation of a custom WebTemplate handler instance. If web sever is used, this method shuld be overloaded
|
public CreateAeAddressSpaceElement ( ) : Softing.OPCToolbox.Server.AeAddressSpaceElement | ||
Результат | Softing.OPCToolbox.Server.AeAddressSpaceElement |
public CreateAeAddressSpaceRoot ( ) : Softing.OPCToolbox.Server.AeAddressSpaceRoot | ||
Результат | Softing.OPCToolbox.Server.AeAddressSpaceRoot |
public CreateDaAddressSpaceElement ( ) : Softing.OPCToolbox.Server.DaAddressSpaceElement | ||
Результат | Softing.OPCToolbox.Server.DaAddressSpaceElement |
public CreateDaAddressSpaceRoot ( ) : Softing.OPCToolbox.Server.DaAddressSpaceRoot | ||
Результат | Softing.OPCToolbox.Server.DaAddressSpaceRoot |
public CreateInternalAeAddressSpaceElement ( string aName, uint anUserData, uint anObjectHandle, uint aParentHandle ) : Softing.OPCToolbox.Server.AeAddressSpaceElement | ||
aName | string | |
anUserData | uint | |
anObjectHandle | uint | |
aParentHandle | uint | |
Результат | Softing.OPCToolbox.Server.AeAddressSpaceElement |
public CreateInternalDaAddressSpaceElement ( string anItemId, string aName, uint anUserData, uint anObjectHandle, uint aParentHandle ) : Softing.OPCToolbox.Server.DaAddressSpaceElement | ||
anItemId | string | Item ID of the element to be created |
aName | string | Iten name of the element to be created |
anUserData | uint | User data for the element to be created |
anObjectHandle | uint | Toolkit CORE object handle of the element to be created |
aParentHandle | uint | Toolkit CORE object handle of the parent of the element to be created |
Результат | Softing.OPCToolbox.Server.DaAddressSpaceElement |
public CreateInternalDaAddressSpaceElementEx ( string anItemId, string aName, uint anUserData, uint anObjectHandle, uint aParentHandle, EnumAddressSpaceElementData elementDataFilter, EnumAccessRights accessRights, EnumIoMode ioMode, bool hasChildren, bool isBrowsable, Type dataType ) : Softing.OPCToolbox.Server.DaAddressSpaceElement | ||
anItemId | string | Item ID of the element to be created |
aName | string | Iten name of the element to be created |
anUserData | uint | User data for the element to be created |
anObjectHandle | uint | Toolkit CORE object handle of the element to be created |
aParentHandle | uint | Toolkit CORE object handle of the parent of the element to be created |
elementDataFilter | EnumAddressSpaceElementData | Type of element data which is not set in the parameters below |
accessRights | EnumAccessRights | Element`s access rights, valid if |
ioMode | EnumIoMode | Element`s IO mode, valid if |
hasChildren | bool | Whether the element has children or not (is node or tag), valid if |
isBrowsable | bool | Whether the elementis browsable, valid if |
dataType | Type | Element`s data type, valid if |
Результат | Softing.OPCToolbox.Server.DaAddressSpaceElement |
public CreateRequest ( EnumTransactionType aTransactionType, uint aSessionHandle, Softing.OPCToolbox.Server.DaAddressSpaceElement anElement, int aPropertyId, uint aRequestHandle ) : |
||
aTransactionType | EnumTransactionType | |
aSessionHandle | uint | |
anElement | Softing.OPCToolbox.Server.DaAddressSpaceElement | |
aPropertyId | int | |
aRequestHandle | uint | |
Результат |
public CreateSession ( EnumSessionType aType, uint aHandle ) : Softing.OPCToolbox.Server.DaSession | ||
aType | EnumSessionType | |
aHandle | uint | |
Результат | Softing.OPCToolbox.Server.DaSession |
public CreateTransaction ( EnumTransactionType aTransactionType, Array aRequests, uint aSessionKey ) : Softing.OPCToolbox.Server.DaTransaction | ||
aTransactionType | EnumTransactionType | |
aRequests | Array | |
aSessionKey | uint | |
Результат | Softing.OPCToolbox.Server.DaTransaction |
public CreateWebTemplate ( ) : |
||
Результат |