Sha256: d6f44cdb89a111ad0bddf8ce92d3ecf3c6d7ce8e1368dd0ab414ca4ea323e6f3
Contents?: true
Size: 716 Bytes
Versions: 11
Compression:
Stored size: 716 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_X class VRDEServer < AbstractInterface IID = "72e671bc-1712-4052-ad6b-e45e76d9d3e4" property :enabled, T_BOOL property :auth_type, :AuthType property :auth_timeout, T_UINT32 property :allow_multi_connection, T_BOOL property :reuse_single_connection, T_BOOL property :vrde_ext_pack, WSTRING property :auth_library, WSTRING property :vrde_properties, [WSTRING], :readonly => true function :set_vrde_property, nil, [WSTRING, WSTRING] function :get_vrde_property, WSTRING, [WSTRING] end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems