public class ModbusCommEventReceive extends ModbusCommEvent
ModbusCommEvent.Type| Modifier | Constructor and Description |
|---|---|
protected |
ModbusCommEventReceive(int event) |
| Modifier and Type | Method and Description |
|---|---|
static ModbusCommEventReceive |
createBroadcastReceived() |
static ModbusCommEventReceive |
createCharacterOverrun() |
static ModbusCommEventReceive |
createCommunicationError() |
static ModbusCommEventReceive |
createCurrentlyInListenOnlyMode() |
boolean |
isBroadcastReceived() |
boolean |
isCharacterOverrun() |
boolean |
isCommunicationError() |
boolean |
isCurrentlyInListenOnlyMode() |
getEvent, getEvent, getType, isBitsSetpublic static ModbusCommEventReceive createCommunicationError()
public static ModbusCommEventReceive createCharacterOverrun()
public static ModbusCommEventReceive createCurrentlyInListenOnlyMode()
public static ModbusCommEventReceive createBroadcastReceived()
public boolean isCurrentlyInListenOnlyMode()
public boolean isCharacterOverrun()
public boolean isCommunicationError()
public boolean isBroadcastReceived()
Copyright © 2018. All rights reserved.