For most/all of the messages the User Guide examples send, they are sent to the default endpoint. The current implementation uses helicsEndpointSendBytesTo() and leaves the destination field blank. Though functionally equivalent, it is philosophically better to use helicsEndpointSendBytes() since that is what the API is there for and we want to set a good example.
For most/all of the messages the User Guide examples send, they are sent to the default endpoint. The current implementation uses
helicsEndpointSendBytesTo()
and leaves the destination field blank. Though functionally equivalent, it is philosophically better to usehelicsEndpointSendBytes()
since that is what the API is there for and we want to set a good example.