In the same manner as the FRAME_DEVICE
type, an instance of this device type provides a top-level window
that can then serve as a container for panels provided by instances
of appropriate resource types such as PANEL_RESOURCE
.
As shown above, all devices of this type contain an instance of the RMT_RES
type, which in turn
contains an instance of the DM_KRNL
type to provide appropriate remote configuration services.
An instance of this device type can be launched from a system configuration.
The device interface definition is as given below.
BOUNDS : DINT[4]; (* Initial[x,y,width,height] *) GRID : DINT[2]; (* Grid layout[rows,cols] *) MGR_ID : WSTRING := "localhost:61499"; (* Device manager socket ID *)