|
Empeld
Empeld plugin documentation.
|
Base context for encoding and decoding More...
Public Member Functions | |
| void | Increment () |
| Increment reads of a context More... | |
| void | Fail () |
| Failed a context More... | |
| void | Reset () |
| Reset this instance to make it reusable More... | |
Public Attributes | |
| readonly SyncableEndpoint | Endpoint |
| The mode in which to decode content More... | |
| readonly IFrameTimeState | TimeState |
| The time state of this frame More... | |
Protected Member Functions | |
| BaseContext (SyncableEndpoint endpoint, IFrameTimeState timeState) | |
| Creates an instance of the context More... | |
Protected Attributes | |
| const int | SIMULATE_FREQUENCY_PER_SECOND = 15 |
| The default frequency per-second More... | |
Properties | |
| int | ReadCount [get] |
| How many reads ocurred in this context More... | |
| bool | Failed [get] |
| Gets a value indicating whether this pluginbase.Objects.Syncable.DecodeContext is failed. More... | |
| bool | EmptyOrFailed [get] |
| Are we empty or a failure? More... | |
Base context for encoding and decoding
|
protected |
Creates an instance of the context
| endpoint | Endpoint. |
| timeState | Time state. |
| void pluginbase.Objects.Syncable.BaseContext.Fail | ( | ) |
Failed a context
| void pluginbase.Objects.Syncable.BaseContext.Increment | ( | ) |
Increment reads of a context
| void pluginbase.Objects.Syncable.BaseContext.Reset | ( | ) |
Reset this instance to make it reusable
| readonly SyncableEndpoint pluginbase.Objects.Syncable.BaseContext.Endpoint |
The mode in which to decode content
|
protected |
The default frequency per-second
| readonly IFrameTimeState pluginbase.Objects.Syncable.BaseContext.TimeState |
The time state of this frame
|
get |
Are we empty or a failure?
true if valid not empty; otherwise, false.
|
get |
Gets a value indicating whether this pluginbase.Objects.Syncable.DecodeContext is failed.
true if failed; otherwise, false.
|
get |
How many reads ocurred in this context
The read count.