| ProtoCamClient Class |
Namespace: StreamCoders.Devices
The ProtoCamClient type exposes the following members.
| Name | Description | |
|---|---|---|
| ProtoCamClient | Initializes a new instance of the ProtoCamClient class |
| Name | Description | |
|---|---|---|
| SendNextFrame |
Sends a frame to ProtoCam for immediate display. This function can only be called after the OnConnected event was raised.
| |
| Start |
Starts this ProtoCamClient polling loop.
| |
| Stop |
Stops the ProtoCamClient by stopping the polling loop. Start may be called again to reactive the polling loop.
|
| Name | Description | |
|---|---|---|
| OnConnected | ||
| OnDisconnected |
| Name | Description | |
|---|---|---|
| PollInterval |
The poll interval is how often the client tries to connect to the ProtoCam device.
|
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |