Class RemoteValues

Definition

Namespace:
Tizen.Applications.Messages
Assembly:
Tizen.Applications.MessagePort.dll
API Level:
3

Contains AppId, port name, and trusted.

C#
Copy
public class RemoteValues
Inheritance
RemoteValues

Properties

View Source

AppId

The ID of the remote application that sent this message.

Declaration
C#
Copy
public string AppId { get; set; }
Property Value
Type Description
System.String
API Level: 3
View Source

PortName

The name of the remote message port.

Declaration
C#
Copy
public string PortName { get; set; }
Property Value
Type Description
System.String
API Level: 3
View Source

Trusted

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

Declaration
C#
Copy
public bool Trusted { get; set; }
Property Value
Type Description
Boolean
API Level: 3