Function startSearchWiredGW
- startSearchWiredGW(callback: ((gw_id: string, product_id: string) => void)): boolean
-
Parameters
-
callback: ((gw_id: string, product_id: string) => void)
-
- (gw_id: string, product_id: string): void
-
Parameters
-
gw_id: string
-
product_id: string
Returns void
Returns boolean
Start searching wired gateway
Both information gw_id and product_id can be collected by callback
Returns
Function's result. It returns false if startSearchWiredGW is called already before done
Example