User manual
Automation Protocol Filename-Based Commands
Miranda Technologies Ltd Page 92
Format Field Description
%c%c Cmd R5
%1x End of directory 1 = End of directory reached, 0 = Otherwise.
%s Filename Name of the file, or
“unknown” if directory does not exist, or
“end” if end of directory reached
Enquire Extended File Info R6
This command retrieves information about a specified image, animation or
clock from the internal disk of the Imagestore device.
CMD Param_1
R6 Filename
Example:
void EnquireEmergencySlide()
{
remote_send("R6%s","Emergency.oxa");
}
The information returned is:
Format Field Description
%c%c Cmd R6
%01x File exists 1 = File exists, 0 = File not present
%03x X Position Horizontal position of image
%03x Y Position Vertical position of image
%03x Width Width of image
%03x Height Height of image
%03x Clip Clip value of the image
%03x Gain Gain value of the image
%03x Transparency Transparency value of the image
%02x Image Type 1=Still, 2=Animation, 4=Easytext, 5=Easytext
crawl/roll, , 8=Clock
%04x Number of frames Number of frames if it is an animation
%01x Animation Mode Animation play mode if it is an animation:
0=Cycle, 1=Single shot, 2=In loop out,
3=Linear control, 4=Ping pong, 5=Multi loop
%02x Load Time Estimated time to load image in seconds
%01x Associated Audio 1 if image has associated audio file.
%s Filename Confirmation of filename