Class SensorDirectChannel
public class SensorDirectChannel : Channel, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IChannel, ICloseable, IAutoCloseable
- Inheritance
-
SensorDirectChannel
- Implements
- Extension Methods
Constructors
SensorDirectChannel(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SensorDirectChannel(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
RATE_FAST
public static int RATE_FAST { get; set; }
Property Value
RATE_NORMAL
public static int RATE_NORMAL { get; set; }
Property Value
RATE_STOP
public static int RATE_STOP { get; set; }
Property Value
RATE_VERY_FAST
public static int RATE_VERY_FAST { get; set; }
Property Value
TYPE_HARDWARE_BUFFER
public static int TYPE_HARDWARE_BUFFER { get; set; }
Property Value
TYPE_MEMORY_FILE
public static int TYPE_MEMORY_FILE { get; set; }
Property Value
Methods
Close()
public void Close()
Configure(Sensor, int)
public int Configure(Sensor arg0, int arg1)
Parameters
Returns
IsOpen()
public bool IsOpen()