diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:11:31 +0200 |
---|---|---|
committer | Walt Miner <walt@linux.com> | 2018-06-08 12:07:20 +0000 |
commit | 4bef7c90b9ca764ac38e4e31a9fc59b1c5389d59 (patch) | |
tree | 39f6ef0c6a3ab3e504ee6b404da87396c29036fa /htdocs | |
parent | b9b2ba9746e4725d30490f2acd3bcb0334d22130 (diff) |
agl-service-unicens: support base64 Tx/Rx
Bug-AGL: SPEC-1177
Implement function to transmit control messages
with base64 encoded payload string. Modify control
message reception providing the payload as base64.
Change-Id: I78fb600e75cef3083220da202d2274df729083d9
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
(cherry picked from commit 216ae6b4e1c6eac62dea123816ccb1314c8362c9)
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/UNICENS.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html index bc01401..fd2e89c 100644 --- a/htdocs/UNICENS.html +++ b/htdocs/UNICENS.html @@ -42,6 +42,9 @@ </ol> <ol> <li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4, data:'ESIzRA=='})">Send ControlMsgB64 to 0x270</button></li> + <li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4})">Send ControlMsgB64 to 0x270 (no data)</button></li> + <!--<li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4, data: null})">Send ControlMsgB64 to 0x270 (data: null)</button></li>--> + <!--<li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4, data: ''})">Send ControlMsgB64 to 0x270 (data: '')</button></li>--> </ol> <br> <br> |