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