NSClientWrapper.StartSearchForNode (METH)
METHOD StartSearchForNode : UDINT
- InOut:
Scope
Name
Type
Comment
Return
StartSearchForNodeUDINTInput
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!
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!