| 419 | } |
| 420 | |
| 421 | void makeText(USHORT length, USHORT ttype, UCHAR* address = NULL) |
| 422 | { |
| 423 | clear(); |
| 424 | dsc_dtype = dtype_text; |
| 425 | dsc_length = length; |
| 426 | setTextType(ttype); |
| 427 | dsc_address = address; |
| 428 | } |
| 429 | |
| 430 | void makeTime(GDS_TIME* address = NULL) |
| 431 | { |
no test coverage detected