Result of asnRequestContactImage
If the operation asnRequestContactImage was executed successfully, this result will be send back to the client.
If there is no image or the image has not changed according the hash value given in the argument, iResult will contain the corresponding value from EnumRequestImageResult
If the server will send back an image, sImageData will contain the binary data of the image and u8sImageHash the corresponding
new hash value for that image.
AsnRequestContactImageResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iResult | number | EnumRequestImageResult - result of the call, if there is a new image, no image at all or the image hash has not changed. | |
sImageData | string | yes | If an image is send to the client, this field contains the binary data of the image. |
u8sImageHash | string | yes | If an image is send to the client, this field contains the corresponding hash value for that image. |
optionalParams | AsnOptionalParameters | yes | No optional paramaters yet. |
Version 7