NAME

iosListClients - list the name of all clients, that are currently connected to the IOSYS®

SYNOPSIS

iosListClients ?pattern?

DESCRIPTION

This command returns a list of sublists of client Id, clientname, which are currently connected to the IOSYS® server in the same format as ioslsclients does, i.e. <clientId> <hostname>.<program-name>.<pid of client>. If a search pattern is supplied, only those clients, which match the pattern (glob style matching), are returned.

Example:

set clients [iosListClients]          ;# all clients are returned
set clients [iosListClients *.work.*] ;# all connected ProWork® are returned

The result is a list of lists consisting of client Id and client name. As the underlying API supports this functionality only when invoked on the same machine as the IOSYS®-server, (maybe this is implemented via shared memory by PCC) an error is generated if there is no IOSYS®-server to contact.

KEYWORDS


Copyright © 2000 Gerhard Hintermayer.