Evcc.Send_ContractAuthenticationReq_001
Evcc.Send_ContractAuthenticationReq_001()
ContractAuthenticationReq 송신
Evcc.Send_ContractAuthenticationReq_001()
EVCC > DIN70121
ContractAuthentication Lua API reference.
| API | 파라미터 | 반환 |
|---|---|---|
| Evcc.Send_ContractAuthenticationReq_001() | - | - |
| API | 파라미터 | 반환 |
|---|---|---|
| Evcc.Receive_ContractAuthenticationRes_001() | - | - |
| Evcc.Get_ContractAuthenticationRes_ResponseCode() | - | ResponseCodeType |
| Evcc.Get_ContractAuthenticationRes_EVSEProcessing() | - | EVSEProcessingType |
Evcc.Send_ContractAuthenticationReq_001()
ContractAuthenticationReq 송신
Evcc.Send_ContractAuthenticationReq_001()
Evcc.Receive_ContractAuthenticationRes_001()
ContractAuthenticationRes 수신
Evcc.Receive_ContractAuthenticationRes_001()
Evcc.Get_ContractAuthenticationRes_ResponseCode()
ContractAuthenticationRes.ResponseCode 조회
local expectedResponseCode = ResponseCodeType.OK
local receivedResponseCode = Evcc.Get_ContractAuthenticationRes_ResponseCode()
Evcc.Get_ContractAuthenticationRes_EVSEProcessing()
ContractAuthenticationRes.EVSEProcessing 조회
local expectedEvseProcessing = EVSEProcessingType.Finished
local receivedEvseProcessing = Evcc.Get_ContractAuthenticationRes_EVSEProcessing()
Evcc.Send_ContractAuthenticationReq_001()
0x010xFE0x80010x0000000DEXIEncodedV2GMessage<?xml version="1.0" ?>
<s3:V2G_Message xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://www.w3.org/2000/09/xmldsig#" xmlns:s1="urn:din:70121:2012:MsgBody" xmlns:s2="urn:din:70121:2012:MsgDataTypes" xmlns:s3="urn:din:70121:2012:MsgDef" xmlns:s4="urn:din:70121:2012:MsgHeader">
<s3:Header>
<s4:SessionID>30E319D0B7D3AD32</s4:SessionID>
</s3:Header>
<s3:Body>
<s1:ContractAuthenticationReq/>
</s3:Body>
</s3:V2G_Message>