RtspMessageIsComplete Property |
Indicates if the RtspMessage is complete
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool IsComplete { get; }
Public ReadOnly Property IsComplete As Boolean
Get
public:
virtual property bool IsComplete {
bool get () sealed;
}
abstract IsComplete : bool with get
override IsComplete : bool with get
Property Value
Type:
BooleanImplements
IPacketIsComplete
See Also