Secc.Receive_SessionStopReq_001
Secc.Receive_SessionStopReq_001()
SessionStopReq 수신
Secc.Receive_SessionStopReq_001()
SECC > ISO15118-2
SessionStop Lua API reference.
| API | 파라미터 | 반환 |
|---|---|---|
| Secc.Receive_SessionStopReq_001() | - | - |
| Secc.Check_Received_SessionStopReq() | - | boolean |
| Secc.Get_SessionStopReq_ChargingSession() | - | ChargingSessionType |
| API | 파라미터 | 반환 |
|---|---|---|
| Secc.Set_SessionStopRes_ResponseCode(responseCode) | responseCode (ResponseCodeType) | - |
| Secc.Get_SessionStopRes_ResponseCode() | - | ResponseCodeType |
| Secc.Send_SessionStopRes_001() | - | - |
Secc.Receive_SessionStopReq_001()
SessionStopReq 수신
Secc.Receive_SessionStopReq_001()
Secc.Check_Received_SessionStopReq()
SessionStopReq.Received 확인
local receivedSessionStopReq = Secc.Check_Received_SessionStopReq()
Secc.Get_SessionStopReq_ChargingSession()
SessionStopReq.ChargingSession 조회
local expectedChargingSession = ChargingSessionType.Terminate
local receivedChargingSession = Secc.Get_SessionStopReq_ChargingSession()
Secc.Set_SessionStopRes_ResponseCode(responseCode)
SessionStopRes.ResponseCode 설정
local sessionStopResponseCode = ResponseCodeType.OK
Secc.Set_SessionStopRes_ResponseCode(sessionStopResponseCode)
Secc.Get_SessionStopRes_ResponseCode()
SessionStopRes.ResponseCode 조회
local observedSessionStopResponseCode = Secc.Get_SessionStopRes_ResponseCode()
Secc.Send_SessionStopRes_001()
SessionStopRes 송신
Secc.Send_SessionStopRes_001()
local sessionStopResponseCode = ResponseCodeType.OK
Secc.Set_SessionStopRes_ResponseCode(sessionStopResponseCode)
Secc.Send_SessionStopRes_001()
0x010xFE0x80010x0000000EEXIEncodedV2GMessage<?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:iso:15118:2:2013:MsgBody" xmlns:s2="urn:iso:15118:2:2013:MsgDataTypes" xmlns:s3="urn:iso:15118:2:2013:MsgDef" xmlns:s4="urn:iso:15118:2:2013:MsgHeader">
<s3:Header>
<s4:SessionID>B9D3FD12ABB3E0F8</s4:SessionID>
</s3:Header>
<s3:Body>
<s1:SessionStopRes>
<s1:ResponseCode>OK</s1:ResponseCode>
</s1:SessionStopRes>
</s3:Body>
</s3:V2G_Message>