-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ManagementSession documentation. Fixed a possible wrap-around error p…
…arsing UInt from Data.
- Loading branch information
1 parent
5c9c155
commit f799611
Showing
6 changed files
with
91 additions
and
19 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
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
31 changes: 31 additions & 0 deletions
31
YubiKit/YubiKit/YubiKit.docc/Resources/ManagementSessionExtension.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ``YubiKit/ManagementSession`` | ||
|
||
@Metadata { | ||
@DocumentationExtension(mergeBehavior: append) | ||
} | ||
|
||
## Topics | ||
|
||
### Managing the ManagementSession | ||
|
||
- ``session(withConnection:)`` | ||
- ``end()`` | ||
- ``sessionDidEnd()`` | ||
|
||
### Running commands in the Management application | ||
|
||
- ``getDeviceInfo()`` | ||
- ``isApplicationSupported(_:overTransport:)`` | ||
- ``isApplicationEnabled(_:overTransport:)`` | ||
- ``setEnabled(_:application:overTransport:reboot:)`` | ||
- ``enableApplication(_:overTransport:reboot:)`` | ||
- ``disableApplication(_:overTransport:reboot:)`` | ||
|
||
### Return types | ||
|
||
- ``DeviceInfo`` | ||
- ``DeviceConfig`` | ||
|
||
### Errors | ||
|
||
- ``ManagementSessionError`` |
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