File: Applications/Scribe/ScribeMessage.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
BaseCallMessage | A basic Remote-Procedure-Call message |
Name | Type | Description |
---|---|---|
groupId | OverlayKey | HACK. The key is already included in BaseRouteMessage, but it gets lost in handleRpc |
message ScribeJoinCall extends BaseCallMessage { fields: OverlayKey groupId; // HACK. The key is already included in BaseRouteMessage, // but it gets lost in handleRpc }