ModeParamMethods Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic List<RtspMethod> Methods { get; }
Public ReadOnly Property Methods As List(Of RtspMethod)
Get
public:
property List<RtspMethod>^ Methods {
List<RtspMethod>^ get ();
}
member Methods : List<RtspMethod> with get
Property Value
Type:
ListRtspMethod
See Also