Class PeerInfo

    Definition

    Namespace:
    Tizen.Applications.Cion
    Assembly:
    Tizen.Applications.Cion.dll

    A class to represent peer info.

    public class PeerInfo : IDisposable
    Inheritance
    object
    PeerInfo
    Implements
    System.IDisposable

    Properties

    View Source

    AppId

    Gets the application id.

    Declaration
    public string AppId { get; }
    Property Value
    Type Description
    string
    View Source

    AppVersion

    Gets the application version.

    Declaration
    public string AppVersion { get; }
    Property Value
    Type Description
    string
    View Source

    DeviceId

    Gets the device id.

    Declaration
    public string DeviceId { get; }
    Property Value
    Type Description
    string
    View Source

    DeviceName

    Gets the device name.

    Declaration
    public string DeviceName { get; }
    Property Value
    Type Description
    string
    View Source

    DevicePlatform

    Gets the device platform.

    Declaration
    public string DevicePlatform { get; }
    Property Value
    Type Description
    string
    View Source

    DevicePlatformVersion

    Gets the device platform version.

    Declaration
    public string DevicePlatformVersion { get; }
    Property Value
    Type Description
    string
    View Source

    DeviceType

    Gets the device type.

    Declaration
    public string DeviceType { get; }
    Property Value
    Type Description
    string
    View Source

    UUID

    Gets the UUID.

    Declaration
    public string UUID { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Dispose()

    Releases all resources used by the PeerInfo class.

    Declaration
    public void Dispose()
    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX