Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException
Create two ParcelFileDescriptors structured as a pair of sockets connected to each other. The two sockets are indistinguishable.
Both ends have the ability to deliver an error message through ParcelFileDescriptor.CloseWithError(string) which can be detected by the other end calling ParcelFileDescriptor.CheckError, usually after detecting an EOF. This can also be used to detect remote crashes.