|
packet SessionStartCmd : SessionControlPacket (mt = COMMAND, oid = START) { |
|
session_id: 32, |
|
} |
|
|
|
test SessionStartCmd { |
|
"\x22\x00\x00\x04\x00\x00\x00\x00\x01\x02\x03", |
|
} |
Pica seems to ignore the payload length of the SessionControlPacket which is in this case is 4.
0x22 0x00 0x00 0x04