Class RemotePortStateChangedEventArgs

Definition

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

An extended EventArgs class which contains state of remote message port

C#
Copy
public class RemotePortStateChangedEventArgs : EventArgs
Inheritance
RemotePortStateChangedEventArgs

Properties

View Source

Status

The State of remote port

Declaration
C#
Copy
public State Status { get; }
Property Value
Type Description
State
API Level: 4