public abstract class BaseDevice extends BaseBaSyxService implements IBaSysNativeDeviceStatus
| Constructor and Description |
|---|
BaseDevice() |
| Modifier and Type | Method and Description |
|---|---|
void |
deviceInitialized()
Device interface function: (usually native code) indicates that device has
been initialized
|
void |
resetCompleted()
Device interface function: (usually native code) indicates that device is
ready again
|
void |
serviceCompleted()
Device interface function: (usually native code) indicates that device
service execution has completed
|
void |
serviceRunning()
Device interface function: (usually native code) indicates that device
service is running
|
configure, configureComponent, getName, hasEnded, setConnectedAASManager, setName, start, stop, waitForpublic void deviceInitialized()
deviceInitialized in interface IBaSysNativeDeviceStatuspublic void serviceRunning()
serviceRunning in interface IBaSysNativeDeviceStatuspublic void serviceCompleted()
serviceCompleted in interface IBaSysNativeDeviceStatuspublic void resetCompleted()
resetCompleted in interface IBaSysNativeDeviceStatusCopyright © 2021. All rights reserved.