Click or drag to resize

SDP4566Parser Class

Inheritance Hierarchy
SystemObject
  Ozeki.CommonLLParserSDPMessage
    Ozeki.MediaSDP4566Parser

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class SDP4566Parser : LLParser<SDPMessage>, 
	ISDPParser

The SDP4566Parser type exposes the following members.

Constructors
 NameDescription
Public methodSDP4566ParserInitializes a new instance of the SDP4566Parser class
Top
Properties
 NameDescription
Protected propertyData
(Inherited from LLParserT)
Public propertyIdx
(Inherited from LLParserT)
Protected propertyLength
(Inherited from LLParserT)
Protected propertyParseManyMaxItems
(Inherited from LLParserT)
Public propertyParserHistory
(Inherited from LLParserT)
Protected propertyRest
(Inherited from LLParserT)
Top
Methods
 NameDescription
Protected methodEndOfString
(Inherited from LLParserT)
Protected methodGetRemains
(Inherited from LLParserT)
Protected methodGetRemains(Int32)
(Inherited from LLParserT)
Public methodInitParse
(Inherited from LLParserT)
Public methodIsChar
(Inherited from LLParserT)
Protected methodLookaheadChar
(Inherited from LLParserT)
Public methodMany
(Inherited from LLParserT)
Public methodMany1
(Inherited from LLParserT)
Public methodManyN
(Inherited from LLParserT)
Public methodManyNM
(Inherited from LLParserT)
Public methodPAddrSpec 
Protected methodPAlpha
(Inherited from LLParserT)
Protected methodPAlphaNumeric
(Inherited from LLParserT)
Protected methodPAlphaNumericPlus
(Inherited from LLParserT)
Public methodParse
(Overrides LLParserTParse(String))
Public methodParseFailed
(Inherited from LLParserT)
Protected methodParseFunction
(Overrides LLParserTParseFunction)
Public methodParseMany
(Inherited from LLParserT)
Public methodPBase64 
Public methodPChar
(Inherited from LLParserT)
Public methodPCrLf
(Inherited from LLParserT)
Protected methodPDigit
(Inherited from LLParserT)
Protected methodPDigitChar
(Inherited from LLParserT)
Protected methodPDigitPlus
(Inherited from LLParserT)
Public methodPGetLine
(Inherited from LLParserT)
Public methodPInt
(Inherited from LLParserT)
Public methodPInteger 
Public methodPIpAddr
(Inherited from LLParserT)
Public methodPopIndex
(Inherited from LLParserT)
Public methodPRegex(Regex)
(Inherited from LLParserT)
Public methodPRegex(String)
(Inherited from LLParserT)
Public methodPSpace
(Inherited from LLParserT)
Public methodPString
(Inherited from LLParserT)
Public methodPStringLowerCase
(Inherited from LLParserT)
Public methodPToken
(Inherited from LLParserT)
Public methodPUntil
(Inherited from LLParserT)
Public methodPushIndex
(Inherited from LLParserT)
Public methodPWord
(Inherited from LLParserT)
Public methodPZoneAdjustments 
Protected methodRollBack
(Inherited from LLParserT)
Protected methodRollBack(Int32)
(Inherited from LLParserT)
Protected methodSkipChars
(Inherited from LLParserT)
Public methodSkipSpaces
(Inherited from LLParserT)
Protected methodSkipWhiteSpaces
(Inherited from LLParserT)
Protected methodSubstring
(Inherited from LLParserT)
Public methodThrowIndex
(Inherited from LLParserT)
Protected methodTry
(Inherited from LLParserT)
Top
See Also