IVisualizationClient.GetRemoteTargetVisuId (METH) ¶ METHOD GetRemoteTargetVisuId : DWORD Returns the device identification of the given client. This information is only available for remote targetvisualizations starting with 3.5.11.0. InOut: Scope Name Type Comment Return GetRemoteTargetVisuId DWORD Output xIsValid BOOL TRUE : Identification is valid
IVisualizationClient.GetRemoteTargetVisuVersion (METH) ¶ METHOD GetRemoteTargetVisuVersion : VERSION Returns the device version of the given client. This information is only available for remote targetvisualizations starting with 3.5.11.0. InOut: Scope Name Type Comment Return GetRemoteTargetVisuVersion VERSION Output xIsValid BOOL TRUE : Version is valid
IVisualizationClient.InputType (PROP) ¶ PROPERTY InputType : VisuInputType
IVisualizationClient.NextVisuName (PROP) ¶ PROPERTY NextVisuName : STRING Returns the name of the next visualization to be displayed or an empty string, if the visualization is unknown
IVisualizationClient.PreviousVisuName (PROP) ¶ PROPERTY PreviousVisuName : STRING Returns the name of the previous visualization or an empty string, if still the first visualization is displayed.
IVisualizationClient.UserGroupId (PROP) ¶ PROPERTY UserGroupId : DWORD The current user group ID, of the user, which is logged in.
IVisualizationClient.UserName (PROP) ¶ PROPERTY UserName : WSTRING Returns the name of the currently logged in user if a usermanagement is active.
IVisualizationClientFilter.IsAccepted (METH) ¶ METHOD IsAccepted : BOOL For every client can be desided, if it is accepted. TRUE : Client is accepted InOut: Scope Name Type Comment Return IsAccepted BOOL Input itfClient IVisualizationClient The client, to check
IVisualizationClientIteration.EndIteration (METH) ¶ METHOD EndIteration This method will be called after the end of an iteration over all clients. Note Please remark that this method will be called from VISU_TASK
IVisualizationClientIteration.HandleClient (METH) ¶ METHOD HandleClient This method will be called for each client that is currently within the list of active visualization clients. Note Please remark that this method will be called from VISU_TASK InOut: Scope Name Type Comment Input itfClient IVisualizationClient The object representing the according client. Will not be 0.