Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
The AcceptStateChanged event is raised when the socket connection state is changed.
public class AcceptStateChangedEventArgs : EventArgs
- Inheritance
-
System.Object
AcceptStateChangedEventArgs
Properties
Declaration
public SocketConnection Connection { get; }
Property Value
API Level: 3
Declaration
public BluetoothError Result { get; }
Property Value
API Level: 3
Declaration
[Obsolete("Deprecated since API level 6. Please use the 'Client' in the SocketConnection.")]
public IBluetoothServerSocket Server { get; }
Property Value
API Level: 3
Declaration
public BluetoothSocketState State { get; }
Property Value
API Level: 3