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.EventArgsAcceptStateChangedEventArgs
Properties
View SourceConnection
The socket connection.
Declaration
public SocketConnection Connection { get; }
Property Value
Type | Description |
---|---|
SocketConnection |
Result
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |
Server
The server socket instance.
Declaration
public IBluetoothServerSocket Server { get; }
Property Value
Type | Description |
---|---|
IBluetoothServerSocket |
State
The socket state.
Declaration
public BluetoothSocketState State { get; }
Property Value
Type | Description |
---|---|
BluetoothSocketState |