Class RemoteValues

    Definition

    Namespace:
    Tizen.Applications.Messages
    Assembly:
    Tizen.Applications.MessagePort.dll

    Contains AppId, port name, and trusted.

    public class RemoteValues
    Inheritance
    object
    RemoteValues

    Properties

    View Source

    AppId

    The ID of the remote application that sent this message.

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

    PortName

    The name of the remote message port.

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

    Trusted

    If true, the remote port is a trusted port, otherwise, if false, it is not.

    Declaration
    public bool Trusted { get; set; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX