Gocator Snapshot Sensors: User Manual
Protocols • 415
Note that the sensor must be reset or power-cycled before the factory restore operation can be
completed.
Field Type Offset Description
length 32u 0 Command size including this field, in bytes.
id 16u 4 Command identifier (0x4301).
resetIp 8u 6 Specifies whether IPaddress should be restored to default:
0 – Do not reset IP
1 – Reset IP
Command
Field Type Offset Description
length 32u 0 Reply size including this field, in bytes.
id 16u 4 Reply identifier (0x4301).
status 32s 6
Reply status. For a list of status codes, see Commands on page
388.
Reply
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
388.
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