Class NotificationSentEventArg

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    An extended EventArgs class contains the read value request data.

    public class NotificationSentEventArg : EventArgs
    Inheritance
    object
    NotificationSentEventArg

    Properties

    View Source

    ClientAddress

    The client address.

    Declaration
    public string ClientAddress { get; }
    Property Value
    Type Description
    string
    View Source

    Completed

    Gets a value indicating whether the notification sent is completed.

    Declaration
    public bool Completed { get; }
    Property Value
    Type Description
    bool
    View Source

    Result

    The result.

    Declaration
    public int Result { get; }
    Property Value
    Type Description
    int
    View Source

    Server

    The GATT server instance.

    Declaration
    public BluetoothGattServer Server { get; }
    Property Value
    Type Description
    BluetoothGattServer

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX