Bosch DCN Next Generation Manual do Utilizador Página 48

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 296
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 47
DCN Next Generation Open Interface Release 2.4 Config Install and Database
en | 48
Bosch Communications Systems | 2007 February | SRS_SCSIINF | Du010934
3.9 SC_C_GET_SLAVE_NODES
Purpose
Retrieve the slave nodes of the unit. This will be only applicable when the unit runs in
SI_C_OPERATION_MODE_MULTI.
Availability
This function is available in system mode: MAINTENANCE, CONFIG and CONGRESS.
Parameter structure for the function
DWORD dwSerialNr;
where:
dwSerialNr The serial number of a unit, where in the
Response structure from the function
The function returns the following structure:
typedef struct
{
WORD wNrOfSlaveNodes;
DWORD dwSerialNr[DBSC_MAX_UNIT];
} SC_T_SERIALNR_LIST;
where:
wNrOfSlaveNodes The number of slave nodes present in the dwSerialNr array.
Only this amount of array elements is transmitted. This number
will be limited to the upper bound of the dwSerialNr array-size.
dwSerialNr [] Array holding the serial number of each slave node.
Error codes returned
SC_E_NOERROR
Related functions
SC_C_GET_SERIAL_NUMBER
3.10 SC_C_GET_JOINED_UNIT_IDS
Purpose
Retrieve the unit identification(s) of the unit. A unit can have one or multiple unit
identifications.
Availability
This function is available in system mode: MAINTENANCE, CONFIG and CONGRESS.
Parameter structure for the function
DWORD dwSerialNr;
where:
dwSerialNr The serial number of a unit
Response structure from the function
typedef struct
{
WORD wNrOfUnits;
UNITID tUnitList[DBSC_MAX_UNIT];
} SC_T_UNIT_LIST;
where:
wNrOfUnits The number of unit list entries actual present in the tUnitList
array. Only this amount of array elements is transmitted. This
value never exceeds the constant DBSC_MAX_UNIT.
tUnitList[] Array holding the list of unit ids.
Error codes returned
SC_E_NOERROR
Vista de página 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 295 296

Comentários a estes Manuais

Sem comentários