コード例 #1
0
ファイル: PTZService.cs プロジェクト: ylatuya/OnvifClient
 public Task <GetCompatibleConfigurationsResponse> GetCompatibleConfigurationsAsync(GetCompatibleConfigurationsRequest request)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: PTZService.cs プロジェクト: ylatuya/OnvifClient
 public GetCompatibleConfigurationsResponse GetCompatibleConfigurations(GetCompatibleConfigurationsRequest request)
 {
     throw new NotImplementedException();
 }