In other words, will something like this work out for you.
Dim unitID AS UInt32 = SyncStruct.UnitID
You will have to adjust for how the SyncStruct actually shows up in your code. You indicated you are receiving data fine, just need to interpret so would be dependent on how the data is coming across to you if that makes sense.
Main Topics
Browse All Topics





by: mwvisa1Posted on 2008-10-22 at 18:01:37ID: 22782578
If I am not mistaken the DWORD is an unsigned Integer anyway, so UInt32 as datatype.