The Wayback Machine - https://web.archive.org/web/20201125014602/https://github.com/xamarin/xamarin-macios/issues/5093
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

[ImageCaptureCore] Add managed handler to Request methods #5093

Open
dalexsoto opened this issue Nov 6, 2018 · 0 comments
Open

[ImageCaptureCore] Add managed handler to Request methods #5093

dalexsoto opened this issue Nov 6, 2018 · 0 comments

Comments

@dalexsoto
Copy link
Member

@dalexsoto dalexsoto commented Nov 6, 2018

The following methods from ICCameraDevice:

Can have a better signature like the following example:

delegate void DidSendPtpCommand (NSData command, NSData inData, NSData response, NSError error);
public void RequestSendPtpCommand (NSData command, NSData outData, DidSendPtpCommand callback)
{
    // Magic goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.