Jazz Soft 您要聯絡嗎?   JazzSoft@live.com     繁體字漢語   英語  日語  繁體字漢語  簡體字漢語
提供半導體工廠自動化與生産效率改善法 
Skip Navigation Links首頁 > 產品一覽 > Swing > Swing SECS II 詳細資料 > Properties > Msg

Dorian.Core is added. Dorian now supports .NET 6 and 7.

Swing SECS II 詳細資料   

Properties
Appearance
Array
BlockNumber
BorderStyle
DeviceID
EBit
Function
List
Msg
Pointer
PType
RBit
SessionID
Show
SourceID
Stream
SType
SystemBytes
TransactionID
Type
Value
ValueHex
WBit

Methods
Add
Init
Reply

Events

Msg Property

If received message is set to this property in Read Event handler function of SwingSecsI Control, each property will be updated and shown as tree. Contents of this property -- taking out (to 'get') -- string is created from each property.

Syntax

Visual Basic



Visual C++


Return Value

Example

Visual Basic

Private Sub SwingSecsI1_Read (ByVal pszMsg As String)
With SwingSecsII1
  .Msg = pszMsg
  Select Case .Stream
  Case 1
    Select Case .Fucntion
  Case 1
    's1f1
    ...


Visual C++

void Cxxx::OnxxxRead(LPCTSTR pszMsg)
{
  m_msg.SetMsg(pszMsg);
  switch(m_msg.GetStream())
  {
  case 1:
    switch(m_msg.GetFucntion())
    {
    case 1:
      // s1f1
      ...

Remarks

See Also

您要聯絡嗎?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.