pub fn new_std_payload_bundle(
    src: EndpointID,
    dst: EndpointID,
    data: ByteBuffer
) -> Bundle
Expand description

Creates a new bundle with the given endpoints, a hop count block and a payload block. CRC is set to CrcNo by default and the lifetime is set to 60 * 60 seconds.