Skip to content

/AWS1/CL_KNV=>LISTSIGNALINGCHANNELS()

About ListSignalingChannels

Returns an array of ChannelInfo objects. Each object describes a signaling channel. To retrieve only those channels that satisfy a specific condition, you can specify a ChannelNameCondition.

Method Signature

IMPORTING

Optional arguments:

IV_MAXRESULTS TYPE /AWS1/KNVLISTSTREAMSINPUTLIMIT /AWS1/KNVLISTSTREAMSINPUTLIMIT

The maximum number of channels to return in the response. The default is 500.

IV_NEXTTOKEN TYPE /AWS1/KNVNEXTTOKEN /AWS1/KNVNEXTTOKEN

If you specify this parameter, when the result of a ListSignalingChannels operation is truncated, the call returns the NextToken in the response. To get another batch of channels, provide this token in your next request.

IO_CHANNELNAMECONDITION TYPE REF TO /AWS1/CL_KNVCHANNELNAMECOND /AWS1/CL_KNVCHANNELNAMECOND

Optional: Returns only the channels that satisfy a specific condition.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KNVLSTSIGNALINGCHAN01 /AWS1/CL_KNVLSTSIGNALINGCHAN01