dOPC Client Toolkit
Close
ua.client.TuaServiceCall< CallIn: TuaRequestObj; CallOut: TuaResponseObj>
ua_client_TuaServiceCall@CallIn

Class to handle OPC service calls

TuaServiceCall< CallIn: TuaRequestObj; CallOut: TuaResponseObj> = class;
template < CallIn: TuaRequestObj; CallOut: TuaResponseObj> class TuaServiceCall;

Class to handle OPC service calls (see also ua.servicecalls.inc ). Look at following documentation for further information: OPC Foundation Specification OPC UA Part 4 - Services

var S: TuaServiceCall<uaCreateSessionRequest, uaCreateSessionResponse>; begin S := TuaServiceCall<uaCreateSessionRequest, uaCreateSessionResponse>.Create(OPCUAClient); S.Request.... S.Run S.Response.... S.Free; end;
Kassl GmbH Copyright © 2024. All rights reserved.