Jazz Soft お問い合わせ   JazzSoft@live.com     日本語   英語  日本語  中国語(繁体字)  中国語(簡体字)
工場自動化と歩留り管理ソリューション 
Skip Navigation Linksホーム > 製品一覧 > Swing > Swing SECS II リファレンス > プロパティ > Msg

Dorian.Core が追加されました。Dorian は .NET 6 と 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.

構文

Visual Basic



Visual C++


戻り値

使用例

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
      ...

特記事項

参照

お問い合わせ   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.