connected = isConnected(uaClient)
returns true (logical 1) if the client UaClient is connected to the
server, or false (logical 0) otherwise. If uaClient is a vector of client
objects, connected is a vector representing the connected state of each
client.
Connection status, returned as a numeric or logical 1
(true) or 0 (false) or vector
of logical values. A value of true or 1 indicates
that the client is connected to an OPC UA server.