Click or drag to resize
ProtoCamClient Methods

The ProtoCamClient type exposes the following members.

Methods
  NameDescription
Public methodSendNextFrame
Sends a frame to ProtoCam for immediate display. This function can only be called after the OnConnected event was raised.
Public methodStart
Starts this ProtoCamClient polling loop.
Public methodStop
Stops the ProtoCamClient by stopping the polling loop. Start may be called again to reactive the polling loop.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also