コード例 #1
0
ファイル: VTOpenRequest.cs プロジェクト: fanzcsoft/bacstack
 public VTOpenRequest(VTClass vtClass, byte localVTSessionIdentifier)
 {
     this.VtClass = vtClass;
     this.LocalVTSessionIdentifier = localVTSessionIdentifier;
 }
コード例 #2
0
ファイル: VTOpenRequest.cs プロジェクト: LorenVS/bacstack
 public VTOpenRequest(VTClass vtClass, byte localVTSessionIdentifier)
 {
     this.VtClass = vtClass;
     this.LocalVTSessionIdentifier = localVTSessionIdentifier;
 }