Search Results for

    Show / Hide Table of Contents

    Enum ERegistrationMode

    • C#
    • Visual Basic
    public enum ERegistrationMode
    Public Enum ERegistrationMode
    Namespace: HomeSeer.PluginSdk.Types
    Assembly: PluginSdk.dll


    The registration mode of a plugin


    Fields

    Name Description
    ReadyToRegister

    For HSPRO, plugin does not have a license and needs to be enabled to get one

    Registered

    The plugin is registered

    Trial

    The plugin is running as a trial

    Unknown

    The registration mode is not known

    Unregistered

    The plugin is unregistered

    • View Source
    In This Article
    Back to top HomeSeer Technologies