Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MaFa_974161
Level 5
Level 5
100 sign-ins 50 replies posted 50 questions asked

Hello,

I have a question:

why in CyUSB.dll you have to pass Byte array instead of OVERLAP struct

when call BeginDataXfer and/or FinishDataXfer ?

This increase complexity in develop program ...

0 Likes
1 Solution
Sananya_14
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

This is done to align the structure in bytes with the driver, which needs to be done by passing a byte array only in C#.

Best Regards,

Sananya

View solution in original post

0 Likes
1 Reply
Sananya_14
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

This is done to align the structure in bytes with the driver, which needs to be done by passing a byte array only in C#.

Best Regards,

Sananya

0 Likes