Class AcceptStateChangedEventArgs

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.

C#
Copy
public class AcceptStateChangedEventArgs : EventArgs
Inheritance
System.Object
AcceptStateChangedEventArgs

Properties

View Source

Connection

The socket connection.

Declaration
C#
Copy
public SocketConnection Connection { get; }
Property Value
Type Description
SocketConnection
API Level: 3
View Source

Result

The BluetoothError result.

Declaration
C#
Copy
public BluetoothError Result { get; }
Property Value
Type Description
BluetoothError
API Level: 3
View Source

Server

The server socket instance.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 6. Please use the 'Client' in the SocketConnection.")] public IBluetoothServerSocket Server { get; }
Property Value
Type Description
IBluetoothServerSocket
API Level: 3
View Source

State

The socket state.

Declaration
C#
Copy
public BluetoothSocketState State { get; }
Property Value
Type Description
BluetoothSocketState
API Level: 3