ITimecardApiGetDevices Method |
Gets basic information of devices.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax Device[] GetDevices(
int[] deviceIds
)
Function GetDevices (
deviceIds As Integer()
) As Device()
array<Device^>^ GetDevices(
array<int>^ deviceIds
)
abstract GetDevices :
deviceIds : int[] -> Device[]
Parameters
- deviceIds
- Type: SystemInt32
Device IDs to retrieve or empty array to get all devices.
Return Value
Type:
DeviceReturns array of devices.
See Also