-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Darwin CHIPDevice data object format
* CHIPAttributePath object and CHIPCommandPath object are used for paths instead of individual dictionary keys for path elements. * NSError object replaces implementation specific status value. * List TLV conversion code was removed. * Implementation specific tag is replaced with context tag number just for Structure TLV. * 64 bit int conversion was fixed. * new operator was replaced with Platform::New. * Float and double TLV decoding was fixed to distinguish them. * Potential buffer overrun during UTF8String TLV conversion was fixed. * String constant names were corrected. * Method header comments were corrected.
- Loading branch information
1 parent
b146c95
commit c6619b2
Showing
11 changed files
with
1,105 additions
and
856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.