-
Notifications
You must be signed in to change notification settings - Fork 55
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
Expose new libplctag APIs #17
Comments
Started work on this - see https://github.com/libplctag/libplctag.NET/tree/new-API |
Thanks, Timy (is it Timy, timyhac, Timy Hac? what do you want to be
called?),
The callbacks are probably the hardest part now. Is there something I can
do to make those better? Everything else has very simple data types
(intentionally) such as int32 and C-style strings.
Best,
Kyle
…On Fri, Jul 3, 2020 at 5:01 AM timyhac ***@***.***> wrote:
Started work on this - see
https://github.com/libplctag/libplctag.NET/tree/new-API
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4LC5KZIDU6AP3ZL3DBTLRZXCBRANCNFSM4OPX5VRA>
.
|
timyhac probably (my real name is Tim and I've just kept this email address
for ages).
I've just pushed some new example code to the new-APIs branch which checks
the callbacks - see
https://github.com/libplctag/libplctag.NET/blob/new-API/src/ConsoleTest/NativeImportExample.cs
The event callback seems to be working, but I don't know how to check the
logging callback - how can I generate a log?
…On Fri, Jul 3, 2020 at 11:42 PM Kyle Hayes ***@***.***> wrote:
Thanks, Timy (is it Timy, timyhac, Timy Hac? what do you want to be
called?),
The callbacks are probably the hardest part now. Is there something I can
do to make those better? Everything else has very simple data types
(intentionally) such as int32 and C-style strings.
Best,
Kyle
On Fri, Jul 3, 2020 at 5:01 AM timyhac ***@***.***> wrote:
> Started work on this - see
> https://github.com/libplctag/libplctag.NET/tree/new-API
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#17 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAN4LC5KZIDU6AP3ZL3DBTLRZXCBRANCNFSM4OPX5VRA
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AESB445VWKY4VTOAWSXZX2TRZXN27ANCNFSM4OPX5VRA>
.
|
Figured it out, you have to set a debug level in the attribute string. Seems like it works. |
Sorry, I must have missed this yesterday :-( You can set a debug level in the attribute string or you can call Best, |
This is done as part of c61f68a |
New APIs are available in the core dll. Expose these functions to end users.
The text was updated successfully, but these errors were encountered: