Метод | Описание | |
---|---|---|
PJLinkConnection ( string host ) : System | ||
PJLinkConnection ( string host, int port ) : System | ||
PJLinkConnection ( string host, int port, string passwd ) : System | ||
PJLinkConnection ( string host, string passwd ) : System | ||
getFullProjectorInfo ( ) : rv.ProjectorInfo | ||
getProjectorInfo ( ) : string |
Return String in the form Manufacturer Product (ProjectorName) or Manufacturer Product if no projector name is set.
|
|
powerQuery ( ) : PowerCommand.PowerStatus |
Check power state of Projector. Returns unknown in case of an error
|
|
sendCommand ( |
||
sendCommandAsync ( |
Sends a command asynchronously. The specified resultCallback will be called when the command has executed.
|
|
turnOff ( ) : bool |
Turn off projector. Returns true if projector answered with SUCCESS
|
|
turnOn ( ) : bool |
Turn on projector. Returns true if projector answered with SUCCESS
|
Метод | Описание | |
---|---|---|
closeConnection ( ) : void | ||
getMD5Hash ( string input ) : string | ||
initConnection ( ) : bool |
public PJLinkConnection ( string host ) : System | ||
host | string | |
Результат | System |
public PJLinkConnection ( string host, int port ) : System | ||
host | string | |
port | int | |
Результат | System |
public PJLinkConnection ( string host, int port, string passwd ) : System | ||
host | string | |
port | int | |
passwd | string | |
Результат | System |
public PJLinkConnection ( string host, string passwd ) : System | ||
host | string | |
passwd | string | |
Результат | System |
public getFullProjectorInfo ( ) : rv.ProjectorInfo | ||
Результат | rv.ProjectorInfo |
public powerQuery ( ) : PowerCommand.PowerStatus | ||
Результат | PowerCommand.PowerStatus |
public sendCommand ( |
||
cmd | ||
Результат | Command.Response |
public sendCommandAsync ( |
||
cmd | ||
resultCallback | ||
Результат | void |