diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:11:31 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:19:17 +0200 |
commit | 216ae6b4e1c6eac62dea123816ccb1314c8362c9 (patch) | |
tree | cf6999a740850d287420d6e739d8a52cdc74f7b5 /htdocs | |
parent | 84c3e1b169038e181526b4fbadab3d8f9322717c (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>
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> |