C_DEBUGLOGS

code: 30

# get
C_DEBUGLOGS ?

Description

Allows to dump logs of a chassis.

Actions

get

Parameters

  1. message_length: integer, the total length of data bytes that have been received by the receiver, not including the data bytes in this message.

  2. data: hex list, data bytes in this message.

Example

# get
input:  C_DEBUGLOGS ?
output: C_DEBUGLOGS 0 0x42 0x42 0x43
input:  C_DEBUGLOGS ?
output: C_DEBUGLOGS 3 0x67 0x67
input:  C_DEBUGLOGS ?
output: C_DEBUGLOGS 5 0x00 0x01

So first packet will be: 0 0x42 0x42 0x43
Second packet will be: 3 0x67 0x67
Third packet will be: 5 0x00 0x01