Method PostPromoScreen
PostPromoScreen(Byte[], ImageFormat, Int32, Int32)
Posts a promoscreen.
Declaration
public TryOptionAsync<HttpResponseMessage> PostPromoScreen(byte[] image, ImageFormat format, int index, int time)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | image | The image. |
ImageFormat | format | The image format. |
System.Int32 | index | The index of the promoscreen. |
System.Int32 | time | The display time in ms. |
Returns
Type | Description |
---|---|
LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | The reply. |
Remarks
The pad can display a sequence of images also known as promoscreens. The index sets the order in the sequence. The time sets the duration the image is shown before the pad iterates to the next image in the sequence.