|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
If you exchange structs or binary buffers, remember that many data types could be meaningless at the receiving end. For example, a pointer is a memory address inside a particular computer—it has no meaning to any other program running on other computers. You must always send actual data by value rather than referencing it with a pointer.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |