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.
public class AcceptStateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceConnection
The socket connection.
Declaration
public SocketConnection Connection { get; }
Property Value
Type | Description |
---|---|
SocketConnection |
API Level: 3
View SourceResult
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |
API Level: 3
View SourceServer
Deprecated since API level 6. Please use the 'Client' in the SocketConnection.
The server socket instance.
Declaration
[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 SourceState
The socket state.
Declaration
public BluetoothSocketState State { get; }
Property Value
Type | Description |
---|---|
BluetoothSocketState |