Moonware.Server.WCF
SendPTZCommand Method



The source index
Destination point (coordinate).
The PTZ command type (Moonware.Common.PtzCommand).
Sends a PTZ command to the camera
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
Public Function SendPTZCommand( _
   ByVal sourceId As Integer, _
   ByVal destPoint As Point, _
   ByVal command As PtzCommand _
) As Boolean
'Usage
 
Dim instance As MoonwareServerWCF
Dim sourceId As Integer
Dim destPoint As Point
Dim command As PtzCommand
Dim value As Boolean
 
value = instance.SendPTZCommand(sourceId, destPoint, command)
[OperationBehaviorAttribute()]
public bool SendPTZCommand( 
   int sourceId,
   Point destPoint,
   PtzCommand command
)
[OperationBehaviorAttribute()]
public:
bool SendPTZCommand( 
   int sourceId,
   Point destPoint,
   PtzCommand command
) 

Parameters

sourceId
The source index
destPoint
Destination point (coordinate).
command
The PTZ command type (Moonware.Common.PtzCommand).

Return Value

true if success, false otherwise
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MoonwareServerWCF Class
MoonwareServerWCF Members

Send Feedback