Class: vnc

vnc

new vnc()

Source:

Methods

(static) open(settings) → {promise}

Opens a vnc window
Parameters:
Name Type Description
settings object defaults

{
        protocol: 'vnc://',
        username: 'secret',
        password: 'secret',
        host: localhost,
        port: '5900'
}
Source:
Returns:
Bluebird Promise
Type
promise