Lw3 Commands; Get Command - Lightware MMX8x8-HDMI-4K-A User Manual

Multiport matrix switcher
Hide thumbs Also See for MMX8x8-HDMI-4K-A:
Table of Contents

Advertisement

 
7. LW3 Programmers' Reference
7.5. LW3 Commands
7.5.1. Get Command
The 'GET' command can be used to get the child nodes, properties and methods of a specific node. It can
also be used to get the value of a property.
The Response Format
The first two characters of a response unambiguously identify the type of the element that the response
line concerns. The first character is the type of the element (node, property or method), the second is for
miscellaneous information (e.g. read/write rights).
The defined prefixes are:
'n-':
node
'pr':
property - only readable
'pw':
property - writable, readable
'm-':
method executable
After the prefix, the response contains the full path of the node, property or method after a space character.
Get All Children of a Node
Get all of the child nodes of a parent node, with one GET command.
Command format:
GET●[nodePath]
Response format:
n-●[nodePath]
Example:
˃
GET /MEDIA
˂
n- /MEDIA/VIDEO
˂
n- /MEDIA/AUDIO
˂
n- /MEDIA/UART
˂
n- /MEDIA/IR
˂
n- /MEDIA/GPIO
˂
n- /MEDIA/RELAY
˂
n- /MEDIA/ETHERNET
MMX8x4-HT series – User's Manual
Get All Properties and Methods of a Node
Get all properties and methods of a node, with one GET command and asterisk character.
Command format:
GET●[nodePath].*
Response format: (for properties)
pX●[nodePath].[propertyName]=[parameter]
Legend:
X can be:
'r':
read-only
'w':
read-write
Response format: (for methods)
m-●[nodePath]:[methodName]
Example:
˃
GET /EDID.*
˂
pr /EDID.EdidStatus=F47:E1;F47:E2;F47:E3;F47:E4;F47:E5;F47:E6;F47:E7;F47:E8
˂
m- /EDID:copy
˂
m- /EDID:delete
˂
m- /EDID:reset
˂
m- /EDID:switch
˂
m- /EDID:switchAll
Get All Child Nodes, Properties and Methods of a Node
Get all child nodes, properties and methods of a node with one command, without using a wild card.
Command format:
GETALL●[nodePath]
Response format: (for nodes)
n-●[nodePath]
Response format: (for properties)
pX●[nodePath].[propertyName]=[parameter]
Legend:
X can be:
'r':
read-only
'w':
read-write
Response format: (for methods)
m-●[nodePath]:[methodName]
64

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mmx8x4-ht400mcMmx8x4-ht420m

Table of Contents