3 - CoreAPI
Return Value:
Returns List<IDevice>.
3.4
getConnectionTypes
This function returns a list of ConnectionType supported for a particular device type.
List<ConnectionType> CoreAPI.getConnectionTypes(DeviceType
deviceType);
Parameter
deviceType
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
connectionType
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
connectionType
Return Value:
Returns a ConnectionType.
MagTek Universal SDK| For MMS Devices | Programmer's Manual ( Java )
Page 13
Enumerated device type.
Enumerated connections type.
Enumerated connections type.
Description
Description
Description
Need help?
Do you have a question about the Universal SDK and is the answer not in the manual?
Questions and answers