关于fastnet中NMUDP控件ReportLevel属性的问题
Declaration
property ReportLevel: integer;
Description
The ReportLevel property specifies the level of detail in the status reporting given by the OnStatus event.
Default: Status_Informational
Range: You can use any of the following predefined contants to set the ReportLevel property:
Status_None
Status_Informational
Status_Basic
Status_Routines
Status_Debug
Status_Trace
Scope: Published
Accessability: Runtime, design-time
请问这个是什么意思呢?
UDP控件分不分阻塞和非阻塞方式呢?