Search Results for

    Show / Hide Table of Contents

    Class clsLastVR

    • C#
    • Visual Basic
    public class clsLastVR
    Public Class clsLastVR
    Inheritance
    System.Object
    clsLastVR
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: HomeSeer.PluginSdk.Speech
    Assembly: PluginSdk.dll


    PLEASE NOTE: Code related to the Speech components in HomeSeer were ported from the HS3 plugin API and have not been fully tested to verify full functionality from the new SDK. The Speech API may undergo significant changes in the near future. Please use with caution.


    Fields

    View Source

    Host

    Declaration
    • C#
    • Visual Basic
    public string Host
    Public Host As String
    Field Value
    Type Description
    System.String
    View Source

    ID

    Declaration
    • C#
    • Visual Basic
    public int ID
    Public ID As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    Instance

    Declaration
    • C#
    • Visual Basic
    public string Instance
    Public Instance As String
    Field Value
    Type Description
    System.String
    View Source

    Parsed

    Declaration
    • C#
    • Visual Basic
    public string Parsed
    Public Parsed As String
    Field Value
    Type Description
    System.String
    View Source

    Raw

    Declaration
    • C#
    • Visual Basic
    public string Raw
    Public Raw As String
    Field Value
    Type Description
    System.String
    View Source

    Time

    Declaration
    • C#
    • Visual Basic
    public DateTime Time
    Public Time As Date
    Field Value
    Type Description
    System.DateTime
    • View Source
    In This Article
    Back to top HomeSeer Technologies