ST_OCPP1_AuthorizationData
Syntax
TYPE ST_OCPP1_AuthorizationData :
STRUCT
sIdTag : T_OCPP1_IdToken;
stIdTagInfo : ST_OCPP1_IdTagInfo;
END_STRUCT
END_TYPE
Parameter
Name | Type | Optional | Description |
---|---|---|---|
sIdTag | No | ID token to which this authorization information belongs. | |
stIdTagInfo | Yes | Contains information on Authorization Status, expiration date and parent ID. |