# SYNC\_CHANNEL\_NUMBER

### ID: 169

Used to query a previously assigned channel number. Send this packet ID to a device with no payload (or send this packet ID in a GENERAL\_REQUEST packet), and device responds with this packet ID and the payload defined below. See [SET\_SYNC\_CHANNEL\_NUMBER](/c/cerulean-ping-protocol/general-packet-definitions/set_sync_channel_number.md) for full description of use and purpose.

<table><thead><tr><th width="191">Data Type</th><th width="219">Name</th><th>Description</th></tr></thead><tbody><tr><td>u8</td><td>channel number</td><td>channel number previously assigned to this device. Will be 255 if no channel previously assigned.</td></tr><tr><td>u8</td><td>number of channels</td><td>number of channels in the sync group</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ceruleansonar.com/c/cerulean-ping-protocol/general-packet-definitions/sync_channel_number.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
