Moonware.Server.WCF Namespace > MoonwareServerWCF Class : SendPTZCommandJson Method |
'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 )
true
if success, false
otherwiseTarget 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