pppoe
RetrievingSessionStruct


This structure encapsulates all the necessary parameters required during retrieving PPPoE sessions. siteId, sapName, are required, sapId or subscrIdent are optional


public struct RetrievingSessionStruct

Properties
siteId Specifies the NE of the PPPoE session(s). This is a required input parameter.

type=string

svcId Specifies the service Id of the PPPoE session(s). This is a required input parameter.

type=long

sapId Specifies the Port name of the PPPoE session(s). This is a required input parameter.

type=string

innerEncap Specifies the SAP inner Encap value of the PPPoE session(s). This is an optional input parameter.

type=long

outerEncap Specifies the SAP inner Encap value of the PPPoE session(s). This is an optional input parameter.

type=long

sessionsMac Specifies the session MAC address of the PPPoE session(s). This is an optional input parameter.

type=string

sessionsId Specifies the session ID of the PPPoE session. This is an optional input parameter.

type=long

timeout The number of milliseconds to wait before receiving the results. If no results are received in the given time, the method returns.

type=long