Class PeerInfo

Definition

Namespace:
Tizen.Applications.Cion
Assembly:
Tizen.Applications.Cion.dll
API Level:
9

A class to represent peer info.

C#
Copy
public class PeerInfo : IDisposable
Inheritance
System.Object
PeerInfo
Implements
System.IDisposable

Properties

View Source

AppId

Gets the application id.

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

AppVersion

Gets the application version.

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

DeviceId

Gets the device id.

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

DeviceName

Gets the device name.

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

DevicePlatform

Gets the device platform.

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

DevicePlatformVersion

Gets the device platform version.

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

DeviceType

Gets the device type.

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

UUID

Gets the UUID.

Declaration
C#
Copy
public string UUID { get; }
Property Value
Type Description
System.String
API Level: 9

Methods

View Source

Dispose()

Releases all resources used by the PeerInfo class.

Declaration
C#
Copy
public void Dispose()
API Level: 9
View Source

Dispose(Boolean)

Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

If true, disposes any disposable objects. If false, does not dispose disposable objects.

API Level: 9

Implements

System.IDisposable