Sha256: eb6a708a4b35b326816d9c0bb63a82a7617dfaf52533660cd3a3f00f6b75fd5c
Contents?: true
Size: 616 Bytes
Versions: 19
Compression:
Stored size: 616 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X class VRDPServer < AbstractInterface IID = "72e671bc-1712-4052-ad6b-e45e76d9d3e4" property :enabled, T_BOOL property :ports, WSTRING property :net_address, WSTRING property :auth_type, :VRDPAuthType property :auth_timeout, T_UINT32 property :allow_multi_connection, T_BOOL property :reuse_single_connection, T_BOOL property :video_channel, T_BOOL property :video_channel_quality, T_UINT32 end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems