IPacket Interface |
Namespace: Ozeki.Camera
The IPacket type exposes the following members.
Name | Description | |
---|---|---|
CompleteFrom |
Completes the IPacket if IsComplete and Disposed is false.
| |
Prepare |
Creates a sequence of bytes which correspond to the IPacket in binary format suitable to be sent on a network.
|
Name | Description | |
---|---|---|
Created |
Gets a value indciating when the IPacket was created.
| |
Disposed | ||
IsComplete |
Determines if the IPacket is completely in memory.
| |
IsReadOnly |
Determines if the IPacket can be modified.
| |
Length |
The length in bytes of the packet
| |
Transferred |
Gets a value indicating when the NetworkPacket was sent.
If null then the IPacket was not yet set.
|