C# Class XAPI.Callback.XApi

Inheritance: BaseApi, IDisposable, IXApi
Afficher le fichier Open project: QuantBox/XAPI2 Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( ) : void
ReqQuery ( QueryType type, ReqQueryField &query ) : void
XApi ( ) : System
XApi ( string path ) : System

Méthodes protégées

Méthode Description
OnResponse ( byte type, IntPtr pApi1, IntPtr pApi2, double double1, double double2, IntPtr ptr1, int size1, IntPtr ptr2, int size2, IntPtr ptr3, int size3 ) : IntPtr

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

OnResponse() protected méthode

protected OnResponse ( byte type, IntPtr pApi1, IntPtr pApi2, double double1, double double2, IntPtr ptr1, int size1, IntPtr ptr2, int size2, IntPtr ptr3, int size3 ) : IntPtr
type byte
pApi1 System.IntPtr
pApi2 System.IntPtr
double1 double
double2 double
ptr1 System.IntPtr
size1 int
ptr2 System.IntPtr
size2 int
ptr3 System.IntPtr
size3 int
Résultat System.IntPtr

ReqQuery() public méthode

public ReqQuery ( QueryType type, ReqQueryField &query ) : void
type QueryType
query ReqQueryField
Résultat void

XApi() public méthode

public XApi ( ) : System
Résultat System

XApi() public méthode

public XApi ( string path ) : System
path string
Résultat System