7 opening, 8 reading, 9 writing – EUCHNER ActiveX Module Ethernet TCP/IP User Manual

Page 13: 10 keystate, 11 version, Manual eks activex, Module ethernet tcp/ip

Advertising
background image

Manual EKS ActiveX

®

Module Ethernet TCP/IP

3.5.7 Opening

 Description

State of the method Open

 Syntax

bool = object.Opening;

 Comments

If the property Opening returns the value True, the method Open is currently active. As
long as this method is active it is not possible to call any other methods

 Data

type

bool

 Default

value

false

3.5.8 Reading

 Description

State of the method Read

 Syntax

bool = object.Reading;

 Comments

If the property Reading returns the value True, the method Read is currently active. The
data on the Electronic-Key are not yet available in the property Data. As long as this
method is active it is not possible to call any other methods.

 Data

type

bool

 Default

value

false

3.5.9 Writing

 Description

State of the method Write

 Syntax

bool = object.Writing;

 Comments

If the property Writing returns the value True, the method Write is currently active. The
write request is still active and the data have not yet been completely written to the
Electronic-Key. As long as this method is active it is not possible to call any other
methods.

 Data

type

bool

 Default

value

false

3.5.10 KeyState

 Description

Returns

the

status of the last event.

 Syntax

bool = object.KeyState;

 Comments

Possible parameters are:

EKS_KEY_IN

= 1

EKS_KEY_OUT

=

2

EKS_KEY_OTHER

=

3

 Data

type

KeyStateConstants (Enumeration)

 Default value

EKS_KEY_OUT

3.5.11 Version

 Description

Returns the actual version of the EKS Ethernet ActiveX

®

module

 Syntax

String Value = object.Version;

 Data

type

String

102030-02-10/12

Subject to technical modifications

Page 13

/

20

Advertising