mergAccessoryProtocols |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAccessoryProtocols(<pName>)
|
Associations | mergaccessory |
Summary | Returns a list of protocols that both the accessory and your app
support
|
Edition | pro |
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pName | | A device name as returned by mergAccessoryNames
|
|
Example | if "p25i" is among the lines of mergAccessoryNames() then
if "com.bluebamboo.p25i" is among the lines of mergAccessoryProtocols("p25i") then
printDocket
else
answer "Printer not connected"
end if
end if
|
Values | Name | Type | Description |
---|
return | | Protocol names in a return separated list
|
|
Description | Returns a list of protocols that both the accessory and your app
support
|
Tags | externals |