Nedap.HandheldApi
|
Interface to connection state. More...
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. |
Interface to connection state.
bool Nedap.HandheldApi.IConnectionState.CheckConnection | ( | ) |
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.
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.