new PushBitmapRequest()
        Constructor, creates a new instance of this type.
    
    
    
    
    
    
    
    
    
Members
- 
    
bitDepth :number
 - 
    
    The bit depth the image should be transferred and rendered in. Supported modes are 1 (black and white) and 4 (gray).
 - 
    
cid :string
 - 
    
    Correlation ID, sent back with the response.
 - 
    
data :string
 - 
    
    A data URL encoded bitmap image in PNG format.
 - 
    
x :number
 - 
    
    The horizontal coordinate for the top-left corner of the bitmap.
 - 
    
y :number
 - 
    
    The vertical coordinate for the top-left corner of the bitmap.