Moonware.Server.WCF
SendPTZCommandJson Method



The source index
X-coordinate of the point.
Y-coordinate of the point.
PTZ command type. (Moonware.Common.PtzCommand).
Same as SendPTZCommand (JSON friendly).
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
Public Function SendPTZCommandJson( _
   ByVal sourceId As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer, _
   ByVal command As PtzCommand _
) As Boolean
'Usage
 
Dim instance As MoonwareServerWCF
Dim sourceId As Integer
Dim X As Integer
Dim Y As Integer
Dim command As PtzCommand
Dim value As Boolean
 
value = instance.SendPTZCommandJson(sourceId, X, Y, command)
[OperationBehaviorAttribute()]
public bool SendPTZCommandJson( 
   int sourceId,
   int X,
   int Y,
   PtzCommand command
)
[OperationBehaviorAttribute()]
public:
bool SendPTZCommandJson( 
   int sourceId,
   int X,
   int Y,
   PtzCommand command
) 

Parameters

sourceId
The source index
X
X-coordinate of the point.
Y
Y-coordinate of the point.
command
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