zStatus zReceiver_Construct(zReceiver* receiver);
Constructs a zReceiver object.
After constructing a zReceiver object, setup functions can be used to configure the receiver. When setup is complete, call the zReceiver_Open function to begin communication activities.
The functions in this class do not protect against access from multiple threads.
zReceiver.h