Struct pjlink::PjlinkDevice[][src]

pub struct PjlinkDevice { /* fields omitted */ }

Methods

impl PjlinkDevice
[src]

Constructs a new PjlinkDevice.

Contructs a new PjlinkDevice that has a password

Send a command and a Result with the raw string or an error

Check the power status of the device and returns an enum

Turn on the device

Turn off the device

Auto Trait Implementations