Class AcceptStateChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
The AcceptStateChanged event is raised when the socket connection state is changed.
public class AcceptStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args AcceptState Changed Event Args
Properties
View SourceConnection
The socket connection.
Declaration
public SocketConnection Connection { get; }
Property Value
Type | Description |
---|---|
Socket |
Result
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
Bluetooth |
Server
The server socket instance.
Declaration
public IBluetoothServerSocket Server { get; }
Property Value
Type | Description |
---|---|
IBluetooth |
State
The socket state.
Declaration
public BluetoothSocketState State { get; }
Property Value
Type | Description |
---|---|
Bluetooth |