SocketImpl.SendUrgentData(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.
Send one byte of urgent data on the socket.
[Android.Runtime.Register("sendUrgentData", "(I)V", "GetSendUrgentData_IHandler")]
protected abstract void SendUrgentData (int data);
[<Android.Runtime.Register("sendUrgentData", "(I)V", "GetSendUrgentData_IHandler")>]
abstract member SendUrgentData : int -> unit
Parameters
- data
- Int32
The byte of data to send
- Attributes
Exceptions
if an error occurs sending urgent data.
Remarks
Send one byte of urgent data on the socket. The byte to be sent is the low eight bits of the parameter
Added in 1.4.
Java documentation for java.net.SocketImpl.sendUrgentData(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.