15 lines
281 B
Markdown
15 lines
281 B
Markdown
### Function: SetZoneExpansionFlag(zone, xpackFlag)
|
|
|
|
**Description:**
|
|
Set's the current zone expansion flag.
|
|
|
|
**Parameters:**
|
|
- `zone` (Zone) - Zone object representing `zone`.
|
|
- `xpackFlag` (uint32) - Integer value `xpackFlag`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|