handleZwEnableSuc method

T? handleZwEnableSuc(
  1. List<int> data
)
inherited

FUNC_ID_ZW_ENABLE_SUC - Make a controller a Static Update Controller

Implementation

T? handleZwEnableSuc(List<int> data) {
  return unhandledMessage(
      FUNC_ID_ZW_ENABLE_SUC, 'FUNC_ID_ZW_ENABLE_SUC', data);
}