handleZwReplicationSendData method

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

FUNC_ID_ZW_REPLICATION_SEND_DATA - Replication send data

Implementation

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