SocketKeepalive.ErrorHardwareError Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.

[Android.Runtime.Register("ERROR_HARDWARE_ERROR", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.", true)]
public const Android.Net.ErrorCode ErrorHardwareError = -31;
[<Android.Runtime.Register("ERROR_HARDWARE_ERROR", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.", true)>]
val mutable ErrorHardwareError : Android.Net.ErrorCode

Field Value

Value = -31
Attributes

Applies to