Last change
on this file was 23, checked in by chronos, 12 years ago |
- Přidáno: Rozpracovaná třídy pro komunikaci s přístupovým terminálem BF-630. Přiložen popis protokolu.
|
File size:
351 bytes
|
Line | |
---|
1 | unit UVarBlockProxy;
|
---|
2 |
|
---|
3 | {$mode delphi}{$H+}
|
---|
4 |
|
---|
5 | interface
|
---|
6 |
|
---|
7 | uses
|
---|
8 | Classes, SysUtils, UVarBlockSerializer;
|
---|
9 |
|
---|
10 | type
|
---|
11 | TTimedValue = record
|
---|
12 | Time: TDateTime;
|
---|
13 | Value: Variant;
|
---|
14 | end;
|
---|
15 |
|
---|
16 | TVarBlockProxy = class
|
---|
17 | Blocks: TVarBlockIndexed;
|
---|
18 | Ages: TListDateTime;
|
---|
19 | procedure Read(MaxAge: Integer):
|
---|
20 | end;
|
---|
21 |
|
---|
22 | implementation
|
---|
23 |
|
---|
24 | end.
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.