WifiRoamingProfileValues Method |
Returns an array containing the constants of this enum type, in
the order they are declared.
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 WifiRoamingProfile[] Values()
Public Shared Function Values As WifiRoamingProfile()
Return Value
Type:
WifiRoamingProfilean array containing the constants of this enum type, in the order they are declared
Remarks Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
[Android Documentation]
See Also