Click or drag to resize

Wifi802Dot11ModeFromOrdinal Method

Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Wifi802Dot11Mode FromOrdinal(
	int n
)

Parameters

n
Type: SystemInt32
- int

Return Value

Type: Wifi802Dot11Mode
WifiBandSelection the corresponding one.
Remarks

Retrieves the corresponding Wifi802Dot11Mode value, from a valid integer.

[Android Documentation]

See Also