Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
A class to represent peer info.
public class PeerInfo : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Properties
Declaration
public string AppId { get; }
Property Value
Declaration
public string AppVersion { get; }
Property Value
Declaration
public string DeviceId { get; }
Property Value
Declaration
public string DeviceName { get; }
Property Value
Declaration
public string DevicePlatform { get; }
Property Value
Declaration
public string DevicePlatformVersion { get; }
Property Value
Declaration
public string DeviceType { get; }
Property Value
Declaration
public string UUID { get; }
Property Value
Methods
View Source
Dispose()
Releases all resources used by the PeerInfo class.
Declaration
View Source
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