public ConnectIQ.IQMessageStatus sendImage(IQDevice device,
IQApp application,
byte[] imageData)
throws java.lang.IllegalStateException
Sends an image to the specific application on the specific device. The image data will be converted to suit the image format allowed on the specific device before being sent.
Parameters:
device - Device to send the image to.
application - Application to send the image to.
imageData - Raw image data.
Returns:
Status of sending the image to the application on the device.
Throws:
java.lang.IllegalStateException - Either initialize() has not been called or the remote connection has become invalid.
Since:
1.0