MonitoringServiceHelper.prvWritePropertyAddressInfoTag (METH) ¶ METHOD prvWritePropertyAddressInfoTag : UDINT InOut: Scope Name Type Return prvWritePropertyAddressInfoTag UDINT Inout pai PropertyAddressInfo Input uiItemId UINT
Writing ¶ prvWriteWritingAbsoluteAddressInfoTag (Method) prvWriteWritingPropertyAddressInfoTag (Method)
MonitoringServiceHelper.prvWriteWritingAbsoluteAddressInfoTag (METH) ¶ METHOD prvWriteWritingAbsoluteAddressInfoTag : UDINT InOut: Scope Name Type Return prvWriteWritingAbsoluteAddressInfoTag UDINT Inout aai AbsoluteAddressInfo Input pData POINTER TO BYTE
MonitoringServiceHelper.prvWriteWritingPropertyAddressInfoTag (METH) ¶ METHOD prvWriteWritingPropertyAddressInfoTag : UDINT InOut: Scope Name Type Return prvWriteWritingPropertyAddressInfoTag UDINT Inout pai PropertyAddressInfo Input pData POINTER TO BYTE
MonitoringServiceHelper.WriteApplicationInfo (METH) ¶ METHOD WriteApplicationInfo : UDINT InOut: Scope Name Type Return WriteApplicationInfo UDINT Input pApp POINTER TO PlcAppIdentification udiAppSessionId UDINT
MonitoringServiceHelper.WriteMonitoringAddressInfoTag (METH) ¶ METHOD WriteMonitoringAddressInfoTag : UDINT InOut: Scope Name Type Return WriteMonitoringAddressInfoTag UDINT Inout ai AddressGeneratedInfo Input uiItemId UINT
MonitoringServiceHelper.WriteWritingAddressInfoTag (METH) ¶ METHOD WriteWritingAddressInfoTag : UDINT Returns an Error Code if failed; If this is an address info related error, then a combination of ERR_PLCC_BAD_ITEM AND a PlcMonitoringErrorCodes will be returned (ERR_PLC_BAD_ITEM as LOWORD, rest as HIWORD) InOut: Scope Name Type Return WriteWritingAddressInfoTag UDINT Inout ai AddressGeneratedInfo Input pData POINTER TO BYTE
Request.Content (PROP) ¶ PROPERTY Content : CDSV3Prot.ProtocolDataUnit
RequestFactory.CreateCustomRequest (METH) ¶ METHOD CreateCustomRequest : IDatasources.IDriverCustomRequest InOut: Scope Name Type Return CreateCustomRequest IDatasources.IDriverCustomRequest Input request IDatasources.ICustomRequest
RequestFactory.CreateLargeReadRequest (METH) ¶ METHOD CreateLargeReadRequest : IDatasources.IDriverLargeRequest Creates a request representing the read operation for the given list of items. The request may stay alive until the list of items changes. That means it might be issued in several calls to |IDriverStateMachine.SendRequest| When the request is no longer necessary, it will be released by a call to |IDriverRequestFactory.ReleaseRequest| In contrast to |IDriverRequestFactory.CreateReadRequest| , the resulting request might require being sent using several calls to |IDriverStateMachine.SendRequest| for completion. Important The items may be stored as part of the request object. Nevertheless it is not allowed to access them from other threads because the list might change within the main datasources task. The list will not change as long as this object is alive. InOut: Scope Name Type Comment Return CreateLargeReadRequest IDatasources.IDriverLargeRequest A new request object representing the read operation for the given list of items. Input pItems POINTER TO IDatasources.IDataItem A pointer to an array of |IDataItem| instances that should be monitored. itemsCount DINT The number of items within the array.