C# Class OpenTransactions.OTAPI.OTCaller

Inheritance: global::System.IDisposable
Mostrar archivo Open project: da2ce7/Open-Transactions-old Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetDisplay ( ) : string
GetPassword ( OTPassword theOutput ) : bool
OTCaller ( ) : System
SetDisplay ( string szDisplay, int nLength ) : void
ZeroOutPassword ( ) : void
callOne ( ) : void
callTwo ( ) : void
delCallback ( ) : void
isCallbackSet ( ) : bool
setCallback ( OTCallback cb ) : void

Private Methods

Method Description
OTCaller ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( OTCaller obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetDisplay() public method

public GetDisplay ( ) : string
return string

GetPassword() public method

public GetPassword ( OTPassword theOutput ) : bool
theOutput OTPassword
return bool

OTCaller() public method

public OTCaller ( ) : System
return System

SetDisplay() public method

public SetDisplay ( string szDisplay, int nLength ) : void
szDisplay string
nLength int
return void

ZeroOutPassword() public method

public ZeroOutPassword ( ) : void
return void

callOne() public method

public callOne ( ) : void
return void

callTwo() public method

public callTwo ( ) : void
return void

delCallback() public method

public delCallback ( ) : void
return void

isCallbackSet() public method

public isCallbackSet ( ) : bool
return bool

setCallback() public method

public setCallback ( OTCallback cb ) : void
cb OTCallback
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool