RequestFactory.CreateWriteRequest (METH) ¶ METHOD CreateWriteRequest : IDatasources.IDriverRequest Creates a request representing a write operation for the given list of items. When the request is no longer necessary, it will be released by a call to |IDriverRequestFactory.ReleaseRequest| Important The passed list of items must not be stored as part of the request. InOut: Scope Name Type Comment Return CreateWriteRequest IDatasources.IDriverRequest A new request object representing a write operation for the given list of items. Input pItems POINTER TO IDatasources.IDataItem A pointer to an array of |IDataItem| instances that should be written. itemsCount DINT The number of items within the array.
IDriverRequestFactoryCustom ¶ CreateCustomRequest (Method)
UtilAreGuidsEqual (FUN) ¶ FUNCTION UtilAreGuidsEqual : BOOL InOut: Scope Name Type Return UtilAreGuidsEqual BOOL Inout gd1 Guid gd2 Guid
UtilBuildItemErrorCode (FUN) ¶ FUNCTION UtilBuildItemErrorCode : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return UtilBuildItemErrorCode SysTypes.RTS_IEC_RESULT Input udiCode UDINT
UtilByteToHexString (FUN) ¶ FUNCTION UtilByteToHexString : STRING(2) InOut: Scope Name Type Return UtilByteToHexString STRING(2) Input bt BYTE
UtilGetHostName (FUN) ¶ FUNCTION UtilGetHostName : STRING(255) InOut: Scope Name Type Return UtilGetHostName STRING(255)
UtilGuidToString (FUN) ¶ FUNCTION UtilGuidToString : STRING InOut: Scope Name Type Return UtilGuidToString STRING Input gd Guid
UtilIsGuidEmpty (FUN) ¶ FUNCTION UtilIsGuidEmpty : BOOL InOut: Scope Name Type Return UtilIsGuidEmpty BOOL Inout gd Guid
UtilNumericVersionToString (FUN) ¶ FUNCTION UtilNumericVersionToString : STRING InOut: Scope Name Type Return UtilNumericVersionToString STRING Input dwVersion DWORD
UtilResolveItemToRemoteAddr (FUN) ¶ FUNCTION UtilResolveItemToRemoteAddr : BOOL InOut: Scope Name Type Return UtilResolveItemToRemoteAddr BOOL Input item IDatasources.IDataItem Inout Const resolver RemoteVarResolver Output addrInfo AddressGeneratedInfo