Class PeerInfo
Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
A class to represent peer info.
public class PeerInfo : IDisposable
- Inheritance
-
objectPeerInfo
- Implements
-
System.IDisposable
Properties
View SourceAppId
Gets the application id.
Declaration
public string AppId { get; }
Property Value
Type | Description |
---|---|
string |
AppVersion
Gets the application version.
Declaration
public string AppVersion { get; }
Property Value
Type | Description |
---|---|
string |
DeviceId
Gets the device id.
Declaration
public string DeviceId { get; }
Property Value
Type | Description |
---|---|
string |
DeviceName
Gets the device name.
Declaration
public string DeviceName { get; }
Property Value
Type | Description |
---|---|
string |
DevicePlatform
Gets the device platform.
Declaration
public string DevicePlatform { get; }
Property Value
Type | Description |
---|---|
string |
DevicePlatformVersion
Gets the device platform version.
Declaration
public string DevicePlatformVersion { get; }
Property Value
Type | Description |
---|---|
string |
DeviceType
Gets the device type.
Declaration
public string DeviceType { get; }
Property Value
Type | Description |
---|---|
string |
UUID
Gets the UUID.
Declaration
public string UUID { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceDispose()
Releases all resources used by the PeerInfo class.
Declaration
public void Dispose()
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
Implements
System.IDisposable