Method | Description | |
---|---|---|
ChangeChannel ( string channel, string channelDevice, int pauseBetweenKeypressInterval ) : void | ||
GetConfig ( ) : void | ||
GetUserAuthToken ( string username, string password ) : |
Logs in to the Logitech Harmony web service to get a UserAuthToken.
|
|
OpenConnection ( string address, int port ) : void | ||
SendCommand ( string deviceName, string command, string status ) : void | ||
SetVolume ( int level, int previousLevel, string volumeDevice ) : void | ||
StartChannelSurf ( string channelDevice ) : void | ||
StartNewConnection ( string userName, string password, string address, int port ) : bool | ||
StopChannelSurf ( ) : void |
Method | Description | |
---|---|---|
EnsureConnection ( ) : void | ||
GetAttributes ( XmlReader reader, |
||
ParseElement ( XmlReader reader, |
||
PingHarmony ( ) : void |
Listen for data coming from the TPI
|
|
ResetConnection ( ) : void | ||
SendReceiveSocketData ( string cmdData, int numNodes, bool directReadSocket = false, int retryCount ) : |
||
SurfEm ( string channelDevice ) : void |
public ChangeChannel ( string channel, string channelDevice, int pauseBetweenKeypressInterval ) : void | ||
channel | string | |
channelDevice | string | |
pauseBetweenKeypressInterval | int | |
return | void |
public GetUserAuthToken ( string username, string password ) : |
||
username | string | myharmony.com username |
password | string | myharmony.com password |
return |
public OpenConnection ( string address, int port ) : void | ||
address | string | |
port | int | |
return | void |
public SendCommand ( string deviceName, string command, string status ) : void | ||
deviceName | string | |
command | string | |
status | string | |
return | void |
public SetVolume ( int level, int previousLevel, string volumeDevice ) : void | ||
level | int | |
previousLevel | int | |
volumeDevice | string | |
return | void |
public StartChannelSurf ( string channelDevice ) : void | ||
channelDevice | string | |
return | void |
public StartNewConnection ( string userName, string password, string address, int port ) : bool | ||
userName | string | |
password | string | |
address | string | |
port | int | |
return | bool |