Namespace: OtlCommon

Interface IOmniAffinity

All Known Implementing Classes:
TOmniAffinity

public interface IOmniAffinity

Persistent
False

Property Summary
  public  string AsString
 
  public  integer Count
 
  public  integer CountPhysical
 
  public  NativeUInt Mask
 
 

Method Summary
  public function string GetAsString()
 
  public function integer GetCount()
 
  public function integer GetCountPhysical()
 
  public function NativeUInt GetMask()
 
  public Sub SetAsString(value: string)
 
  public Sub SetCount(value: integer)
 
  public Sub SetMask(value: NativeUInt)
 
 

Property Detail

AsString

public AsString: string
Type
string
Access
read/write

Count

public Count: integer
Type
integer
Access
read/write

CountPhysical

public CountPhysical: integer
Type
integer
Access
read

Mask

public Mask: NativeUInt
Type
NativeUInt
Access
read/write

Method Detail

GetAsString

public function GetAsString(): string
Reintroduce
False
Returns
string

GetCount

public function GetCount(): integer
Reintroduce
False
Returns
integer

GetCountPhysical

public function GetCountPhysical(): integer
Reintroduce
False
Returns
integer

GetMask

public function GetMask(): NativeUInt
Reintroduce
False
Returns
NativeUInt

SetAsString

public procedure SetAsString(value: string)
Reintroduce
False

SetCount

public procedure SetCount(value: integer)
Reintroduce
False

SetMask

public procedure SetMask(value: NativeUInt)
Reintroduce
False