I have added a simple implementation for this where a DataContainer struct is created upon receiving StartDataPacket which is then referenced by it's transaction ID and has data appended to it by DataPacket packets until the EndDataPacket is received. Unable to test if it's working or not as I'm currently on a long train journey!
Data sending still requires a full implementation so if anyone wishes to have a look at that then feel free :)
I have added a simple implementation for this where a
DataContainer
struct is created upon receivingStartDataPacket
which is then referenced by it's transaction ID and has data appended to it byDataPacket
packets until theEndDataPacket
is received. Unable to test if it's working or not as I'm currently on a long train journey!Data sending still requires a full implementation so if anyone wishes to have a look at that then feel free :)