dOPC Client Toolkit
Close
dOPCComn.TdOPCClient.GetState

function TdOPCSvr.GetServerStateStr: string; var s : integer; begin

function GetState: tServerStateRec;
__fastcall tServerStateRec GetState();

= ''; S := GetState.ServerState; if (S <= 5) and (S >= 1) then 

= string(OPCStateStr[S]); end; 

GetState returns global information about the server.

Kassl GmbH Copyright © 2024. All rights reserved.