/crestron-pjlink

SIMPL# Pro class to control projectors via PJLINK

Primary LanguageC#GNU General Public License v3.0GPL-3.0

crestron-pjlink

SIMPL# Pro class to control projectors via PJLINK protocol

Example Usage

PJLink projector = new PJLink(); 

projector.PJLinkInitialise(projectorIP);

if (projector.PJLinkPowerState == PJLink.projOff)
    projector.PJLinkPower(true);  /// turn on

Contributing

Pull requests are welcome.

License

GPL-3.0