StructMsghdr.MsgName Property

Definition

Optional address.

[Android.Runtime.Register("msg_name", ApiSince=31)]
public Java.Net.SocketAddress? MsgName { get; set; }
[<Android.Runtime.Register("msg_name", ApiSince=31)>]
member this.MsgName : Java.Net.SocketAddress with get, set

Property Value

Attributes

Remarks

Optional address.

Sendmsg: Caller must populate to specify the target address for a datagram, or pass null to send to the destination of an already-connected socket. Recvmsg: Populated by the system to specify the source address.

Java documentation for android.system.StructMsghdr.msg_name.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to