Langue

LocalSocket.SocketDgram Champ

Définition

Attention

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

Type de socket datagram

[Android.Runtime.Register("SOCKET_DGRAM")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.", true)]
public const Android.Net.SocketType SocketDgram = 1;
[<Android.Runtime.Register("SOCKET_DGRAM")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.", true)>]
val mutable SocketDgram : Android.Net.SocketType

Valeur de champ

Value = 1
Attributs

Remarques

Java documentation pour android.net.LocalSocket.SOCKET_DGRAM.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à