Jazz Soft Contact us?   JazzSoft@live.com     English   English  Japanese  Chinese (Traditional)  Chinese (Simlified)
Factory Automation & Yield Management Solution Provider 
Skip Navigation LinksHome > Products > Swing > Swing SECS II Reference > Properties > Msg

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

Swing SECS II Reference   

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

Contact us?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.