Can someone please tell me how to use a UInt32 type and access and set its values? I'm trying to call a DLL method that has one of its parameters as a UInt32 type. The parameter is just the baud rate of a connection I'm setting up, so I want to set or hard code that value somewhere before it's called. But how do I pass the value in if the method is expecting a UInt32?
Thank you for helping
Thank you for helping