ST_OCPP1_IdTagInfo
Syntax
TYPE ST_OCPP1_IdTagInfo :
STRUCT
eStatus : E_OCPP1_AuthorizationStatus;
nExpiryDate : ULINT;
sParentIdTag : T_OCPP1_IdToken;
END_STRUCT
END_TYPE
Parameter
Name | Type | Optional | Description |
---|---|---|---|
eStatus | No | Contains information on whether the ID tag has been accepted by the Central System. | |
nExpiryDate | ULINT | Yes | Optionally contains the date on which the ID tag is to be removed from the Authorization Cache. |
sParentIdTag | Yes | Optionally contains the parent ID tag |