NSClientWrapper.StartSearchForNode2 (METH)
METHOD StartSearchForNode2 : UDINT
- InOut:
Scope
Name
Type
Comment
Return
StartSearchForNode2UDINTInput
udiDeviceTypeUDINTchecked only if searchFlags AND NSClientSearchNodeFlags.SearchByType
udiDeviceIdUDINTchecked only if searchFlags AND NSClientSearchNodeFlags.SearchById
udiDeviceVersionUDINTchecked only if searchFlags AND NSClientSearchNodeFlags.SearchByVersion
pwsNodeNamePOINTER TO WSTRING
checked only if searchFlags AND NSClientSearchNodeFlags.SearchByNodeName the pointer must be valid as long as the scan takes!
stParentRelationsSTRINGchecked only if (searchFlags AND SearchForChildOfAddressOnly := 16#0020) OR (searchFlags AND SearchForChildOfNameOnly)
searchFlagsdetermines how the search will happen, for the details have a look at the definition of <see cref=”NSClientSearchNodeFlags”>
optFinishedCallbackoptional callback that will be triggered when the request is finished. Will be called from the communication task!