Class AttMtuChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
8

An extended EventArgs class contains the changed MTU value.

C#
Copy
public class AttMtuChangedEventArgs : EventArgs
Inheritance
AttMtuChangedEventArgs

Properties

View Source

Mtu

The MTU value

Declaration
C#
Copy
public int Mtu { get; }
Property Value
Type Description
Int32
API Level: 8
View Source

RemoteAddress

The remote address.

Declaration
C#
Copy
public string RemoteAddress { get; }
Property Value
Type Description
String
API Level: 8

Extension Methods