Table of Contents

Class PlcResponseCode

Namespace
Org.Apache.Plc4x.JavaNs.Api.Types
Assembly
MASES.PLCOnNet.dll
public class PlcResponseCode : Enum<PlcResponseCode>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
PlcResponseCode
Implements
Inherited Members

Constructors

PlcResponseCode()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PlcResponseCode()

PlcResponseCode(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PlcResponseCode(params object[] args)

Parameters

args object[]

Properties

ACCESS_DENIED

public static PlcResponseCode ACCESS_DENIED { get; }

Property Value

PlcResponseCode

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

INTERNAL_ERROR

public static PlcResponseCode INTERNAL_ERROR { get; }

Property Value

PlcResponseCode

INVALID_ADDRESS

public static PlcResponseCode INVALID_ADDRESS { get; }

Property Value

PlcResponseCode

INVALID_DATA

public static PlcResponseCode INVALID_DATA { get; }

Property Value

PlcResponseCode

INVALID_DATATYPE

public static PlcResponseCode INVALID_DATATYPE { get; }

Property Value

PlcResponseCode

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NOT_FOUND

public static PlcResponseCode NOT_FOUND { get; }

Property Value

PlcResponseCode

OK

public static PlcResponseCode OK { get; }

Property Value

PlcResponseCode

REMOTE_BUSY

public static PlcResponseCode REMOTE_BUSY { get; }

Property Value

PlcResponseCode

REMOTE_ERROR

public static PlcResponseCode REMOTE_ERROR { get; }

Property Value

PlcResponseCode

RESPONSE_PENDING

public static PlcResponseCode RESPONSE_PENDING { get; }

Property Value

PlcResponseCode

UNSUPPORTED

public static PlcResponseCode UNSUPPORTED { get; }

Property Value

PlcResponseCode

Value

public short Value { get; }

Property Value

short

Methods

EnumForValue(short)

public static PlcResponseCode EnumForValue(short arg0)

Parameters

arg0 short

short

Returns

PlcResponseCode

PlcResponseCode

IsDefined(short)

public static Boolean IsDefined(short arg0)

Parameters

arg0 short

short

Returns

Boolean

Boolean

ValueOf(String)

public static PlcResponseCode ValueOf(String arg0)

Parameters

arg0 String

String

Returns

PlcResponseCode

PlcResponseCode

Values()

public static PlcResponseCode[] Values()

Returns

PlcResponseCode[]

PlcResponseCode