WifiBandSelectionFromOrdinal Method |
Retrieves the corresponding WifiBandSelection 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 WifiBandSelection FromOrdinal(
int n
)
Public Shared Function FromOrdinal (
n As Integer
) As WifiBandSelection
Parameters
- n
- Type: SystemInt32
- int
Return Value
Type:
WifiBandSelectionWifiBandSelection the corresponding one.
Remarks See Also