public interface IBaSysNativeDeviceStatus
| Modifier and Type | Method and Description |
|---|---|
void |
deviceInitialized()
Device interface function: (usually native code) indicates that device has been initialized and is ready now
|
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 has started and is running
|
void deviceInitialized()
void serviceRunning()
void serviceCompleted()
void resetCompleted()
Copyright © 2021. All rights reserved.