Location:
saclient.h
Link against: sysagt.lib
RSystemAgentBase
Supported from 6.0
Base class for client handles to the System Agent.
The class encapsulates a connection to the System Agent server.
|
Defined in RSystemAgentBase:
Connect(), Version()
Inherited from RHandleBase:
Close(),
Duplicate(),
Handle(),
SetHandle()
Inherited from RSessionBase:
Attach(),
CreateSession(),
EAutoAttach,
EExplicitAttach,
Send(),
SendReceive(),
SetRetry(),
Share(),
TAttachMode
TInt Connect();
Connects a client to the System Agent server, creating a session with that server.
The server is started, if it is not already running. If an attempt to start the server fails, the function raises a Sysagt 0 panic.
|
TVersion Version() const;
Gets the current System Agent server version.
|