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 Sourceclient
receiver object used to call back into speaker client
Declaration
public IFromSpeaker client
Field Value
Type | Description |
---|---|
IFromSpeaker |
clientID
unique identifier of client
Declaration
public long clientID
Field Value
Type | Description |
---|---|
System.Int64 |
hostname
name of host speaker client is running on
Declaration
public string hostname
Field Value
Type | Description |
---|---|
System.String |
instance
instance name of speaker client on remote host
Declaration
public string instance
Field Value
Type | Description |
---|---|
System.String |
ipaddr
IP address of remote host
Declaration
public string ipaddr
Field Value
Type | Description |
---|---|
System.String |
LastBusyCheck
last time we polled the remote for play wave and speak status
Declaration
public DateTime LastBusyCheck
Field Value
Type | Description |
---|---|
System.DateTime |
Lock
Declaration
public object Lock
Field Value
Type | Description |
---|---|
System.Object |
SpeakingCount
incremented when speaking or wave play starts, decremented when finished
Declaration
public int SpeakingCount
Field Value
Type | Description |
---|---|
System.Int32 |
valid
true indicates valid entry
Declaration
public bool valid
Field Value
Type | Description |
---|---|
System.Boolean |
vr
vr object to handle voice recognition
Declaration
public object vr
Field Value
Type | Description |
---|---|
System.Object |