DC2343A  FW 1.0.2 / GUI 1.0.10
LTC3335 Nanopower Buck-Boost DC/DC with Integrated Coulomb Counter
 All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
Software.ISample Interface Reference

sample interface More...

Inheritance diagram for Software.ISample:
Software.SampleClass

Public Member Functions

void SampleMethod ()
 simple method More...
 
void SampleMethodWithParams (string pFirst, ref int pPointer)
 simple method with parameters More...
 
double SampleFunction (double pFirst)
 simple function with a parameter More...
 
 OnSomeEvent (object Sender)
 simple event with a parameter More...
 

Properties

string StringProperty [get, set]
 simple property More...
 
int IntegerProperty [get]
 read only property More...
 

Detailed Description

sample interface

interface inherits IDisposable

Definition at line 35 of file class_with_interface.vb.

Member Function Documentation

Software.ISample.OnSomeEvent ( object  Sender)

simple event with a parameter

Parameters
Senderevent sender object

Implemented in Software.SampleClass.

double Software.ISample.SampleFunction ( double  pFirst)

simple function with a parameter

Parameters
pFirstDouble parameter
Returns
a Double value

Implemented in Software.SampleClass.

void Software.ISample.SampleMethod ( )

simple method

no remarks

Implemented in Software.SampleClass.

void Software.ISample.SampleMethodWithParams ( string  pFirst,
ref int  pPointer 
)

simple method with parameters

Parameters
pFirstfirst parameter is a String
pPointersecond parameter is a pointer to an Integer

Implemented in Software.SampleClass.

Property Documentation

int Software.ISample.IntegerProperty
get

read only property

returns an Integer value

Definition at line 53 of file class_with_interface.vb.

string Software.ISample.StringProperty
getset

simple property

returns a string value

Definition at line 45 of file class_with_interface.vb.


The documentation for this interface was generated from the following file: