DecoderStatus Enumeration

Summary
Values that represent the connection status.
Syntax
C#
VB
C++
public enum DecoderStatus 
  
Public Enum DecoderStatus  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class DecoderStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0Connected(0x00000000)Connection established with the JPIP server.
1NotConnectedNot connected to the JPIP server.
Example

For an example, refer to Leadtools.Jpip.Client.JpipClient.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.