Reference Library
IsMinimumData Method
NamespacesAsgard5.NetSocketClientIsMinimumData()()()()
This can be overridden to allow for different protocols. Ensures the packet has the minimum amount of data in m_TempBuffer before any handling occurs. (Default is BNLS)
Declaration Syntax
C#Visual BasicVisual C++
protected virtual bool IsMinimumData()
Protected Overridable Function IsMinimumData As Boolean
protected:
virtual bool IsMinimumData()
Return Value
True or False

Assembly: Asgard5Library (Module: Asgard5Library)