Name | Description | |
---|---|---|
![]() | LiveViewStartCommandMessage Constructor | Create a new message with the specified session id and optionally sequence offset |
The following tables list the members exposed by LiveViewStartCommandMessage.
Name | Description | |
---|---|---|
![]() | LiveViewStartCommandMessage Constructor | Create a new message with the specified session id and optionally sequence offset |
Name | Description | |
---|---|---|
![]() | ChannelId | A unique id for this request to identify a conversation pair |
![]() | Length | The number of bytes for the packet. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
![]() | RepositoryId | The unique Id of the client for all related activities |
![]() | SequenceOffset | The last sequence number that was received previously to enable restart at the right point in the stream |
![]() | SessionId | The Id of the session to be viewed |
![]() | TypeCode | The specific packet type code (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
![]() | Version | The protocol version (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
Name | Description | |
---|---|---|
![]() | BaseLength | Inheritors must implement this to reflect their packet length as they read a packet plus the base length that came before. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |
Name | Description | |
---|---|---|
![]() | Validate | Verify the command is fully populated and |
![]() | Write | Write the packet to the stream. (Inherited from Gibraltar.Messaging.Net.NetworkMessage) |