Defines the flags used by the Poll(Timeout, Int32) method.
Namespace:
Quanser.CommunicationsAssembly: Quanser.Communications (in Quanser.Communications.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class PollFlag |
| C# |
|---|
public class PollFlag |
| Visual C++ |
|---|
public ref class PollFlag |
| JavaScript |
|---|
Quanser.Communications.PollFlag = function(); Type.createClass( 'Quanser.Communications.PollFlag'); |
Remarks
The Poll(Timeout, Int32) method waits for events to occur on the communication channel. The flags in the PollFlag class may be combined using a logical-OR to wait for multiple events.
Inheritance Hierarchy
System..::.Object
Quanser.Communications..::.Stream..::.PollFlag
Quanser.Communications..::.Stream..::.PollFlag