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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.