pub struct VControl { /* private fields */ }Expand description
Representation of an Optolink connection to a specific Device using a specific Protocol.
Implementations§
Source§impl VControl
impl VControl
Sourcepub async fn connect(optolink: Optolink) -> Result<Self, Error>
pub async fn connect(optolink: Optolink) -> Result<Self, Error>
Automatically detect the Device and Protocol and connect to it.