Download ControlPoint Protocol Manual
Transcript
C—Alphabetic Command Listing of Methods
SaveLayout ( [in, string], [in] WinId_t_array_t )
+WinServer SaveLayout “layoutname” { 0 }
Saves named layout
ScreenConfigChanged ( [in] CPScreenConfig )
+Notify ScreenConfigChanged { TotalWidth TotalHeight SingleScreenWidth
SingleScreenHeight }
See Notify listing
SetAutoDetectTiming ( [in] WinId_t wid, [in] Boolean bEnable )
+RGBSys SetAutoDetectTiming { 123 } 1
=00000000
(enable/disable (1/0) auto-detection of RGB timing)
SetChannel ( [in] WinId_t, [in] short );
+LiveVideoSys SetChannel { 123 } 1
(Sets window 123 to channel 1)
SetChannel ( [in] WinId_t, [in] short )
+RGBSys SetChannel { 123 } 1
=00000000 { 123 } 1
(sets window 123 to RGB channel 1)
SetComponent ( [in] WinId_t wid, [in] Boolean bEnabled )
+RGBSys SetComponent { WinId } 1
=000000000
Sets the classification of 1 for SetComponent and 0 for RGB
SetConnection ( [in] WinId_t wid, [in,string] connection )
+CPShareSys SetConnection { 1 } “Elara”
=00000000
returns the name of the connection object the CPShare window is using
SetCrop ( [in] WinId_t, [in] CPRect )
+GalWinSys SetCrop { 123 } {nX nY nW nH }
Crop works by relation to the normal image size. nX and nY specify the pixels removed from
the top and bottom. nW and nH specify the size of the cropped image. A 640x480 window
set at 10 10 600 400 will have 10 pixels removed from the top, 10 pixels removed from the
left, 30 and 70 removed from the right and bottom. ImageWidth - nX - (right pixels) = nW or
640 – 10 – 30 = 600.
+GalwinSys
+VideoStreamSys
SetDualLink ( [in] WinId_t wid, [in] Boolean bEnabled )
+RGBSys SetDualLink { WinId } 1
=00000000
Sets the classification of 1 for Dual Link and 0 for Single Link.
212
ControlPoint 2.10 Protocol Manual
Related documents