Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Job Token from PollResponse #4

Open
stutwoby opened this issue May 4, 2022 · 0 comments
Open

Missing Job Token from PollResponse #4

stutwoby opened this issue May 4, 2022 · 0 comments

Comments

@stutwoby
Copy link

stutwoby commented May 4, 2022

On the documentation we're able to specify a job token that the server responds with. The printer saves the job token in volatile memory and passes it up in the next job. See documentation here:

https://star-m.jp/products/s_print/CloudPRNTSDK/Documentation/en/developerguide/pollingserver/post_jsonresponse.html

Currently when I try to respond using the utillities PollResponse object, it doesn't contain JobToken, I've started using a class that inherits and includes the new field:

    public class PollResponseWithJobToken : PollResponse
    {
        public string jobToken { get; set; }
    }

It would be nice to have this included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant