handleZwSetDefault method

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

FUNC_ID_ZW_SET_DEFAULT - Reset controller and node info to default (original) values

Implementation

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