DeviceInfo 類別 (POS for .NET v1.14 SDK 文件)
DeviceInfo 類別會提供具有 POS 裝置及與其相關聯的服務物件相關資訊的 Microsoft Point of Service for .NET (POS for .NET) 應用程式。 PosExplorer 方法、GetDevice(String, String) 和 GetDevices() 會傳回 DeviceInfo 的執行個體。
DeviceInfo 屬性
下列表格會顯示 DeviceInfo 屬性。
屬性 | 類型 | 描述 |
---|---|---|
相容性 | DeviceCompatibilities | 列出 POS 裝置的有效相容性層級 (零售 POS 的物件連結與嵌入或 .NET 服務物件)。 |
描述 | string | 描述服務物件。 |
HardwareDescription | string | 描述實體裝置。 |
HardwareId | string | 提供實體裝置識別碼。 |
HardwarePath | string | 提供裝置的實體硬體路徑。 |
IsDefault | bool | 如果裝置是其型別的預設值,則傳回 true。 |
LogicalNames | 字串 [] | 提供由 POS 裝置管理員 (POSDM) 在全域組態檔中指派給裝置的替代名稱。 |
ManufacturerName | string | 請提供實體裝置製造商名稱。 |
ServiceObjectName | string | 請提供服務物件名稱。 |
ServiceObjectVersion | 版本 | 請提供服務物件版本。 |
DeviceType | string | 請提供實體裝置型別。 |
UposVersion | 版本 | 請提供 UPOS 版本號碼。 |
DeviceInfo 方法
下列表格會顯示 DeviceInfo 方法。
方法 | 傳回類型 | 描述 |
---|---|---|
IsDeviceInfoOf | bool | 如果服務物件對應到 DeviceInfo 類別屬性,則傳回 true。 |
ToString | string | 傳回描述裝置屬性的字串。 |