User manual

Automation Protocol Filename-Based Commands
Miranda Technologies Ltd Page 95
Example:
void EmergencyToAir(bool onOff)
{
remote_send("R9%1x", onOff);
}
Image Load Mode Rm
This command sets the current image load mode for the specified layer.
Mode can be one of the following:
0: Clean Load:
Old image cut down
New image loads
New image cuts up
1: Cut Load:
Old image held while new image loads
Cut to new image
CMD Param_1 Param_2
Rm Layer No. Mode
Example 1:
void ImageLoadMode(int Layer, int Mode)
{
remote_send("Rm%1x%x", Layer, Mode);
}
When no mode is specified the Rm command alternatively responds with the
current mode for the layer.
CMD Param_1
Rm Layer No.