-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d24720b
commit bbc0752
Showing
3 changed files
with
386 additions
and
310 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,68 @@ | ||
# epi-epiphan-pearl | ||
# epi-epiphan-pearl | ||
<!-- START Minimum Essentials Framework Versions --> | ||
### Minimum Essentials Framework Versions | ||
|
||
- 1.12.8 | ||
<!-- END Minimum Essentials Framework Versions --> | ||
<!-- START Supported Types --> | ||
|
||
<!-- END Supported Types --> | ||
<!-- START Join Maps --> | ||
### Join Maps | ||
|
||
#### Digitals | ||
|
||
| Join | Type (RW) | Description | | ||
| --- | --- | --- | | ||
| 1 | R | Recorder Online | | ||
| 2 | R | Start Recording | | ||
| 3 | R | Stop Recording | | ||
| 4 | R | Pause Recording | | ||
| 5 | R | Resume Recording | | ||
| 6 | R | Extend Recording | | ||
| 5 | R | Recording Is Paused | | ||
| 6 | R | Recording Is In Progress | | ||
| 20 | R | Next Recording Exists | | ||
|
||
#### Serials | ||
|
||
| Join | Type (RW) | Description | | ||
| --- | --- | --- | | ||
| 1 | R | Set Hostname | | ||
| 11 | R | CurrentRecordingId | | ||
| 12 | R | Recorder Name | | ||
| 13 | R | CurrentRecordingStartTime | | ||
| 14 | R | CurrentRecordingEndTime | | ||
| 15 | R | CurrentRecordingLength | | ||
| 16 | R | CurrentRecordingTimeRemaining | | ||
| 21 | R | NextRecordingId | | ||
| 22 | R | Recorder Name | | ||
| 23 | R | NextRecordingStartTime | | ||
| 24 | R | NextRecordingEndTime | | ||
| 25 | R | NextRecordingLength | | ||
<!-- END Join Maps --> | ||
<!-- START Interfaces Implemented --> | ||
### Interfaces Implemented | ||
|
||
- IEpiphanPearlClient | ||
- ICommunicationMonitor | ||
<!-- END Interfaces Implemented --> | ||
<!-- START Base Classes --> | ||
### Base Classes | ||
|
||
- ReconfigurableBridgableDevice | ||
- DateTimeConverterBase | ||
- JoinMapBaseAdvanced | ||
- StatusMonitorBase | ||
<!-- END Base Classes --> | ||
<!-- START Public Methods --> | ||
### Public Methods | ||
|
||
- public string Delete(string path) | ||
- public void setHost(string host) | ||
- public void SetIpAddress(string hostname) | ||
- public string Delete(string path) | ||
- public void setHost(string host) | ||
- public void SetOnlineStatus(bool isOnline) | ||
- public void UpdateTimers() | ||
<!-- END Public Methods --> |
Oops, something went wrong.