PICMLX_GetConnectedCardClients

unsigned long PICMLX_GetConnectedCardClients (long session, unsigned long cardType, unsigned long cardID, char clients[], unsigned long length);

Purpose

Gets clients which use a specific card on the LXI remotely.

Parameters

Input
Name Type Description
session long

Handle of current session.

cardType unsigned long

Card type.

cardID unsigned long

Card ID.

length unsigned long

Length of character string buffer.

Output
Name Type Description
clients char []

List of clients separated by ; in form: count - hostname, where count is number of connections coming from the hostname.

Return Value

Name Type Description
return unsigned long

Zero for success, or no-zero error code.

References

Information
Client Bridge for LXI - Communication
Alphabetical Function Index
Hierarchical Function Index