Message.parseGroupId

Extract the group from the STREAM_START message.

class Message
bool
parseGroupId
(
out uint groupId
)

Parameters

groupId uint

Result location for the group id or null

Return Value

Type: bool

true if the message had a group id set, false otherwise

MT safe.