Class SafeWiFiManagerHandle

Definition

Namespace:
Tizen.Network.WiFi
Assembly:
Tizen.Network.WiFi.dll
API Level:
3

A class for managing the WiFiManager handle.

C#
Copy
public sealed class SafeWiFiManagerHandle : SafeHandle
Inheritance
SafeWiFiManagerHandle

Properties

View Source

IsInvalid

Checks the validity of the handle.

Declaration
C#
Copy
public override bool IsInvalid { get; }
Property Value
Type Description
Boolean

Represents the validity of the handle.

API Level: 3

Methods

View Source

ReleaseHandle()

Release the handle

Declaration
C#
Copy
protected override bool ReleaseHandle()
Returns
Type Description
Boolean

Extension Methods