Lines Matching full:19
80 shell.exec_command('lwm2m create /19/0')
81 # Wait for update to finish so server is aware of the /19/0 object
91 leshan.write(endpoint, '19/0/0/0', data)
94 lines = shell.get_filtered_output(shell.exec_command('lwm2m read /19/0/0/0 -crc32'))
101 data = leshan.read(endpoint, '19/0/0')
107 shell.exec_command('lwm2m delete /19/0')
112 shell.exec_command('lwm2m create /19/0')
113 # Wait for update to finish so server is aware of the /19/0 object
122 leshan.write(endpoint, '19/0/0/0', data)
127 shell.exec_command('lwm2m send /19/0')
131 content = binascii.a2b_hex(send[19][0][0][0])
137 shell.exec_command('lwm2m delete /19/0')