You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
188 B
8 lines
188 B
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint8 client_id
|
|
uint8 request_type # id/read/write/clear
|
|
uint8 item # dm_item_t
|
|
uint32 index
|
|
uint8[56] data
|
|
uint32 data_length
|
|
|