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