-
Notifications
You must be signed in to change notification settings - Fork 1
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
922fbe7
commit b751b87
Showing
4 changed files
with
336 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,214 @@ | ||
{ | ||
"description": "Sender monitor class descriptor", | ||
"classId": [ | ||
1, | ||
2, | ||
2, | ||
2 | ||
], | ||
"name": "NcSenderMonitor", | ||
"fixedRole": null, | ||
"properties": [ | ||
{ | ||
"description": "Link status property", | ||
"id": { | ||
"level": 4, | ||
"index": 1 | ||
}, | ||
"name": "linkStatus", | ||
"typeName": "NcLinkStatus", | ||
"isReadOnly": true, | ||
"isNullable": false, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Link status message property", | ||
"id": { | ||
"level": 4, | ||
"index": 2 | ||
}, | ||
"name": "linkStatusMessage", | ||
"typeName": "NcString", | ||
"isReadOnly": true, | ||
"isNullable": true, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Transmission status property", | ||
"id": { | ||
"level": 4, | ||
"index": 3 | ||
}, | ||
"name": "transmissionStatus", | ||
"typeName": "NcTransmissionStatus", | ||
"isReadOnly": true, | ||
"isNullable": false, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Transmission status message property", | ||
"id": { | ||
"level": 4, | ||
"index": 4 | ||
}, | ||
"name": "transmissionStatusMessage", | ||
"typeName": "NcString", | ||
"isReadOnly": true, | ||
"isNullable": true, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "External synchronization status property", | ||
"id": { | ||
"level": 4, | ||
"index": 5 | ||
}, | ||
"name": "externalSynchronizationStatus", | ||
"typeName": "NcSynchronizationStatus", | ||
"isReadOnly": true, | ||
"isNullable": false, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "External synchronization status message property", | ||
"id": { | ||
"level": 4, | ||
"index": 6 | ||
}, | ||
"name": "externalSynchronizationStatusMessage", | ||
"typeName": "NcString", | ||
"isReadOnly": true, | ||
"isNullable": true, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Synchronization source id property", | ||
"id": { | ||
"level": 4, | ||
"index": 7 | ||
}, | ||
"name": "synchronizationSourceId", | ||
"typeName": "NcString", | ||
"isReadOnly": true, | ||
"isNullable": true, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Synchronization source changes counter", | ||
"id": { | ||
"level": 4, | ||
"index": 8 | ||
}, | ||
"name": "synchronizationSourceChanges", | ||
"typeName": "NcUint64", | ||
"isReadOnly": true, | ||
"isNullable": false, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Essence status property", | ||
"id": { | ||
"level": 4, | ||
"index": 9 | ||
}, | ||
"name": "essenceStatus", | ||
"typeName": "NcEssenceStatus", | ||
"isReadOnly": true, | ||
"isNullable": false, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Essence status message property", | ||
"id": { | ||
"level": 4, | ||
"index": 10 | ||
}, | ||
"name": "essenceStatusMessage", | ||
"typeName": "NcString", | ||
"isReadOnly": true, | ||
"isNullable": true, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
}, | ||
{ | ||
"description": "Automatic reset packet counters property (default: true)", | ||
"id": { | ||
"level": 4, | ||
"index": 11 | ||
}, | ||
"name": "autoResetPacketCounters", | ||
"typeName": "NcBoolean", | ||
"isReadOnly": true, | ||
"isNullable": false, | ||
"isSequence": false, | ||
"isDeprecated": false, | ||
"constraints": null | ||
} | ||
], | ||
"methods": [ | ||
{ | ||
"description": "Gets the lost packet counters", | ||
"id": { | ||
"level": 4, | ||
"index": 1 | ||
}, | ||
"name": "GetLostPacketCounters", | ||
"resultDatatype": "NcMethodResultCounters", | ||
"parameters": [], | ||
"isDeprecated": false | ||
}, | ||
{ | ||
"description": "Gets the late packet counters", | ||
"id": { | ||
"level": 4, | ||
"index": 2 | ||
}, | ||
"name": "GetLatePacketCounters", | ||
"resultDatatype": "NcMethodResultCounters", | ||
"parameters": [], | ||
"isDeprecated": false | ||
}, | ||
{ | ||
"description": "Resets the packet counters", | ||
"id": { | ||
"level": 4, | ||
"index": 3 | ||
}, | ||
"name": "ResetPacketCounters", | ||
"resultDatatype": "NcMethodResult", | ||
"parameters": [], | ||
"isDeprecated": false | ||
}, | ||
{ | ||
"description": "Resets the synchronization source changes counter property", | ||
"id": { | ||
"level": 4, | ||
"index": 4 | ||
}, | ||
"name": "ResetSynchronizationSourceChanges", | ||
"resultDatatype": "NcMethodResult", | ||
"parameters": [], | ||
"isDeprecated": false | ||
} | ||
], | ||
"events": [] | ||
} |
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,28 @@ | ||
{ | ||
"description": "Essence status enum data type", | ||
"name": "NcEssenceStatus", | ||
"type": 3, | ||
"items": [ | ||
{ | ||
"description": "Inactive", | ||
"name": "Inactive", | ||
"value": 0 | ||
}, | ||
{ | ||
"description": "Active and healthy", | ||
"name": "Healthy", | ||
"value": 1 | ||
}, | ||
{ | ||
"description": "Active and partially healthy", | ||
"name": "PartiallyHealthy", | ||
"value": 2 | ||
}, | ||
{ | ||
"description": "Active and unhealthy", | ||
"name": "Unhealthy", | ||
"value": 3 | ||
} | ||
], | ||
"constraints": null | ||
} |
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,28 @@ | ||
{ | ||
"description": "Transmission status enum data type", | ||
"name": "NcTransmissionStatus", | ||
"type": 3, | ||
"items": [ | ||
{ | ||
"description": "Inactive", | ||
"name": "Inactive", | ||
"value": 0 | ||
}, | ||
{ | ||
"description": "Active and healthy", | ||
"name": "Healthy", | ||
"value": 1 | ||
}, | ||
{ | ||
"description": "Active and partially healthy", | ||
"name": "PartiallyHealthy", | ||
"value": 2 | ||
}, | ||
{ | ||
"description": "Active and unhealthy", | ||
"name": "Unhealthy", | ||
"value": 3 | ||
} | ||
], | ||
"constraints": null | ||
} |