Class SocketDataReceivedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the data received information.
public class SocketDataReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSocketDataReceivedEventArgs
Properties
View SourceData
The socket data.
Declaration
public SocketData Data { get; }
Property Value
Type | Description |
---|---|
SocketData |