Search Results for

    Show / Hide Table of Contents

    Class RemoteHost

    • C#
    • Visual Basic
    public class RemoteHost
    Public Class RemoteHost
    Inheritance
    System.Object
    RemoteHost
    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

    client

    receiver object used to call back into speaker client

    Declaration
    • C#
    • Visual Basic
    public IFromSpeaker client
    Public client As IFromSpeaker
    Field Value
    Type Description
    IFromSpeaker
    View Source

    clientID

    unique identifier of client

    Declaration
    • C#
    • Visual Basic
    public long clientID
    Public clientID As Long
    Field Value
    Type Description
    System.Int64
    View Source

    hostname

    name of host speaker client is running on

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

    instance

    instance name of speaker client on remote host

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

    ipaddr

    IP address of remote host

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

    LastBusyCheck

    last time we polled the remote for play wave and speak status

    Declaration
    • C#
    • Visual Basic
    public DateTime LastBusyCheck
    Public LastBusyCheck As Date
    Field Value
    Type Description
    System.DateTime
    View Source

    Lock

    Declaration
    • C#
    • Visual Basic
    public object Lock
    Public Lock As Object
    Field Value
    Type Description
    System.Object
    View Source

    SpeakingCount

    incremented when speaking or wave play starts, decremented when finished

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

    valid

    true indicates valid entry

    Declaration
    • C#
    • Visual Basic
    public bool valid
    Public valid As Boolean
    Field Value
    Type Description
    System.Boolean
    View Source

    vr

    vr object to handle voice recognition

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