Unit 'HlpICRC' Package
[Overview][Classes][Index] [#pl_hashlib4pascal]

ICRC

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: HlpICRC.pas line 13

type ICRC = interface(IChecksum)

  function GetNames;

  

  property Names: THashLibStringArray; [r]

  

  function GetWidth;

  

  property Width: Int32; [r]

  

  function GetPolynomial;

  

  property Polynomial: UInt64; [r]

  

  function GetInitialValue;

  

  property InitialVlaue: UInt64; [r]

  

  function GetIsInputReflected;

  

  property IsInputReflected: Boolean; [r]

  

  function GetIsOutputReflected;

  

  property IsOutputReflected: Boolean; [r]

  

  function GetOutputXor;

  

  property OutputXor: UInt64; [r]

  

  function GetCheckValue;

  

  property CheckValue: UInt64; [r]

  

end;

Inheritance

ICRC

  

|

IChecksum

  

|

IHash

  

|

IInterface



CT Web help

CodeTyphon Studio