Gocator 2300 & 2880 Series
Protocols • Gocator Protocol • 318
Get Recording Enabled
The Get Recording Enabled command retrieves whether recording is enabled.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4517).
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4517).
status 32s 6
Reply status. For a list of status codes, see Commands on page
295.
enable 8u 10 0: disabled; 1: enabled.
Reply
Set Recording Enabled
The Set Recording Enabled command enables recording for replay later.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4516).
enable 8u 6 0: disabled; 1: enabled.
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4516).
status 32s 6
Reply status. For a list of status codes, see Commands on page
295.
Reply
Clear Replay Data
The Clear Replay Data command clears the sensors replay data..
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4513).
Command