NSClientUtil_DumpAddress (FUN) ¶ FUNCTION NSClientUtil_DumpAddress : BOOL InOut: Scope Name Type Return NSClientUtil_DumpAddress BOOL Input addrNode NSC_NodeAddress
NSClientUtil_DumpAddressHelp (FUN) ¶ FUNCTION NSClientUtil_DumpAddressHelp : BOOL InOut: Scope Name Type Return NSClientUtil_DumpAddressHelp BOOL Input udiComponents UDINT pComponents POINTER TO NSC_AddrComponent
NSClientUtil_DumpCallback (FUN) ¶ FUNCTION NSClientUtil_DumpCallback : BOOL InOut: Scope Name Type Return NSClientUtil_DumpCallback BOOL Input udiResult RTS_IEC_RESULT addrNode NSC_NodeAddress nodeInfo POINTER TO NSC_NodeInfoExt wVersion WORD bComplete BOOL
NSClientUtil_DumpNodeInfo (FUN) ¶ FUNCTION NSClientUtil_DumpNodeInfo : BOOL InOut: Scope Name Type Return NSClientUtil_DumpNodeInfo BOOL Input niInt NSC_NodeInfoInt
NSClientWrapper.StartResolveAllNodes (METH) ¶ METHOD StartResolveAllNodes : UDINT InOut: Scope Name Type Comment Return StartResolveAllNodes UDINT Input optFinishedCallback ITaskFinishedCallback optional callback that will be triggered when the request is finished. Will be called from the communication task!
NSClientWrapper.StartSearchForNode (METH) ¶ METHOD StartSearchForNode : UDINT InOut: Scope Name Type Comment Return StartSearchForNode UDINT Input udiDeviceType UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByType udiDeviceId UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchById udiDeviceVersion UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByVersion pwsNodeName POINTER TO WSTRING checked only if searchFlags AND NSClientSearchNodeFlags.SearchByNodeName the pointer must be valid as long as the scan takes! searchFlags NSClientSearchNodeFlags determines how the search will happen, for the details have a look at the definition of <see cref=”NSClientSearchNodeFlags”> optFinishedCallback ITaskFinishedCallback optional callback that will be triggered when the request is finished. Will be called from the communication task!
NSClientWrapper.StartSearchForNode2 (METH) ¶ METHOD StartSearchForNode2 : UDINT InOut: Scope Name Type Comment Return StartSearchForNode2 UDINT Input udiDeviceType UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByType udiDeviceId UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchById udiDeviceVersion UDINT checked only if searchFlags AND NSClientSearchNodeFlags.SearchByVersion pwsNodeName POINTER TO WSTRING checked only if searchFlags AND NSClientSearchNodeFlags.SearchByNodeName the pointer must be valid as long as the scan takes! stParentRelations STRING checked only if (searchFlags AND SearchForChildOfAddressOnly := 16#0020) OR (searchFlags AND SearchForChildOfNameOnly) searchFlags NSClientSearchNodeFlags determines how the search will happen, for the details have a look at the definition of <see cref=”NSClientSearchNodeFlags”> optFinishedCallback ITaskFinishedCallback optional callback that will be triggered when the request is finished. Will be called from the communication task!
NSClientWrapper.intUseDynamicMemory (PROP) ¶ PROPERTY intUseDynamicMemory : BOOL
NSClientWrapper.prvReset (METH) ¶ METHOD prvReset : UDINT InOut: Scope Name Type Return prvReset UDINT
NSClientWrapper.prvStartSearchForNodeParameterChecking (METH) ¶ METHOD prvStartSearchForNodeParameterChecking : UDINT InOut: Scope Name Type Return prvStartSearchForNodeParameterChecking UDINT Input searchFlags NSClientSearchNodeFlags