Nedap.HandheldApi
Public Member Functions | Properties | Events
Nedap.HandheldApi.IConnectionState Interface Reference

Interface to connection state. More...

Inheritance diagram for Nedap.HandheldApi.IConnectionState:
Nedap.HandheldApi.ConnectionState

List of all members.

Public Member Functions

bool CheckConnection ()
 Connection status.

Properties

int CheckInterval [get, set]
 Checking interval (in miliseconds)
int MaxWithNoAnswer [get, set]
 Maximum time that can pass without device answer before sending command to device (in miliseconds)

Events

PropertyChangedEventHandler PropertyChanged
 Event thrown when connection state changes.
EventHandler< EventArgs > DeviceConnected
 Event thrown when device connects.
EventHandler< EventArgs > DeviceDisconnected
 Event thrown when device disconnects.

Detailed Description

Interface to connection state.


Member Function Documentation

bool Nedap.HandheldApi.IConnectionState.CheckConnection ( )

Connection status.

Returns:
True if connected

Implemented in Nedap.HandheldApi.ConnectionState.


Property Documentation

int Nedap.HandheldApi.IConnectionState.CheckInterval [get, set]

Checking interval (in miliseconds)

Implemented in Nedap.HandheldApi.ConnectionState.

int Nedap.HandheldApi.IConnectionState.MaxWithNoAnswer [get, set]

Maximum time that can pass without device answer before sending command to device (in miliseconds)

Implemented in Nedap.HandheldApi.ConnectionState.


Event Documentation

EventHandler<EventArgs> Nedap.HandheldApi.IConnectionState.DeviceConnected

Event thrown when device connects.

Implemented in Nedap.HandheldApi.ConnectionState.

EventHandler<EventArgs> Nedap.HandheldApi.IConnectionState.DeviceDisconnected

Event thrown when device disconnects.

Implemented in Nedap.HandheldApi.ConnectionState.

PropertyChangedEventHandler Nedap.HandheldApi.IConnectionState.PropertyChanged

Event thrown when connection state changes.

Implemented in Nedap.HandheldApi.ConnectionState.