![Magtek Universal SDK Programmer'S Manual Download Page 13](http://html1.mh-extra.com/html/magtek/universal-sdk/universal-sdk_programmers-manual_3704653013.webp)
3 - CoreAPI
MagTek Universal SDK| For MMS Devices | Programmer’s Manual ( Java )
Page 13
Return Value:
Returns
List<IDevice>.
3.4
getConnectionTypes
This function returns a list of
supported for a particular device type.
List<ConnectionType> CoreAPI.getConnectionTypes(DeviceType
deviceType);
Parameter
Description
deviceType
Enumerated device type.
Return Value:
Returns a list of
List<ConnectionType>.
3.5
GetConnectionTypeString
This function returns a string for a connection type.
String CoreAPI.GetConnectionTypeString(ConnectionType connectionType);
Parameter
Description
connectionType
Enumerated connections type.
Return Value:
Returns a string for a connection type.
3.6
GetConnectionTypeFromString
This function returns an enumerated connection type from a string.
ConnectionType CoreAPI.GetConnectionTypeFromString(String
connectionType);
Parameter
Description
connectionType
Enumerated connections type.
Return Value:
Returns a
ConnectionType
.