gboolean rbu_scanDatagramForError(guchar * datagram, guint len, gushort error_cause)

looks for Error chunk_type in a newly received datagram that contains a special error cause code

Documentation

looks for Error chunk_type in a newly received datagram that contains a special error cause code

All chunks within the datagram are lookes at, until one is found that equals the parameter chunk_type.

Parameters:
datagram - pointer to the newly received data
len - stop after this many bytes
error_cause - error cause code to look for
Returns:
true is chunk_type exists in SCTP datagram, false if it is not in there

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.