Enumerations | |
| enum | COMMANDS { LEIT_GRAND_INST = 14, LEIT_PERIODO_FALTA_ENERGIA = 25, INICIA_MEDIDOR = 38, ALTERA_HOR_VERAO = 64, ALTERA_TARIF_REAT = 67, ALTERA_TEMPO_APRES_GRAND = 75, LEIT_PARAM_MEDICAO = 80 } |
| Defines the implemented commands from the ABNT. More... | |
Functions | |
| int | mountCommandInicia_Medidor (unsigned char *buffer, int serialNum) |
| Function used by the Reader Device to mount the Inicia_Medidor command. | |
| int | mountCommandLeit_Periodo_Falta_Energia (unsigned char *buffer, int serialNum) |
| Function used by the Reader Device to mount the Leit_Periodo_Falta_Energia command. | |
| int | mountAnswInicia_Medidor (unsigned char *buffer, int serialNum) |
| Function used by the Meter Device to mount the answer for the Inicia_Medidor command. | |
| int | mountAnswLeit_Periodo_Falta_Energia (unsigned char *buffer, int serialNum) |
| Function used by the Meter Device to mount the answer for the Leit_Periodo_Falta_Energia command. | |
|
|
Defines the implemented commands from the ABNT.
|
|
||||||||||||
|
Function used by the Meter Device to mount the answer for the Inicia_Medidor command.
|
|
||||||||||||
|
Function used by the Meter Device to mount the answer for the Leit_Periodo_Falta_Energia command.
|
|
||||||||||||
|
Function used by the Reader Device to mount the Inicia_Medidor command.
|
|
||||||||||||
|
Function used by the Reader Device to mount the Leit_Periodo_Falta_Energia command.
|
1.3.7