Class FirmwareInformation
このデバイスのファームウェア情報を表すデータクラスです。
Inheritance
System.Object
FirmwareInformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TFSW.BUD01
Assembly: TFSW_RFIDScanner.dll
Syntax
public class FirmwareInformation
Constructors
FirmwareInformation(String, String)
Declaration
public FirmwareInformation(string pId, string pVersion)
Parameters
Type | Name | Description |
---|---|---|
System.String | pId | |
System.String | pVersion |
Properties
Id
ファームウェアのIDを示します
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
ファームウェアのバージョンを示します
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
System.String |