http://www.emgu.com
The DataLogger<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DataLogger<(Of <(<'T>)>)> |
Create a new DataLogger
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged memory associated with this DataLogger
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Log |
Log some data
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(DataLogger<(Of <<'(T>)>>) to IntPtr) |
Implicit operator for IntPtr
|
Properties
Name | Description | |
---|---|---|
![]() | Ptr |
Pointer to the unmanaged object
|
Events
Name | Description | |
---|---|---|
![]() | OnDataReceived |
The event that will be raised when the unmanaged code send over data
|