Sending a subgroup on one stream:
Stream = 2
SUBGROUP_HEADER {
Type = 0x14
Track Alias = 2
Group ID = 0
Subgroup ID = 0
Priority = 0
}
{
Object ID = 0
Object Payload Length = 4
Payload = "abcd"
}
{
Object ID = 1
Object Payload Length = 4
Payload = "efgh"
}
Sending a group on one stream, with the first object containing two Properties.
Stream = 2
SUBGROUP_HEADER {
Type = 0x35
Track Alias = 2
Group ID = 0
Subgroup ID = 0
}
{
Object ID Delta = 0 (Object ID is 0)
Properties Length = 33
{
Type = 4
Value = 2186796243
},
{
Type = 77
Length = 21
Value = "traceID:123456"
}
Object Payload Length = 4
Payload = "abcd"
}
{
Object ID Delta = 0 (Object ID is 1)
Properties Length = 0
Object Payload Length = 4
Payload = "efgh"
}