VncPlugin

IMML example



	

Properties

int UpdateFrequency

  • Summary: The frequency between updates in milliseconds

bool ManualUpdate

  • Summary: When true, the vnc data will only be updated upon request

string PasswordRequired

  • Summary: Password required event

string ConnectionFailed

  • Summary: Connection failed event

string Uri

  • Summary: The uri to connect to once the plugin is enabled

int Port

  • Summary:

bool Enabled

  • Summary:

Functions

bool SetPassword(string password)

  • Summary: Specify the password to use
  • Parameters
    • password:
  • Returns: True if successful, false if not

void RequestUpdate(bool refreshFullscreen)

  • Summary:
  • Parameters

void Load()

  • Summary:
  • Parameters

void AddElement(ImmlElement element)

  • Summary:
  • Parameters

void Update()

  • Summary:
  • Parameters

void Dispose()

  • Summary:
  • Parameters

void SetParkEngine(IParkEngine parkEngine)

  • Summary:
  • Parameters