Click or drag to resize

SuspendTimeoutFromSeconds Method

Converts an amount of seconds to the right SuspendTimeout value, if available.

Namespace:  Com.Datalogic.Device.Power
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SuspendTimeout FromSeconds(
	int seconds
)

Parameters

seconds
Type: SystemInt32
- int the amount of seconds

Return Value

Type: SuspendTimeout
SuspendTimeout the corresponding or the most close SuspendTimeout value. If no corresponding value is found, NEVER will be chosen.
Remarks

Converts an amount of seconds to the right SuspendTimeout value, if available.

[Android Documentation]

See Also