Class MtpEvent
public class MtpEvent : JVMBridgeBase<MtpEvent>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MtpEvent
- Implements
- Extension Methods
Constructors
MtpEvent(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 MtpEvent(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EVENT_CANCEL_TRANSACTION
public static int EVENT_CANCEL_TRANSACTION { get; set; }
Property Value
EVENT_CAPTURE_COMPLETE
public static int EVENT_CAPTURE_COMPLETE { get; set; }
Property Value
EVENT_DEVICE_INFO_CHANGED
public static int EVENT_DEVICE_INFO_CHANGED { get; set; }
Property Value
EVENT_DEVICE_PROP_CHANGED
public static int EVENT_DEVICE_PROP_CHANGED { get; set; }
Property Value
EVENT_DEVICE_RESET
public static int EVENT_DEVICE_RESET { get; set; }
Property Value
EVENT_OBJECT_ADDED
public static int EVENT_OBJECT_ADDED { get; set; }
Property Value
EVENT_OBJECT_INFO_CHANGED
public static int EVENT_OBJECT_INFO_CHANGED { get; set; }
Property Value
EVENT_OBJECT_PROP_CHANGED
public static int EVENT_OBJECT_PROP_CHANGED { get; set; }
Property Value
EVENT_OBJECT_PROP_DESC_CHANGED
public static int EVENT_OBJECT_PROP_DESC_CHANGED { get; set; }
Property Value
EVENT_OBJECT_REFERENCES_CHANGED
public static int EVENT_OBJECT_REFERENCES_CHANGED { get; set; }
Property Value
EVENT_OBJECT_REMOVED
public static int EVENT_OBJECT_REMOVED { get; set; }
Property Value
EVENT_REQUEST_OBJECT_TRANSFER
public static int EVENT_REQUEST_OBJECT_TRANSFER { get; set; }
Property Value
EVENT_STORAGE_INFO_CHANGED
public static int EVENT_STORAGE_INFO_CHANGED { get; set; }
Property Value
EVENT_STORE_ADDED
public static int EVENT_STORE_ADDED { get; set; }
Property Value
EVENT_STORE_FULL
public static int EVENT_STORE_FULL { get; set; }
Property Value
EVENT_STORE_REMOVED
public static int EVENT_STORE_REMOVED { get; set; }
Property Value
EVENT_UNDEFINED
public static int EVENT_UNDEFINED { get; set; }
Property Value
EVENT_UNREPORTED_STATUS
public static int EVENT_UNREPORTED_STATUS { get; set; }
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
Methods
GetDevicePropCode()
public int GetDevicePropCode()
Returns
GetEventCode()
public int GetEventCode()
Returns
GetObjectFormatCode()
public int GetObjectFormatCode()
Returns
GetObjectHandle()
public int GetObjectHandle()
Returns
GetObjectPropCode()
public int GetObjectPropCode()
Returns
GetParameter1()
public int GetParameter1()
Returns
GetParameter2()
public int GetParameter2()
Returns
GetParameter3()
public int GetParameter3()
Returns
GetStorageId()
public int GetStorageId()
Returns
GetTransactionId()
public int GetTransactionId()