Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
The file handle that provides event support is EventFileHandle.
It has some limitations:
Flags are not supported
Counter is initialized at 0.
It only works in non blocking mode.
To facilitate integration, a function that allocate a FileHandle and
convert it into a file descriptor as been added. The FileHandle to
use is allocated dynamically and the memory is released when the
file it is closed.
Problem
<<<<<FILL ME IN - the issue this PR is intended to address>>>>>
Summary of Changes
<<<<<FILL ME IN - what's in this PR>>>>>
Fixes #<<<<<FILL ME IN - issue number(s). If no issue, please create one>>>>>
The file handle that provides event support is EventFileHandle. It has some limitations:
Problem
<<<<<FILL ME IN - the issue this PR is intended to address>>>>>
Summary of Changes
<<<<<FILL ME IN - what's in this PR>>>>>
Fixes #<<<<<FILL ME IN - issue number(s). If no issue, please create one>>>>>