Message.parseGroupId

Extract the group from the STREAM_START message. Since 1.2

class Message
int
parseGroupId
(
out uint groupId
)

Parameters

groupId uint

Result location for the group id or NULL. out[allow-none]

Return Value

Type: int

TRUE if the message had a group id set, FALSE otherwise MT safe.

Meta