←Select platform

Status Enumeration

Summary

Represents the TCP/IP server's status

Syntax

C#
VB
C++
Public Enum Status  
   Inherits System.Enum 
public enum Status : System.Enum  
public enum class Status : public System.Enum  

Members

Value Member Description
0x00000000 idle The server is stopped.
0x00000001 pending_abort The server is aborting. Occurs shortly after calling TriggerStop on the TCPServer.
0x00000002 pending_run The server is initializing. Occurs shortly after calling Start on the TCPServer.
0x00000003 running The server is running. Occurs after calling Start on the TCPServer.
Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly