Moonware.Server.WCF
GetCamStatus Method



Source Index
Provides source information for the target source (IsRecording, IsScheduler, IsMotion, FPS, etc...).
Syntax
'Declaration
 
<OperationBehaviorAttribute()>
Public Function GetCamStatus( _
   ByVal sourceIdx As Integer _
) As CameraStatus
'Usage
 
Dim instance As MoonwareServerWCF
Dim sourceIdx As Integer
Dim value As CameraStatus
 
value = instance.GetCamStatus(sourceIdx)
[OperationBehaviorAttribute()]
public CameraStatus GetCamStatus( 
   int sourceIdx
)
[OperationBehaviorAttribute()]
public:
CameraStatus^ GetCamStatus( 
   int sourceIdx
) 

Parameters

sourceIdx
Source Index

Return Value

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