IVisuStreamFileNameInfo (ITF) ¶ INTERFACE IVisuStreamFileNameInfo This interface can be optionally implemented by implementors of IVisuStreamReader or IVisuStreamWriter if a proposal of the filename to select should be used. Properties: FileNameProposal Structure: FileNameProposal (Property)
IVisuStreamFileNameInfo.FileNameProposal (PROP) ¶ PROPERTY FileNameProposal : STRING This property will be called to retrieve the filename, that might as well contain a file extension. The retrieved filename will be used as the proposed filename within the according file path selection dialog. The extension will be used for an according file filter
IVisuManagerBase.NextMainVisu (METH) ¶ METHOD NextMainVisu : INT InOut: Scope Name Type Return NextMainVisu INT Input pClientData POINTER TO VisuStructClientData
IVisuManagerBase.RegisterVisu (METH) ¶ METHOD RegisterVisu : INT InOut: Scope Name Type Return RegisterVisu INT Input visu IVisualisation
IVisuManagerBase.SetMainVisu (METH) ¶ METHOD SetMainVisu : INT Change the shown visu for the given client. If no according visu is found, nothing will hapeen. InOut: Scope Name Type Comment Return SetMainVisu INT Input pClientData POINTER TO VisuStructClientData The client whose visu should be switched, in case of NULL, nothing will happen stVisu STRING The name of the visu to be switched to @IECCodeConverter_Type: String
IVisuManagerBase.GetFrameManagerBase (METH) ¶ METHOD GetFrameManagerBase : IFrameManagerBase InOut: Scope Name Type Return GetFrameManagerBase IFrameManagerBase
IVisuManagerBase.GetInternCommandManagerBase (METH) ¶ METHOD GetInternCommandManagerBase : IInternCommandManagerBase InOut: Scope Name Type Return GetInternCommandManagerBase IInternCommandManagerBase
IVisuManagerBase.LastMainVisu (METH) ¶ METHOD LastMainVisu : INT InOut: Scope Name Type Return LastMainVisu INT Input pClientData POINTER TO VisuStructClientData
VisuFbLegacyCapturingTransformationProvider.SetClient (METH) ¶ METHOD SetClient InOut: Scope Name Type Input pClient POINTER TO VisuStructClientData
VisuFbClientTagDataHelper (FB) ¶ FUNCTION_BLOCK VisuFbClientTagDataHelper This functionblock can be used to access the client tag data optionally contained in a visualization client object. As compiling this function block requires a device of version 3.5.5 at least, instances should be created only when such a device is used. InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a clientstructure to evaluate the according information from. Output xError BOOL An error was encountered xIPv4Valid BOOL The client structure contains a valid IPv4 information within stIPv4 stIPv4 STRING The IPv4 information; valid only if xIPv4Valid yields true xNameValid BOOL The client structure contains a valid name information within stName stName STRING The name information; valid only if xNameValid yields true xRTVTargetIdValid BOOL The client structure contains a valid targetidentification of the Remote Targetvisualization. Only relevant for clients of that type. dwRTVTagetId DWORD The targetidentification of the Remote Targetvisualization. Only valid if xRTVTargetIdValid yields true Only relevant for clients of that type. xRTVTargetVersionValid BOOL The client structure contains a valid targetversion of the Remote Targetvisualization. Only relevant for clients of that type. RTVTargetVersion VERSION The targetversion of the Remote Targetvisualization. Only valid if xRTVTargetIdValid yields true Only relevant for clients of that type.