Class BusConfig
- 
                    
                    - All Implemented Interfaces:
 
 public class BusConfigHelper class to manipulate Bus config data 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static intNORDIC_AUTO_POWER_OFF_MIN_DELAYpublic final static intNORDIC_AUTO_POWER_OFF_DEFAULT_DELAYpublic final static intNORDIC_AUTO_POWER_OFF_MAX_DELAYpublic final static intNORDIC_AUTO_POWER_OFF_DISABLEDpublic final static intGOLLUM_PO_ST_STATUS_ASYNC_SUPPORTEDpublic final static intGOLLUM_PO_ST_STATUS_ASYNC_ENABLEDpublic final static intGOLLUM_PO_ST_STATUS_BUTTONS_LOCKED
 - 
                                
                            
                                Method SummaryModifier and Type Method Description intgetPowerOnSelfTestResult()intgetAutoPowerOffTimer()booleanisAsyncModeSupported()booleanisAsyncModeEnabled()booleanisHwButtonsLocked()static booleanisAutoPowerOffTimerValid(int autoPowerOffTimer)booleanisAutoPowerOffTimerValid()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getPowerOnSelfTestResultint getPowerOnSelfTestResult() - Returns:
- Power On Self Test bitmask result 
 
 - 
                                        getAutoPowerOffTimerint getAutoPowerOffTimer() - Returns:
- Auto Power Off Timer value in mn 
 
 - 
                                        isAsyncModeSupportedboolean isAsyncModeSupported() 
 - 
                                        isAsyncModeEnabledboolean isAsyncModeEnabled() 
 - 
                                        isHwButtonsLockedboolean isHwButtonsLocked() 
 - 
                                        isAutoPowerOffTimerValidstatic boolean isAutoPowerOffTimerValid(int autoPowerOffTimer) - Returns:
- true if Auto Power Off Timer value is valid 
 
 - 
                                        isAutoPowerOffTimerValidboolean isAutoPowerOffTimerValid() - Returns:
- true if Auto Power Off Timer value is valid 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-