Os.SetsockoptInt(FileDescriptor, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
See setsockopt(2).
[Android.Runtime.Register("setsockoptInt", "(Ljava/io/FileDescriptor;III)V", "", ApiSince=26)]
public static void SetsockoptInt (Java.IO.FileDescriptor? fd, int level, int option, int value);
[<Android.Runtime.Register("setsockoptInt", "(Ljava/io/FileDescriptor;III)V", "", ApiSince=26)>]
static member SetsockoptInt : Java.IO.FileDescriptor * int * int * int -> unit
Parameters
- level
- Int32
- option
- Int32
- value
- Int32
- Attributes
Remarks
See setsockopt(2).
Java documentation for android.system.Os.setsockoptInt(java.io.FileDescriptor, int, int, int)
.
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.