RtspMessageIsComplete Property |
Indicates if the RtspMessage is complete
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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
BooleanImplements
IPacketIsComplete
See Also