SemysGroupDestroyProt

01 Destroys a group.
02

void SemysGroupDestroyProt(HSemysGroup group);

03 Parameters:
  • group: The group that should be destroyed.
04 Destroying a group will shutdown all related communication.
05 This function shall not be called from within any of its related callbacks.
06 Global Lock: Required
Reference: SemysGroup.h
Implementation: Semys Library
See Also: Group Sub-System, SemysGroupCreate()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.