Lines Matching refs:active
32 …cCallback\<number>): void | Checks whether the specified network port is active. This API uses an …
33 …allback: AsyncCallback\<Array\<string>>): void | Obtains the list of all active network ports. Thi…
34 | on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }\>): void …
35 | off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }\>): voi…
41 3. Call **getAllActiveIfaces** to obtain the list of all active network ports, for example, **eth0*…
42 4. Call **isIfaceActive** in user mode to check whether the **eth0** port is active.
50 // Call getAllActiveIfaces to obtain the list of all active network ports.
60 // Call isIfaceActive to check whether the specified network port is active.
86 3. Call **getAllActiveIfaces** in user mode to obtain the list of all active network ports, for exa…
87 4. Call **isIfaceActive** in user mode to check whether the **eth0** port is active.
96 // Call getAllActiveIfaces to obtain the list of all active network ports.
106 // Call isIfaceActive to check whether the specified network port is active.
160 active: boolean = false