C# Class PTZ.PTZDevice

Show file Open project: shanselman/Logitech-BCC950-PTZ-Lib Class Usage Examples

Public Methods

Method Description
GetDevice ( string name, PTZType type ) : PTZDevice
Move ( int x, int y ) : void
Zoom ( int direction ) : int

Private Methods

Method Description
GetCurrentZoom ( ) : int
InitZoomRanges ( ) : void
MoveInternal ( KSProperties axis, int value ) : void
PTZDevice ( string name, PTZType type ) : System
SupportFor ( KSProperties feature ) : bool

Method Details

GetDevice() public static method

public static GetDevice ( string name, PTZType type ) : PTZDevice
name string
type PTZType
return PTZDevice

Move() public method

public Move ( int x, int y ) : void
x int
y int
return void

Zoom() public method

public Zoom ( int direction ) : int
direction int
return int