RtspHeaderParser Class |
Namespace: Ozeki.Camera
The RtspHeaderParser type exposes the following members.
Name | Description | |
---|---|---|
RtspHeaderParser | Initializes a new instance of the RtspHeaderParser class |
Name | Description | |
---|---|---|
EndOfString | (Inherited from LLParserT.) | |
GetRemains |
A maradék string-et adja vissza egészben.
(Inherited from LLParserT.) | |
GetRemains(Int32) |
A maradék string-et adja vissza egészben.
(Inherited from LLParserT.) | |
InitParse |
Kizarolag csak teszteles celjabol!
Ha pl. egy bizonyos header parse-olasat akarjuk letesztelni, akkor beallitjuk ezzel a header tartalmat, majd a konkret Parse() fuggvenyt meghivjuk.
Pl.
parser.InitParse(data);
parser.PWWWAuthenticate();
(Inherited from LLParserT.) | |
IsChar | (Inherited from LLParserT.) | |
LookaheadChar |
Megnézi, hogy a következő karaktert.
(Inherited from LLParserT.) | |
Many | (Inherited from LLParserT.) | |
Many1 | (Inherited from LLParserT.) | |
ManyN | (Inherited from LLParserT.) | |
ManyNM | (Inherited from LLParserT.) | |
PAlpha | (Inherited from LLParserT.) | |
PAlphaNumeric | (Inherited from LLParserT.) | |
PAlphaNumericPlus | (Inherited from LLParserT.) | |
Parse | ||
Parse(String) |
A feldolgozás indítása a következő sztringre, nem szálboztos!
(Inherited from LLParserT.) | |
ParseFailed | (Inherited from LLParserT.) | |
ParseFunction | (Overrides LLParserTParseFunction.) | |
ParseMany |
A feldolgozás indítása a következő sztringre, nem szálboztos!
(Inherited from LLParserT.) | |
PChar | (Inherited from LLParserT.) | |
PCrLf | (Inherited from LLParserT.) | |
PDigit | (Inherited from LLParserT.) | |
PDigitChar | (Inherited from LLParserT.) | |
PDigitPlus | (Inherited from LLParserT.) | |
PGetLine | (Inherited from LLParserT.) | |
PInt | (Inherited from LLParserT.) | |
PopIndex | (Inherited from LLParserT.) | |
PRegex(String) | (Inherited from LLParserT.) | |
PRegex(Regex) | (Inherited from LLParserT.) | |
PSpace | (Inherited from LLParserT.) | |
PString | (Inherited from LLParserT.) | |
PStringLowerCase | (Inherited from LLParserT.) | |
PToken |
token = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" )
(Inherited from LLParserT.) | |
PUntil | (Inherited from LLParserT.) | |
PushIndex | (Inherited from LLParserT.) | |
PWord |
word = 1*(alphanum / "-" / "." / "!" / "%" / "*" / "_" / "+" / "`" / "'" / "~" / "(" / ")" / "<" / ">" / ":" / "\" / DQUOTE / "/" / "[" / "]" / "?" / "{" / "}" )
(Inherited from LLParserT.) | |
RollBack | (Inherited from LLParserT.) | |
RollBack(Int32) | (Inherited from LLParserT.) | |
SkipChars |
Meghatározott számú karakter átugrása.
(Inherited from LLParserT.) | |
SkipSpaces |
A space karakterek átugrása.
(Inherited from LLParserT.) | |
SkipWhiteSpaces | (Inherited from LLParserT.) | |
Substring | (Inherited from LLParserT.) | |
ThrowIndex | (Inherited from LLParserT.) | |
Try | (Inherited from LLParserT.) |
Name | Description | |
---|---|---|
Data | (Inherited from LLParserT.) | |
Idx | (Inherited from LLParserT.) | |
Length | (Inherited from LLParserT.) | |
ParseManyMaxItems | (Inherited from LLParserT.) | |
ParserHistory | (Inherited from LLParserT.) | |
Rest | (Inherited from LLParserT.) |