| RtspMessageIsComplete Property  | 
            Indicates if the RtspMessage is complete
            
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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