handleZwCreateNewPrimary method
FUNC_ID_ZW_CREATE_NEW_PRIMARY - Control the createnewprimary process...start, stop, etc.
Implementation
T? handleZwCreateNewPrimary(List<int> data) {
return unhandledMessage(
FUNC_ID_ZW_CREATE_NEW_PRIMARY, 'FUNC_ID_ZW_CREATE_NEW_PRIMARY', data);
}