Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
- API Level:
- 9
A class to represent peer info.
public class PeerInfo : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Properties
Declaration
public string AppId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
public string AppVersion { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
public string DeviceId { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
public string DeviceName { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
public string DevicePlatform { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
public string DevicePlatformVersion { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
public string DeviceType { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 9
Declaration
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
API Level: 9
View Source
Dispose(Boolean)
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 |
System.Boolean |
disposing |
If true, disposes any disposable objects. If false, does not dispose disposable objects.
|
API Level: 9
Implements
System.IDisposable